#4924: PTS/DTS timestamps get broken when concatenating MPEG-TS files using -f
concat
-------------------------------------+-------------------------------------
             Reporter:  jsnajdr      |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  important    |                Component:  avfilter
              Version:  git-master   |               Resolution:
             Keywords:  concat       |               Blocked By:
  regression                         |  Reproduced by developer:  0
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
Changes (by cus):

 * cc: cus@… (added)


Comment:

 The main cause of the regression is that avformatcontext->start_time is
 unset after opening the stream, but set after reading the first packet.

 With my inpoint patch concat demuxer was changed to use the start_time
 before reading the first packet.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/4924#comment:2>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac

Reply via email to