X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=avi2swf%2Favi2swf.1;h=ff6495e7a1b239fb6d19acd2d7b1bc45904e99c7;hb=976580517099fe477acbf1ca379716a7a329fb19;hp=e4da1cb7532720fc26a2fbc23673315c80f8c376;hpb=714b122c75a757dcd1ef9a631aa209a298e650d7;p=swftools.git diff --git a/avi2swf/avi2swf.1 b/avi2swf/avi2swf.1 index e4da1cb..ff6495e 100644 --- a/avi2swf/avi2swf.1 +++ b/avi2swf/avi2swf.1 @@ -1,4 +1,4 @@ -.TH avi2swf "1" "February 2004" "avi2swf" "swftools" +.TH avi2swf "1" "February 2006" "avi2swf" "swftools" .SH NAME avi2swf - Converts an avi video file to SWF. @@ -26,14 +26,17 @@ from AVI files. \fB\-n\fR, \fB\-\-num\fR frames Number of frames to encode .TP -\fB\-m\fR, \fB\-\-mp3-bitrate\fR \fIrate\fR (kbps) +\fB\-m\fR, \fB\-\-mp3-bitrate\fR \fIkbps\fR Set the mp3 bitrate to encode audio with .TP -\fB\-r\fR, \fB\-\-mp3-samplerate\fR \fIrate\fR (Hz) +\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.