summaryrefslogtreecommitdiff
path: root/doc/ffprobe.texi
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-05-12 22:42:06 +0200
committerStefano Sabatini <stefasab@gmail.com>2012-05-14 12:59:51 +0200
commite73241ba89f2e62fb71488fbc87023630f6f0861 (patch)
tree2ff85dccbf38fe8b3d339af30e21953761b85cfc /doc/ffprobe.texi
parent3946187d60b87163b17cc5ca6d63ce0ddf4111af (diff)
doc/ffprobe: fix rendering of the timecode chapter in the man page
Diffstat (limited to 'doc/ffprobe.texi')
-rw-r--r--doc/ffprobe.texi14
1 files changed, 9 insertions, 5 deletions
diff --git a/doc/ffprobe.texi b/doc/ffprobe.texi
index 2d87c9a84c..5d3e53ff5b 100644
--- a/doc/ffprobe.texi
+++ b/doc/ffprobe.texi
@@ -320,25 +320,29 @@ This option automatically sets @option{fully_qualified} to 1.
For more information about the XML format, see
@url{http://www.w3.org/XML/}.
+@c man end WRITERS
@chapter Timecode
+@c man begin TIMECODE
@command{ffprobe} supports Timecode extraction:
@itemize
-@item MPEG1/2 timecode is extracted from the GOP, and is available in the video
+@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
+@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
+@item
+DV and GXF timecodes are available in format metadata
(@option{-show_format}, see @var{TAG:timecode}).
@end itemize
-
-@c man end WRITERS
+@c man end TIMECODE
@include decoders.texi
@include demuxers.texi