From 108511d4d44407f9e8b1d6dbb8bafcda5b331973 Mon Sep 17 00:00:00 2001 From: kramm Date: Fri, 6 Feb 2004 17:02:13 +0000 Subject: [PATCH 1/1] documentation file for avi2swf --- avi2swf/avi2swf.doc | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 avi2swf/avi2swf.doc 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 -- 1.7.10.4