Re: [Vnc2swf-users] great tool! ...file size optimize?
Status: Alpha
Brought to you by:
euske
From: horace <hor...@gm...> - 2006-02-13 07:02:59
|
On 2/13/06, Yusuke Shinyama <yu...@cs...> wrote: > > horace <hor...@gm...> wrote: > > > > i have some questions... > > > > i use it on windows. when i converted the swf to mpg with edit.py the > mouse > > cursor was missing in the mpg. is this normal? > > Currently, yes. But I'll try to make it in future. When I have a time... ok, thanks! :) > would there be a way to reduce the swf sizes some more? i don't really > know > > how the generated swfs work but wouldn't it be possible to add an optio= n > for > > some lossy jpg compression or something like that? what compression do > the > > video type swfs currently use? > > Did you try adding -Vc option in edit.py command? > It should reduce the file size a lot. > It's hard to control the compression ratio of swf in a way that jpg or mp= g > do, > because a swf file is more like a programming language for animation. yes i tried -Vc (it's the same as -t video -c i guess?). it's still pretty big. i don't find the swf specification anywhere but i could imagine the shape encoded swfs simply store rectangular bitmap areas which get drawn where something has changed on the screen. couldn't shape encoded swfs use some aggressive jpg compression then for these bitmaps? or are they already compressed with something like rle and jpg wouldn't make much difference? could video encoded swfs use sorensen or something like that? horace Yusuke > |