summaryrefslogtreecommitdiff
path: root/doc/ffprobe.texi
diff options
context:
space:
mode:
authorClément Bœsch <clement.boesch@smartjog.com>2012-01-03 10:47:42 +0100
committerClément Bœsch <ubitux@gmail.com>2012-01-24 16:20:21 +0100
commit5dfc7f73427de2c079a1cd0683696dad963f0288 (patch)
tree72f134ad9e3dd0b70fbcf274a49c7954699a0a27 /doc/ffprobe.texi
parentcfa2963b7e55cd7b0061578d67b724ef99554dcb (diff)
doc: add Timecode documentation.
Diffstat (limited to 'doc/ffprobe.texi')
-rw-r--r--doc/ffprobe.texi17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/ffprobe.texi b/doc/ffprobe.texi
index 4382e66819..c6e8cd9cf7 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 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