[FFmpeg-trac] #6028(undetermined:new): Wrong duration & other artifacts in captured mpeg stream

FFmpeg trac at avcodec.org
Tue Dec 20 06:18:12 EET 2016


#6028: Wrong duration & other artifacts in captured mpeg stream
-------------------------------------+-------------------------------------
             Reporter:  larber       |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
              Version:  unspecified  |  undetermined
             Keywords:  mpegts       |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by larber):

 Confirmed that this happens with the latest git head too (ffprobe version
 N-82880-g02aa070).  I've attached the original file truncated to 2MB.
 ffprobe shows a duration of 15:57:08.77.  If I truncate the attached file
 like so:

 {{{
 dd if=bad_duration_file_small.ts bs=1c skip=300000
 of=bad_duration_file_strip.ts
 }}}

 Then ffprobe reports the duration correctly as 00:00:05.34.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/6028#comment:2>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list