[FFmpeg-trac] #6631(avformat:new): MXF demuxer does not produce any timestamps for Panasonic P2 video file

FFmpeg trac at avcodec.org
Fri Sep 1 16:10:38 EEST 2017


#6631: MXF demuxer does not produce any timestamps for Panasonic P2 video file
----------------------------------+---------------------------------------
             Reporter:  rmk       |                     Type:  defect
               Status:  new       |                 Priority:  normal
            Component:  avformat  |                  Version:  unspecified
             Keywords:  mxf       |               Blocked By:
             Blocking:            |  Reproduced by developer:  0
Analyzed by developer:  0         |
----------------------------------+---------------------------------------
 Summary of the bug:

 See subject. Neither PTS nor DTS are set by the demuxer.

 How to reproduce:
 {{{
 ffprobe -show_packets 015545.MXF
 }}}

 This produces output like:
 {{{
 [PACKET]
 codec_type=video
 stream_index=0
 pts=N/A
 pts_time=N/A
 dts=N/A
 dts_time=N/A
 duration=1
 duration_time=0.040000
 convergence_duration=N/A
 convergence_duration_time=N/A
 size=568832
 pos=32768
 flags=K_
 [/PACKET]
 }}}

 i.e. all pts and dts values are n/a

 Sample can be downloaded at
 https://www.dropbox.com/s/7qhbt874lnl513e/015545.MXF?dl=0

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


More information about the FFmpeg-trac mailing list