Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#6631 closed defect (fixed)

MXF demuxer does not produce any timestamps for Panasonic P2 video file

Reported by: rmk Owned by:
Priority: normal Component: avformat
Version: git-master Keywords: mxf dts
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

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

Change History (2)

comment:1 by Carl Eugen Hoyos, 7 years ago

Resolution: fixed
Status: newclosed
Version: unspecifiedgit-master

Fixed by Marton Balint in 01911b9b3cad85ff1c346165659c0181db661b3e

comment:2 by Carl Eugen Hoyos, 7 years ago

Keywords: dts added
Note: See TracTickets for help on using tickets.