[FFmpeg-trac] #1437(FFprobe:closed): probe less than the whole file with -show_frames
FFmpeg
trac at avcodec.org
Thu Sep 19 10:27:52 CEST 2013
#1437: probe less than the whole file with -show_frames
--------------------------------------+-----------------------------------
Reporter: mdsh | Owner: stefano
Type: enhancement | Status: closed
Priority: wish | Component: FFprobe
Version: git-master | Resolution: fixed
Keywords: ffprobe seek | Blocked By:
Blocking: | Reproduced by developer: 1
Analyzed by developer: 1 |
--------------------------------------+-----------------------------------
Changes (by saste):
* analyzed: 0 => 1
* keywords: => ffprobe seek
* status: open => closed
* resolution: => fixed
* reproduced: 0 => 1
Comment:
Should be fixed in:
{{{
commit f0606a28deca304462349f623118a79069938339
Author: Stefano Sabatini <stefasab at gmail.com>
Date: Mon Oct 22 16:01:29 2012 +0200
ffprobe: add -read_intervals option
This is also useful to test seeking on an input file.
This also addresses trac ticket #1437.
}}}
To read only the first packet from the start (and corresponding frames):
{{{
ffprobe -show_frames -print_format xml -read_intervals "%+#1" INPUT
}}}
--
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1437#comment:3>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list