Posted: Fri Jul 03, 2009 1:48 pm
Post subject: different output swf file size with GUI and command-line
|
|
Hello,
I'm having a really strange problem with iSpring SDK.
Within the Codebuilder GUI, when I launch the conversion with parameters below (separate slides, animations autostart, optimization for 1280x1024, links active..) using the 'Convert' button, output swf files are on average 100k.
Keeping the exact same settings and running the conversion with the 'Execute' button (command line), the output swf file size in on average 1MB. I've yet to find an explanation to the tenfold difference in size.
Can you help?
These are the settings I use:
iSpringSDK.exe l -w 576 -h 432 -ss "1280" "1024" -is off -fv 8 -iq 0 -t off -ht _blank -c off -k off -sa on -st 2 [path to my ppt] [path to the output folder]
|