Commit e73241ba authored by Stefano Sabatini's avatar Stefano Sabatini

doc/ffprobe: fix rendering of the timecode chapter in the man page

parent 3946187d
...@@ -320,25 +320,29 @@ This option automatically sets @option{fully_qualified} to 1. ...@@ -320,25 +320,29 @@ This option automatically sets @option{fully_qualified} to 1.
For more information about the XML format, see For more information about the XML format, see
@url{http://www.w3.org/XML/}. @url{http://www.w3.org/XML/}.
@c man end WRITERS
@chapter Timecode @chapter Timecode
@c man begin TIMECODE
@command{ffprobe} supports Timecode extraction: @command{ffprobe} supports Timecode extraction:
@itemize @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}). 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}). 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}). (@option{-show_format}, see @var{TAG:timecode}).
@end itemize @end itemize
@c man end TIMECODE
@c man end WRITERS
@include decoders.texi @include decoders.texi
@include demuxers.texi @include demuxers.texi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment