diff options
author | Michel Bardiaux <mbardiaux@peaktime.be> | 2004-10-07 03:20:27 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-10-07 03:20:27 +0000 |
commit | 791d8d1d67273e8cf948d816ef9e009581273832 (patch) | |
tree | ed8ca3f878a24a5eb82de968a9d94d07f959aac4 /doc/ffmpeg-doc.texi | |
parent | 6c55b27f8f7b41c34ecaf1c7986f23809adc80e0 (diff) | |
download | ffmpeg-791d8d1d67273e8cf948d816ef9e009581273832.tar.gz |
Doc improvement for -target patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
Originally committed as revision 3569 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/ffmpeg-doc.texi')
-rw-r--r-- | doc/ffmpeg-doc.texi | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index 1c78f1ad90..d1b80b342c 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -190,7 +190,7 @@ set the copyright set the comment @item -target type -specify target file type ("vcd", "svcd" or "dvd"). All the format +specify target file type ("vcd", "svcd", "dvd", "pal-vcd", "ntsc-svcd", ... ). All the format options (bitrate, codecs, buffer sizes) are automatically set by this option. You can just type: @@ -198,6 +198,13 @@ option. You can just type: ffmpeg -i myfile.avi -target vcd /tmp/vcd.mpg @end example +Nevertheless you can specify additional options as long as you know they do not compromise the +standard, as in: + +@example +ffmpeg -i myfile.avi -target vcd -bf 2 /tmp/vcd.mpg +@end example + @item -hq activate high quality settings |