Re: [Vnc2swf-users] Project Future
Status: Alpha
Brought to you by:
euske
From: Olivier H. <oli...@wa...> - 2009-04-16 20:33:28
|
Great, TheAmigo, i think that our needs are the same ... we have to record several (more than 2!!) vnc session on the same computer... your idea to write a ffmeg plugin is great that might interressed people who wants to have an authoring/transcoding tool shipped with pyvnc2swf. So for the next week i propose that everybody interressed in the project of a safe and fast vncrecorder to send on this mailing list what should and shouldn't be the the vncrecorder. I propose the same for people who are interressed in an authoring tool to send here what should be this vncauthoringtool. For the vncrecorder : - no GUI - minimal dependencies - mostly written in python (wrapper are not excluded) - full object - output only vnc stream (in a first time), with plugable interface to record in an another format. Please think for a sexy name ... For all, yusuke, your advices are welcome... ----- Mail Original ----- De: "The Amigo" <the...@gm...> À: "General discussion about vnc2swf" <vnc...@li...> Envoyé: Jeudi 16 Avril 2009 20h39:19 GMT +01:00 Amsterdam / Berlin / Berne / Rome / Stockholm / Vienne Objet: Re: [Vnc2swf-users] Project Future On Thu, Apr 16, 2009 at 12:06 PM, Olivier Hervieu < oli...@wa... > wrote: I love the idea to rename pyvnc2swf to pyvncrecorder.. and i think it sould be something like python remote recorder... because, with a modular architecture, and in the future, we will able to record remote protocols (not only vnc), and output this to several video format. I think that'd be great. vncrec hasn't been maintained in a long time and pyvncrecorder would be a welcome update... like the aforementioned eschewing of a GUI. Then there's the question of what file format to record in (assuming that ffmpeg can be used for transcoding into any other formats). For most screen captures, lossless encoding doesn't just look better, it ends up being smaller too (due to large sections of identical colors and typically few colors). While it's possible to save in something like x264 or flv losslessly, it's far, far more efficient to save a gzipped RFB (VNC's format) data stream. Trying to convert to something like x264 or flv in real time is taxing (while modern computers can easily handle this for a single recording, imagine running 40 instances -- which is what I've had to do). By comparison, gzip uses a trivial amount of CPU time. For video transcoding, instead of a custom tool that can playback/edit/convert that file (like vncrec does, but very poorly), write an input filter for ffmpeg so it can read the .vnc files and convert them to whatever you want. Then you don't have to worry about what formats you want to conver to. -- http://theamigo.blogspot.com ------------------------------------------------------------------------------ Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. 300 plus technical and hands-on sessions. Register today. Use priority code J9JMT32. http://p.sf.net/sfu/p _______________________________________________ Vnc2swf-users mailing list Vnc...@li... https://lists.sourceforge.net/lists/listinfo/vnc2swf-users |