Re: [Vnc2swf-users] Res: Project Future
Status: Alpha
Brought to you by:
euske
From: Yusuke S. <yu...@cs...> - 2009-04-16 14:44:35
|
Hi Luis, thanks for your comments. On Thu, 16 Apr 2009 05:55:53 -0700 (PDT), lfk...@ya... wrote: > > But what I really miss is an application for postprocessing the > recording, that allows editing, merging, cutting, including text > and sound, etc, with a good GUI. The recording can be done with > pvnc2swf, vncrec, TeleTeachingTool or any other tool. There > could be an effort to create an efficient recorder but in my > opinion we miss a postprocessing tool that is not tied with it's > own recorder. Personally, I think GUI is not necessarily needed for editing. Once I was planning to write another tool like edit.py that can "script" a movie with using Python; you could write something like this: movie = Movie("output.flv") movie.add_caption("title") movie.wait(10) movie.load("a.flv") movie.add_caption("this is my desktop.") movie.load("b.flv") ... Yusuke |