bugfixes
authorkramm <kramm>
Sun, 16 Apr 2006 13:34:35 +0000 (13:34 +0000)
committerkramm <kramm>
Sun, 16 Apr 2006 13:34:35 +0000 (13:34 +0000)
avi2swf/avi2swf.1
avi2swf/avi2swf.doc

index 3015ad9..ff6495e 100644 (file)
@@ -1,4 +1,4 @@
-.TH avi2swf "1" "September 2004" "avi2swf" "swftools"
+.TH avi2swf "1" "February 2006" "avi2swf" "swftools"
 .SH NAME
 avi2swf - Converts an avi video file to SWF.
 
@@ -32,8 +32,11 @@ from AVI files.
 \fB\-r\fR, \fB\-\-mp3-samplerate\fR \fIhz\fR
     Set the mp3 samplerate to encode audio with (default: 11025)
 .TP
-\fB\-d\fR, \fB\-\-scale\fR \fIval\fR
-    Scale down to factor \fIval\fR. (in %%, e.g. 100 = original size)
+\fB\-s\fR, \fB\-\-scale\fR \fIval\fR
+    Scale down to factor \fIval\fR. (in %, e.g. 100 = original size)
+.TP
+\fB\-S\fR, \fB\-\-skipframes\fR \fInum\fR
+    Skip \fInum\fR frames before starting the conversion.
 .TP
 \fB\-p\fR, \fB\-\-flip\fR 
     Turn movie upside down
@@ -41,6 +44,9 @@ from AVI files.
 \fB\-q\fR, \fB\-\-quality\fR \fIval\fR
     Set the quality to \fIval\fR. (0-100, 0=worst, 100=best, default:80)
 .TP
+\fB\-k\fR, \fB\-\-keyframe\fR 
+    Set the number of intermediate frames between keyframes.
+.TP
 \fB\-x\fR, \fB\-\-extragood\fR 
     Enable some \fIvery\fR expensive compression strategies. You may
     want to let this run overnight.
index 297b702..ffcf102 100644 (file)
@@ -20,8 +20,10 @@ from AVI files.
     Set the mp3 bitrate to encode audio with
 -r , --mp3-samplerate <hz>
     Set the mp3 samplerate to encode audio with (default: 11025)
--d , --scale <val>
+-s , --scale <val>
     Scale down to factor <val>. (in %, e.g. 100 = original size)
+-S , --skipframes <num>
+    Skip <num> frames before starting the conversion.
 -p , --flip
     Turn movie upside down
 -q , --quality <val>