doc: add Timecode documentation.

This commit is contained in:
Clément Bœsch
2012-01-03 10:47:42 +01:00
committed by Clément Bœsch
parent cfa2963b7e
commit 5dfc7f7342
3 changed files with 36 additions and 1 deletions

View 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 metadatas (@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