[FFmpeg-trac] #9228(avcodec:closed): multiple output in single C/libavcodec xcode process offsets "start" in output files

FFmpeg trac at avcodec.org
Mon May 10 22:31:15 EEST 2021


#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


More information about the FFmpeg-trac mailing list