X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=doc%2Fffprobe.texi;h=829a46e4b622d54286d58135c0194d4423d7d3d8;hb=ee0cab7721cc31e5d8027ec7df6c3ebd60ea50b5;hp=4382e66819234aae11e85098b2869ba30ac314b7;hpb=b25c239c7a14b06772e7ef051839e09af4cfcddb;p=ffmpeg diff --git a/doc/ffprobe.texi b/doc/ffprobe.texi index 4382e668192..829a46e4b62 100644 --- a/doc/ffprobe.texi +++ b/doc/ffprobe.texi @@ -292,6 +292,23 @@ This option automatically sets @option{fully_qualified} to 1. For more information about the XML format, see @url{http://www.w3.org/XML/}. +@chapter Timecode + +@command{ffprobe} supports Timecode extraction: + +@itemize + +@item MPEG1/2 timecode is extracted from the GOP, and is available in the video +stream details (@option{-show_streams}, see @var{timecode}). + +@item MOV timecode is extracted from tmcd track, so is available in the tmcd +stream metadata (@option{-show_streams}, see @var{TAG:timecode}). + +@item DV and GXF timecodes are available in format metadata +(@option{-show_format}, see @var{TAG:timecode}). + +@end itemize + @c man end WRITERS @include decoders.texi