summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2003-12-10 19:17:15 +0000
committerFabrice Bellard <fabrice@bellard.org>2003-12-10 19:17:15 +0000
commit99db6420f2c9841ad3f4c61feeb73187b5cb290b (patch)
tree22bddf7f6cacbb867b110f87e5359a5d96e6d106 /doc
parent0f26033b7a2844ee33522f5f436e7f282f297166 (diff)
update
Originally committed as revision 2595 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r--doc/ffmpeg-doc.texi17
1 files changed, 16 insertions, 1 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi
index 7c150def60..da2266e5e8 100644
--- a/doc/ffmpeg-doc.texi
+++ b/doc/ffmpeg-doc.texi
@@ -185,7 +185,16 @@ set the copyright
@item -comment string
set the comment
-@item -hq
+@item -target type
+specify target file type ("vcd", "svcd" or "dvd"). All the format
+options (bitrate, codecs, buffer sizes) are automatically set by this
+option. You can just type:
+
+@example
+ffmpeg -i myfile.avi -target vcd /tmp/vcd.mpg
+@end example
+
+@item -hq
activate high quality settings
@end table
@@ -393,6 +402,12 @@ enable Unlimited Motion Vector (h263+)
@item -deinterlace
deinterlace pictures
+@item -interlace
+force interlacing support in encoder (only MPEG-2 and MPEG-4). Use this option
+if your input file is interlaced and if you want to keep the interlaced
+format for minimum losses. The alternative is to deinterlace the input
+stream with @option{-deinterlace}, but deinterlacing introduces more
+losses.
@item -psnr
calculate PSNR of compressed frames
@item -vstats