[FFmpeg-trac] #9631(avformat:new): report dv timecode in ffprobe
FFmpeg
trac at avcodec.org
Tue Feb 8 05:44:57 EET 2022
#9631: report dv timecode in ffprobe
-----------------------------------+---------------------------------------
Reporter: dave rice | Type: enhancement
Status: new | Priority: normal
Component: avformat | Version: git-master
Keywords: dvvideo | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-----------------------------------+---------------------------------------
Summary of the enhancement:
I suggest reporting dv timecode as frame side data.
How to reproduce:
{{{
% ffmpeg -f lavfi -i testsrc=s=720x576 -t 1 -metadata
"timecode=01:02:03:04" tc.dv
ffprobe tc.dv -show_frames
}}}
currently shows no timecode side data.
However some other formats such as
{{{
ffmpeg -f lavfi -i testsrc -t 1 -metadata "gop_timecode=01:02:03:04"
tc.m2ts
ffprobe tc.m2ts -show_frames
}}}
do report timecode as frame side data.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/9631>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list