X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=avi2swf%2Favi2swf.1;h=86e04651fc5057475a70f81628013329b9071e7b;hp=eb86ff0703de316e08135433a6dda2ab5b54e668;hb=893e0c1a38524ceac66557aee146dc1a05c1ff01;hpb=03e15225cbeedf0e3d3322c9c85d1c3de0d7da06 diff --git a/avi2swf/avi2swf.1 b/avi2swf/avi2swf.1 index eb86ff0..86e0465 100644 --- a/avi2swf/avi2swf.1 +++ b/avi2swf/avi2swf.1 @@ -1,9 +1,9 @@ -.TH avi2swf "1" "October 2001" "avi2swf" "swftools" +.TH avi2swf "1" "January 2003" "avi2swf" "swftools" .SH NAME avi2swf - convert AVI files into SWF .SH Synopsis .B avi2swf -[\fIoptions\fR] \fIfile.pdf\fR [\fIfile.swf\fR] +[\fIoptions\fR] \fIfile.avi\fR [-o \fIfile.swf\fR] .SH DESCRIPTION This tools converts AVI Video files into Flash SWF Animation files. @@ -21,18 +21,21 @@ Be verbose. Use more than one -v for greater effect. \fB\-o\fR \fIfilename\fR, \fB\-\-output\fR \fIfilename\fR Set output filename to \fIfilename\fR. .TP -\fB\-n\fR \fIframes\fR, \fB\-\-num \fIframes\fR\fR -Set number of frames to encode to \fIframes\fR. +\fB\-p\fR, \fB\-\-flip\fR +Turn the movie upside down. .TP -\fB\-s\fR \fIframe\fR, \fB\-\-start \fIframe\fR\fR -Start with frame \fIframe\fR. +\fB\-x\fR, \fB\-\-extragood\fR +Enable highest-quality encoding. Warning: This is slow! .TP -\fB\-d\fR \fIfactor\fR, \fB\-\-scale \fIfactor\fR\fR +\fB\-S\fR \fIn\fR, \fB\-\-skip \fIn\fR\fR +Skip \fIn\fR frames before starting to encode. +.TP +\fB\-s\fR \fIfactor\fR, \fB\-\-scale \fIfactor\fR\fR Scale movie by factor%. factor must be in the range 1-100. .TP -\fB\-z\fR, \fB\-\-zlib\fR -Compress the movie afterwards. (Using swfcombine) -Playing compressed Movies requires Flash MX! +\fB\-q\fR \fIq\fR, \fB\-\-quality\fR \fIq\fR +Set the compression quality to \fIq\fR. \fIq\fR must be +in the range 1-100. (1=worst, 100=best). .SH AUTHOR