天天看點

Linux下的錄屏軟體

轉自:http://cha.homeip.net/blog/2007/02/286.html 

•Istanbul 

•Cankiri 

•xvidcap 

•recordMyDesktop 

•wink 

•vnc2swf 

Istanbul 

Introduction: http://live.gnome.org/Istanbul 

Installation: yum install istanbul 

Launch: Applications → Sound & Video → Istanbul Desktop Session Recorder 

Cankiri 

Introduction: http://www.tortall.net/mu/blog/2006/07/29/cankiri_1 

Installation: wget http://www.tortall.net/svn/mu/trunk/cankiri/cankiri.py 

Launch: python cankiri.py 

xvidcap 

Introduction: http://xvidcap.sourceforge.net/ 

Installation: 

rpm -Uvh http://rpm.livna.org/livna-release-6.rpm 

(Ref: http://rpm.livna.org/rlowiki/UsingLivna) 

yum install xvidcap 

Launch: Applications → Sound & Video → XVidCap Screen Capture 

recordMyDesktop 

Introduction: http://recordmydesktop.sourceforge.net/ 

yum install libXdamage-devel libvorbis-devel libtheora-devel alsa-lib-devel 

wget http://nchc.dl.sourceforge.net/sourceforge/recordmydesktop/recordmydesktop-0.3.2.tar.gz 

tar zxf recordmydesktop-0.3.2.tar.gz 

cd recordmydesktop-0.3.2 

./configure && make && make install 

Launch: recordmydesktop -o filename.ogg 

wink 

Introduction: http://www.debugmode.com/wink/ 

yum install compat-libstdc++-33 

wget http://yet.another.linux-nerd.com/wink/download/wink15.tar.gz 

tar zxf wink15.tar.gz 

./installer.sh 

Launch: ~/wink/wink 

vnc2swf 

Instroduction: http://www.unixuser.org/~euske/vnc2swf/ 

rpm -Uvh http://dag.wieers.com/rpm/packages/rpmforge-release/rpmforge-release-0.3.6-1.fc3.rf.i386.rpm 

(Ref: http://dag.wieers.com/rpm/packages/rpmforge-release/) 

yum install x11vnc vnc2swf 

Launch: 

x11vnc -localhost -viewonly -wait 10 -defer 10 & 

vnc2swf -o filename.swf -N -S localhost:0 

ps. 搭配 x11vnc 本機界面 

附錄: 

加入 livna repo 

•rpm -Uvh http://rpm.livna.org/livna-release-6.rpm 

•Ref:  http://rpm.livna.org/rlowiki/UsingLivna 

加入 freshrpms repo 

•rpm -Uvh http://ftp.freshrpms.net/pub/freshrpms/fedora/linux/6/freshrpms-release/freshrpms-release-1.1-1.fc.noarch.rpm 

•Ref: http://ayo.freshrpms.net/ 

加入 DAG (rpmforge) repo 

•rpm -Uvh http://dag.wieers.com/rpm/packages/rpmforge-release/rpmforge-release-0.3.6-1.fc3.rf.i386.rpm 

•Ref: http://dag.wieers.com/rpm/packages/rpmforge-release/ 

更多的 RPM Repositories: 

•http://www.fedora-linux.nl/wiki/index.php/Repository 

•http://www.brandonhutchinson.com/Fedora_apt_and_yum_repositories.html 

•http://www.howtoforge.com/managing_packages_repositories_yum_yumex_fedora7 

參考資料: 

•Softpedia - Screencast Guide: Capture Your Linux Desktop on Video! 

•Blogcritics.org - Make a Movie of Your Linux Desktop

本文轉自holy2009 51CTO部落格,原文連結:http://blog.51cto.com/holy2010/404016