[FFmpeg-trac] #1759(avformat:new): Bad video DTS value

FFmpeg trac at avcodec.org
Fri Sep 21 04:01:30 CEST 2012


#1759: Bad video DTS value
-------------------------------------+-------------------------------------
             Reporter:               |                     Type:  defect
  nikola.vranic                      |                 Priority:  normal
               Status:  new          |                  Version:  git-
            Component:  avformat     |  master
             Keywords:  DTS          |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Summary of the bug:
 First video packet DTS has wrong value, value which is lower then 0. This
 can be problem when seeking to 0.

 How to reproduce:
 {{{
 % ffprobe -show_packets mpeg2.mov

 [PACKET]
 codec_type=video
 stream_index=0
 pts=-1
 pts_time=-0.041667
 dts=-1
 dts_time=-0.041667
 duration=1
 duration_time=0.041667
 convergence_duration=N/A
 convergence_duration_time=N/A
 size=32992
 pos=36
 flags=K
 [/PACKET]
 ...
 ffmpeg version: latest git master source
 built on: Ubuntu 10.04
 }}}

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1759>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list