diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2003-09-16 20:28:18 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2003-09-16 20:28:18 +0000 |
commit | 988a9f9e3a47e2b9b6459ad8d982e43bfeae52d1 (patch) | |
tree | 6fb98486b95407b220d2c1b88cb58647afb5f3eb /doc/ffplay-doc.texi | |
parent | 211f2123c53a140009ce6c1abe4a513aaf8f4645 (diff) | |
download | ffmpeg-988a9f9e3a47e2b9b6459ad8d982e43bfeae52d1.tar.gz |
doc update
Originally committed as revision 2285 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/ffplay-doc.texi')
-rw-r--r-- | doc/ffplay-doc.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ffplay-doc.texi b/doc/ffplay-doc.texi index a1eed74c77..d4cad5cab9 100644 --- a/doc/ffplay-doc.texi +++ b/doc/ffplay-doc.texi @@ -43,6 +43,12 @@ disable video disable graphical display @item -f fmt force format +@item -img img_fmt +this option is used to force a given image format +when playing image sequences. Example: +@example +ffplay -img pgmyuv tests/vsynth1/%d.pgm +@end example @end table @section Advanced options |