Re: [Vnc2swf-users] pyvnc2swf feedback, fix and improvements proposal
Status: Alpha
Brought to you by:
euske
From: Yusuke S. <yu...@cs...> - 2006-10-19 17:42:51
|
On Thu, 19 Oct 2006 10:36:46 -0700 (PDT), Andy Leszczynski <les...@ya...> wrote: > Still, if you would have minute to explain/point me at the docs > outlining the difference between SWF/Shape SWF/Video I would be > very grateful - I did my homework but could find anything > conclusive. Also which one you would recommend for making > actual sreencast: Shape or Video? Ok, here's the distiction... Shape: pros: compatible with older Flash player (ver.5), faster encoding cons: larger filesize, sometime getting slow to playback. Video: pros: smaller filesize, stable playback speed. cons: only supported Flash ver.7 or newer, slower encoding. (not suitable for on-the-fly encoding) But recently most Flash players are ver.7 or newer, so I recommend to record as Shape first, then convert to Video. Yusuke |