From: kramm Date: Fri, 6 Feb 2004 17:02:13 +0000 (+0000) Subject: documentation file for avi2swf X-Git-Tag: release-0-5-0~19 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=108511d4d44407f9e8b1d6dbb8bafcda5b331973;hp=e5a09e5e9d4844af6e95ae110866855b496ed1d1 documentation file for avi2swf --- diff --git a/avi2swf/avi2swf.doc b/avi2swf/avi2swf.doc new file mode 100644 index 0000000..d935e19 --- /dev/null +++ b/avi2swf/avi2swf.doc @@ -0,0 +1,37 @@ +Usage: %s file.avi [-o output.swf] + +Converts an avi video file to SWF. + +Converts an AVI video file to SWF. +.PP +From Version 6 on, SWF supports h.263 video rendering. This tool generates, +among some other formats (see below), SWF movies which contain such h.263 video +from AVI files. + +-h , --help + Print help and exit +-o , --output filename + Specify output filename +-A , --adjust seconds + Audio adjust: Shift sound -seconds to the future or +seconds into the past. +-n , --num frames + Number of frames to encode +-m , --mp3-bitrate (kbps) + Set the mp3 bitrate to encode audio with +-r , --mp3-samplerate (Hz) + Set the mp3 samplerate to encode audio with (default: 11025) +-d , --scale + Scale down to factor . (in %, e.g. 100 = original size) +-p , --flip + Turn movie upside down +-q , --quality + Set the quality to . (0-100, 0=worst, 100=best, default:80) +-x , --extragood + Enable some *very* expensive compression strategies. + Enable some \fIvery\fR expensive compression strategies. You may + want to let this run overnight. +-T , --flashversion + Set output flash version to . Notice: H.263 compression will only be + used for n >= 6. +-V , --version + Print program version and exit