diff options
author | Daniel Verkamp <daniel@drv.nu> | 2009-02-23 01:47:18 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-02-23 01:47:18 +0000 |
commit | f67f485b365b744d2ae669fd51aff6b7aa7472a6 (patch) | |
tree | cc0a695843899d131653d7f915f9c20bfed37c19 | |
parent | b1f58ed4f937b993dba05811104dada6a9df92a3 (diff) | |
download | ffmpeg-f67f485b365b744d2ae669fd51aff6b7aa7472a6.tar.gz |
Document 'ffmpeg -formats', patch by Daniel Verkamp, daniel drv nu.
Originally committed as revision 17536 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | doc/ffmpeg-doc.texi | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index bb093f7d6c..46150c7155 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -229,7 +229,23 @@ Show help. Show version. @item -formats -Show available formats, codecs, protocols, ... +Show available formats, codecs, bitstream filters, protocols, and frame size and frame rate abbreviations. + +The fields preceding the format and codec names have the following meanings: +@table @samp +@item D +Decoding available +@item E +Encoding available +@item V/A/S +Video/audio/subtitle codec +@item S +Codec supports slices +@item D +Codec supports direct rendering +@item T +Codec can handle input truncated at random locations instead of only at frame boundaries +@end table @item -f @var{fmt} Force format. |