diff options
author | Mike Melanson <mike@multimedia.cx> | 2004-05-12 12:28:15 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2004-05-12 12:28:15 +0000 |
commit | 4a1b9ba0dd64e57e7090e66213f87ea6607cabad (patch) | |
tree | 35b248294feb868d86bdfd459fbd79bb44406b39 | |
parent | b86bd1f137b7e3d14b210ee822563edd0e01814c (diff) | |
download | ffmpeg-4a1b9ba0dd64e57e7090e66213f87ea6607cabad.tar.gz |
how to encode SVQ1
Originally committed as revision 3130 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | doc/ffmpeg-doc.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index 632d6e2150..eb799f46b3 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -719,7 +719,7 @@ following image formats are supported: @item Asus v2 @tab X @tab X @tab fourcc: ASV2 @item Creative YUV @tab @tab X @tab fourcc: CYUV @item H.264 @tab @tab X -@item Sorenson Video 1 @tab X @tab X @tab fourcc: SVQ1 +@item Sorenson Video 1 @tab X @tab X @tab fourcc: SVQ1; note: use '-pix_fmt yuv410p' option for encoding @item Sorenson Video 3 @tab @tab X @tab fourcc: SVQ3 @item On2 VP3 @tab @tab X @tab still experimental @item Theora @tab @tab X @tab still experimental |