diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2002-11-19 20:28:29 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2002-11-19 20:28:29 +0000 |
commit | 0699d2fe4480888980f796d7daf022a28e5d8100 (patch) | |
tree | 6b99479af5efc742210286a01d7ae3acf0f644d4 /doc/ffmpeg-doc.texi | |
parent | 97373f2538be43c5691ae80987cbdcebafab8193 (diff) | |
download | ffmpeg-0699d2fe4480888980f796d7daf022a28e5d8100.tar.gz |
update
Originally committed as revision 1238 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/ffmpeg-doc.texi')
-rw-r--r-- | doc/ffmpeg-doc.texi | 24 |
1 files changed, 18 insertions, 6 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index bc00c3f1ac..de287ace0e 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -322,7 +322,7 @@ You can use the @code{-formats} option to have an exhaustive list. @section File Formats FFmpeg supports the following file formats thru the @code{libavformat} -library. +library: @multitable @columnfractions .4 .1 .1 @item Supported File Format @tab Encoding @tab Decoding @tab Comments @@ -339,9 +339,6 @@ library. @item Macromedia Flash@tab X @tab X @tab Only embedded audio is decoded @item Real Audio and Video @tab X @tab X -@item PGM, YUV, PPM, JPEG images @tab X @tab X -@item Animated GIF @tab X @tab -@tab Only uncompressed GIFs are generated @item Raw AC3 @tab X @tab X @item Raw MJPEG @tab X @tab X @item Raw MPEG video @tab X @tab X @@ -350,14 +347,29 @@ library. @item Quicktime @tab @tab X @item MPEG4 @tab @tab X @tab MPEG4 is a variant of Quicktime -@item Raw MPEG4 video @tab @tab X -@tab Only small files are supported. +@item Raw MPEG4 video @tab X @tab X @item DV @tab @tab X @tab Only the video track is decoded. @end multitable @code{X} means that the encoding (resp. decoding) is supported. +@section Image Formats + +FFmpeg can read and write images for each frame of a video sequence. The +following image formats are supported: + +@multitable @columnfractions .4 .1 .1 +@item Supported Image Format @tab Encoding @tab Decoding @tab Comments +@item PGM, PPM @tab X @tab X +@item PGMYUV @tab X @tab X @tab PGM with U and V components in 420 +@item JPEG @tab X @tab X @tab Progressive JPEG is not supported +@item .Y.U.V @tab X @tab X @tab One raw file per component +@item Animated GIF @tab X @tab @tab Only uncompressed GIFs are generated +@end multitable + +@code{X} means that the encoding (resp. decoding) is supported. + @section Video Codecs @multitable @columnfractions .4 .1 .1 .7 |