--
Michel Bardiaux
Peaktime Belgium S.A. Bd. du Souverain, 191 B-1160 Bruxelles
Tel : +32 2 790.29.41
Index: ffmpeg.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/ffmpeg.c,v
retrieving revision 1.267
diff -c -u -r1.267 ffmpeg.c
--- ffmpeg.c 28 Sep 2004 21:50:40 -0000 1.267
+++ ffmpeg.c 29 Sep 2004 15:56:37 -0000
@@ -3730,7 +3730,7 @@
{ "re", OPT_BOOL | OPT_EXPERT, {(void*)&rate_emu}, "read input at native
frame rate", "" },
{ "loop", OPT_BOOL | OPT_EXPERT, {(void*)&loop_input}, "loop (current only
works with images)" },
{ "v", HAS_ARG, {(void*)opt_verbose}, "control amount of logging",
"verbose" },
- { "target", HAS_ARG, {(void*)opt_target}, "specify target file type
(\"vcd\", \"svcd\" or \"dvd\")", "type" },
+ { "target", HAS_ARG, {(void*)opt_target}, "specify target file type
(\"vcd\", \"svcd\", \"dvd\", \"pal-vcd\", \"ntsc-svcd\", ...)", "type" },
{ "threads", HAS_ARG | OPT_EXPERT, {(void*)opt_thread_count}, "thread
count", "count" },
{ "vsync", HAS_ARG | OPT_INT | OPT_EXPERT, {(void*)&video_sync_method},
"video sync method", "" },
{ "async", HAS_ARG | OPT_INT | OPT_EXPERT, {(void*)&audio_sync_method},
"audio sync method", "" },
Index: doc/ffmpeg-doc.texi
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/doc/ffmpeg-doc.texi,v
retrieving revision 1.63
diff -c -u -r1.63 ffmpeg-doc.texi
--- doc/ffmpeg-doc.texi 28 Sep 2004 03:09:49 -0000 1.63
+++ doc/ffmpeg-doc.texi 29 Sep 2004 15:56:37 -0000
@@ -190,7 +190,7 @@
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 @@
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 -g 12 -cgop -sc_threshold 1000000
/tmp/vcd.mpg
+@end example
+
@item -hq
activate high quality settings