View Full Version : swf or fla to video
thommyfilm
28th April 2009, 13:38
Hi
Is there a way to convert a swf-file or fla-file to some video format on a linux server? We have swf animations (also the fla-source would be available) that we customize using flasvars. They play without problem in a webbrowser. For a new workflow we need these animations as a video (mpg avi or something).
How can that be done on a linux server?
T.
mousemurder
11th May 2009, 16:44
i use this before i put youtube videos on my creative zen player /usr/bin/mencoder file.flv -o /dev/null -ffourcc DX50 -vf pp=lb,pp=tn:64:128:256:c,softskip,eq2,harddup -noodml -oac mp3lame -lameopts abr:br=96:aq=4:vol=2.2:mode=1 -ovc xvid -xvidencopts pass=1:turbo:me_quality=6:vhq=4:threads=1:max_bframes=2:bvhq=1:nopacked:quant_type=h263:noqpel:nogmc:trellis:nointerlacing:chroma_me:chroma_opt:hq_ac:profile=dxnhdtv:nolumi_mask:rc_reaction_delay_factor=0:rc_averaging_period=100:closed_gop:autoaspect -passlogfile xvid.log
/usr/bin/mencoder file.flv -o file.avi -ffourcc DX50 -vf pp=lb,pp=tn:64:128:256:c,softskip,eq2,harddup -noodml -oac mp3lame -lameopts abr:br=96:aq=4:vol=2.2:mode=1 -ovc xvid -xvidencopts pass=2:bitrate=1500:me_quality=6:vhq=4:threads=1:max_bframes=2:bvhq=1:nopacked:quant_type=h263:noqpel:nogmc:trellis:nointerlacing:chroma_me:chroma_opt:hq_ac:profile=dxnhdtv:nolumi_mask:rc_reaction_delay_factor=0:rc_averaging_period=100:closed_gop:autoaspect -passlogfile xvid.log
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.