]> git.sesse.net Git - ffmpeg/blobdiff - doc/ffprobe.texi
lavf: fix update_initial_durations() so it handles missing durations with the initial...
[ffmpeg] / doc / ffprobe.texi
index 4382e66819234aae11e85098b2869ba30ac314b7..12fe29f01fbd4c9dd9660cd2b6c3b167fa7381be 100644 (file)
@@ -127,6 +127,14 @@ multimedia stream.
 Each media stream information is printed within a dedicated section
 with name "STREAM".
 
+@item -count_frames
+Count the number of frames per stream and report it in the
+corresponding stream section.
+
+@item -count_packets
+Count the number of packets per stream and report it in the
+corresponding stream section.
+
 @item -show_private_data, -private
 Show private data, that is data depending on the format of the
 particular shown element.
@@ -292,6 +300,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 metadata (@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