[FFmpeg-cvslog] doc/ffprobe: fix rendering of the timecode chapter in the man page
Stefano Sabatini
git at videolan.org
Mon May 14 13:01:37 CEST 2012
ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Sat May 12 22:42:06 2012 +0200| [e73241ba89f2e62fb71488fbc87023630f6f0861] | committer: Stefano Sabatini
doc/ffprobe: fix rendering of the timecode chapter in the man page
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e73241ba89f2e62fb71488fbc87023630f6f0861
---
doc/ffprobe.texi | 14 +++++++++-----
1 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/doc/ffprobe.texi b/doc/ffprobe.texi
index 2d87c9a..5d3e53f 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/}.
+ at c man end WRITERS
@chapter Timecode
+ at c man begin TIMECODE
@command{ffprobe} supports Timecode extraction:
@itemize
- at item MPEG1/2 timecode is extracted from the GOP, and is available in the video
+ at item
+MPEG1/2 timecode is extracted from the GOP, and is available in the video
stream details (@option{-show_streams}, see @var{timecode}).
- at item MOV timecode is extracted from tmcd track, so is available in the tmcd
+ at item
+MOV timecode is extracted from tmcd track, so is available in the tmcd
stream metadata (@option{-show_streams}, see @var{TAG:timecode}).
- at item DV and GXF timecodes are available in format metadata
+ at item
+DV and GXF timecodes are available in format metadata
(@option{-show_format}, see @var{TAG:timecode}).
@end itemize
-
- at c man end WRITERS
+ at c man end TIMECODE
@include decoders.texi
@include demuxers.texi
More information about the ffmpeg-cvslog
mailing list