#9228: multiple output in single C/libavcodec xcode process offsets "start" in
output files
------------------------------------+-----------------------------------
Reporter: Ray | Owner: (none)
Type: defect | Status: closed
Priority: normal | Component: avcodec
Version: git-master | Resolution: invalid
Keywords: AAC | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
------------------------------------+-----------------------------------
Changes (by mkver):
* status: new => closed
* resolution: => invalid
Comment:
The reason for what you are experiencing is the use of the static pts
variable which does not get reset when switching to a new output file. The
reason you are not experiencing this with mp3 is that the mp3 muxer does
not retain the pts (probably because the file format does not allow this).
--
Ticket URL: <https://trac.ffmpeg.org/ticket/9228#comment:5>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".