diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-06-05 00:09:04 +0200 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-06-05 13:31:47 +0200 |
commit | cea87fb2c38f175b9a0bd2a46617c155e67d4794 (patch) | |
tree | 20747e84f6210d7b97a624a697eeebaf6f616244 /doc | |
parent | 9b032c65547a0c396902c101e7a5efdabb3025b9 (diff) | |
download | ffmpeg-cea87fb2c38f175b9a0bd2a46617c155e67d4794.tar.gz |
ffprobe: implement -i FILE option
Useful for mimicking the ffmpeg -i FILE syntax.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ffprobe.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ffprobe.texi b/doc/ffprobe.texi index ee4ffb9671..6f7e83b267 100644 --- a/doc/ffprobe.texi +++ b/doc/ffprobe.texi @@ -108,6 +108,9 @@ multimedia stream. Each media stream information is printed within a dedicated section with name "STREAM". +@item -i @var{input_file} +Read @var{input_file}. + @end table @c man end |