我想使用 vnc 服务器录制屏幕。我知道可以使用 Vnc2flv,但我不知道该怎么做。能帮我提供一个简单的教程吗?
在 Windows 中。
答案1
摘自软件百科:
如何使用
目前只有一个命令,flvrec.py。
flvrec.py
flvrec.py 是主录制程序,连接指定的 VNC 服务器,启动后立即开始录制,按下 Ctrl-C(或向进程发送 SIGINT)后停止录制。需要提前在目标机器上运行 VNC 服务器。
录制的文件可以通过 ffmpeg、VLC 或 mplayer 等桌面程序或一堆基于 Flash 的在线播放器播放。
句法:
flvrec.py [options] [host[:port]]
例子:
$ x11vnc -quiet -localhost -viewonly -nopw -bg (启动 vnc 服务器)
VNC桌面是:localhost:0 PORT=5900
$ flvrec.py localhost:5900(记录本地桌面)
$ flvrec.py -W 640x480 localhost:5900 (使用 640x480 窗口记录本地桌面,并自动跟踪变化。)
$ flvrec.py remotehost:5900(连接远程计算机并记录其屏幕)
选项:
-o filename Specifies the output file name. -P pwdfile Specifies the password file for a vnc session. -C wxh+x+y Specifies the clipping. -W wxh Specifies the auto scrolling. -N Suppress cursor display. -e encoding,encoding,... Specifies the vnc encoding methods. -d Increases the debug level.