Changes between Initial Version and Version 1 of Ticket #933, comment 5
- Timestamp:
- 01/23/2012 08:18:00 PM (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #933, comment 5
initial v1 7 7 So, the short answer is that ffmpeg (the app) doesn't yet support what you want to do. 8 8 9 The more detailed answer is that, if you try to actually encode the audio stream, ffmpeg.c looks like it always calls avcodec_encode_audio*() with the avpkt.pts timestamp set to AV_NOPTS_VALUE. Later on, this will cause av_interleaved_write_frame() to make up timestamps, starting at 0.9 The more detailed answer is that, if you try to actually encode the audio stream, ffmpeg.c looks like it always calls avcodec_encode_audio*() with the AVFrame pts timestamp set to AV_NOPTS_VALUE. Later on, this will cause av_interleaved_write_frame() to make up timestamps, starting at 0.


