#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
_______________________________________________
FFmpeg-trac mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to