Re: [Vnc2swf-users] Shrinking a vnc2flv file
Status: Alpha
Brought to you by:
euske
From: Yusuke S. <yu...@cs...> - 2009-11-06 13:45:36
|
On Fri, 6 Nov 2009 11:26:58 +0000, Brian Candler <B.C...@po...> wrote: > > That reminds me: do you have any documentation on the FSV1 codec? And in the > case where two frames are exactly identical, do you think it would it be > possible to leave the frame out entirely? I think this is a common situation > for screen video. I've never heard of "FSV" codec, but I do know there's another ScreenVideo V2 codec that doesn't require full update for every frame. With the original ScreenVideo codec, which is the only codec currently supported by vnc2flv, always requires all the blocks presented in every frame. So the way to go is to implement "V2" codec somehow... but I gave up for now because the specification in Flash v10 document seems pretty scarce. And I haven't found any decent sample movie with that codec. Yusuke |