Re: [Vnc2swf-users] Installing latest version on Win32
Status: Alpha
Brought to you by:
euske
From: 254463387 <254...@qq...> - 2008-09-09 01:40:01
|
Hi there, I have heard that,you can download the pyvnc2swf-py2exe from sourceforge.net,it works well on Windows. 2008-09-09 254463387 发件人: ciro bonano 发送时间: 2008-09-09 03:21:07 收件人: vnc2swf-users 抄送: 主题: [Vnc2swf-users] Installing latest version on Win32 Hi, I'm trying to install the latest version on Windows, to be able to convert to flv. Could somebody provide me with a working list of things to install/setup? The current win32 vnc2swf works, but vnc2swf-edit gives error messages (see below). I've tried installing both python2.4 and python2.5 and subsequently pygame and the latest .zip file, but I get various errors complaining python24.dll cannot be found, to the current status of "The procedure entry point SDL_GetKeyRepeat could not be located in the dynamic link library SDL.dll". Many thanks in advance, Ciro. D:\vncrecord\test>"c:\Program Files\pyvnc2swf\vnc2swf-edit.exe" -o out.mpg in.swf Using pygame 1.7.1release Using pymedia 1.3.7.0 Scanning source swf file: in.swf... Input movie: version=5, size=1600x1200, framerate=12fps, frames=8344, duration=695.3s. Output movie size: 1600x1200 Creating MPEG: 'out.mpg': codec=mpeg2video, size=1600x1200, framerate=12.0 .Traceback (most recent call last): File "vnc2swf-edit", line 5, in ? File "pyvnc2swf\edit.pyc", line 229, in main File "pyvnc2swf\edit.pyc", line 84, in reorganize File "pyvnc2swf\output.pyc", line 874, in build File "pyvnc2swf\output.pyc", line 758, in next_frame TypeError: argument 1 must be string or read-only buffer, not pymedia.video.vcodec.VFrame |