From b2a55040f399f9bfaf22fb2084228b38ef8aca55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Thu, 27 Mar 2008 15:41:59 +0000 Subject: [PATCH] Libcaptury has a new home. svn path=/trunk/KDE/kdebase/workspace/; revision=790825 --- effects/videorecord.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/effects/videorecord.cpp b/effects/videorecord.cpp index df220e2006..9c88c5cbe3 100644 --- a/effects/videorecord.cpp +++ b/effects/videorecord.cpp @@ -24,20 +24,21 @@ along with this program. If not, see . Requires libcaptury: - - svn co svn://77.74.232.49/captury/trunk/capseo + - git clone git://gitorious.org/capseo/mainline.git capseo - you may want to remove 1.10 from AUTOMAKE_OPTIONS in Makefile.am - ./autogen.sh - the usual configure && make && make install procedure (you may want to pass --enable-theora --with-accel=x86 [or amd64]) - - svn co svn://77.74.232.49/captury/trunk/libcaptury + - git clone git://gitorious.org/libcaptury/mainline.git libcaptury - you may want to remove 1.10 from AUTOMAKE_OPTIONS in Makefile.am - ./autogen.sh - the usual configure && make && make install procedure Video is saved to $HOME/kwin_video.cps, use "cpsrecode -i kwin_video.cps -o - | mplayer -" to play, - use mencoder the same way to create a video. + to create a video use "cpsrecode -c theora -i kwin_video.cps -o screen.ogg" + or use mencoder in a similar way as mplayer. */