X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=src%2Fswfcombine.1;h=00552210c77e4a7fc3025a841ad19d48b96d2716;hp=0bc912a3c3892d9ec9df5478f3ea1c5690bedb6e;hb=f29d8006b1d8253c50808d6eb4941bdeb808c601;hpb=6f3e9add89a0157ef6552bc154475b43b371e615 diff --git a/src/swfcombine.1 b/src/swfcombine.1 index 0bc912a..0055221 100644 --- a/src/swfcombine.1 +++ b/src/swfcombine.1 @@ -1,4 +1,4 @@ -.TH swfcombine "1" "February 2004" "swfcombine" "swftools" +.TH swfcombine "1" "August 2009" "swfcombine" "swftools" .SH NAME swfcombine - a tool for combining swf (flash) files @@ -49,6 +49,9 @@ movie. swfcombine can be used to perform the latter. \fB\-v\fR, \fB\-\-verbose\fR Be verbose. Use more than one -v for greater effect .TP +\fB\-F\fR, \fB\-\-flashversion\fR + Set the flash version of the output file. +.TP \fB\-d\fR, \fB\-\-dummy\fR Don't require the presence of slave objects. Usually used together with \fB\-X\fR, \fB\-Y\fR or \fB\-r\fR. .TP @@ -63,7 +66,7 @@ movie. swfcombine can be used to perform the latter. y Adjust position of slave by \fIypos\fR pixels .TP \fB\-s\fR, \fB\-\-scale\fR \fIscale\fR - Adjust size of slave by \fIscale\fR percent (e.g. 100%% = original size) + Adjust size of slave by \fIscale\fR percent (e.g. 100% = original size) .TP \fB\-r\fR, \fB\-\-rate\fR \fIfps\fR Force the output to have the framerate \fIfps\fR. (Otherwise, the framerate of the master file will be used) @@ -74,6 +77,18 @@ movie. swfcombine can be used to perform the latter. \fB\-Y\fR, \fB\-\-height\fR \fIheight\fR Force movie bbox height to \fIheight\fR (default: use master height (not with -t)) .TP +\fB\-N\fR, \fB\-\-local-with-networking\fR + Make output file "local-with-networking" +.TP +\fB\-G\fR, \fB\-\-hardware-gpu\fR + Set the "use hardware gpu" bit in the output file +.TP +\fB\-B\fR, \fB\-\-accelerated-blit\fR + Set the "use accelerated blit" bit in the output file +.TP +\fB\-L\fR, \fB\-\-local-with-filesystem\fR + Make output file "local-with-filesystem" +.TP \fB\-z\fR, \fB\-\-zlib\fR \fIzlib\fR Use Flash MX (SWF 6) Zlib encoding for the output. The resulting SWF will be smaller, but not playable in Flash Plugins of Version 5 and below. @@ -110,3 +125,6 @@ swfcombine -o combined.swf master.swf foo=slave.swf As a result, the slave movie should be visible inside the master movie at the position where the rectangle used to be. +.SH AUTHOR + +Matthias Kramm