[Vnc2swf-users] About FLV output.
Status: Alpha
Brought to you by:
euske
From: Olivier H. <oli...@wa...> - 2009-03-30 14:50:05
|
Hi all, Vnc2swf can produce FLV. But produced files present some drawbacks. - files has only one keyframe (also report a few weeks ago), - files has no metadata. This means that support of pyvnc2swf FLV files is not complete for most FLV players (impossible to scroll, total record time is not available (a good example : test your pyvnc2swf FlV in FlowPlayer)). I attach a tarball containing some modifications: - add a '-k' option to specify the keyframe rate - Add meta data on the produced flv. Note that I also repackage pyvnc2swf to be more pythonic. Vnc2swf scripts, edit and play are replaced by scripts vnc2swf-recorder, vnc2swf-editor and vnc2swf player. The distribution is now built and installed with setuptools. The Cli interface was successfully tested on Ubuntu 8.04 and Debian Lenny. Also note that I did not (and do not want to) install python-tk. I paid attention to add some options in the GUI. But these changes are not yet tested,. I leave to Euske or others to test and commit these changes. Regards, Olivier Hervieu. |