diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-02-21 18:33:24 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-02-21 18:33:24 +0000 |
commit | 1be784a2cfdd088fefc9a94e521c550a55ea7fa1 (patch) | |
tree | 15c6223d00dcf4c1ed8321a3ea6b711fa26c247d /doc/ffprobe-doc.texi | |
parent | 4fe3edaadf028b0a5b7debc5f556037b0ef9bdff (diff) | |
download | ffmpeg-1be784a2cfdd088fefc9a94e521c550a55ea7fa1.tar.gz |
Add support to an option -f which forces the format to use for opening
the probed multimedia resource.
Originally committed as revision 21944 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/ffprobe-doc.texi')
-rw-r--r-- | doc/ffprobe-doc.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ffprobe-doc.texi b/doc/ffprobe-doc.texi index d656de8fc4..6ae829878e 100644 --- a/doc/ffprobe-doc.texi +++ b/doc/ffprobe-doc.texi @@ -65,6 +65,10 @@ ffprobe [options] [@file{input_file}] @section Main options @table @option + +@item -f @var{format} +Force format to use. + @item -unit Show the unit of the displayed values. |