]> git.sesse.net Git - ffmpeg/blobdiff - doc/ffprobe.texi
doc: remove trailing 's' to metadata.
[ffmpeg] / doc / ffprobe.texi
index 4382e66819234aae11e85098b2869ba30ac314b7..829a46e4b622d54286d58135c0194d4423d7d3d8 100644 (file)
@@ -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