<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" ><channel><title>Kevin Deldycke &#187; xvidcap</title> <atom:link href="http://kevin.deldycke.com/tag/xvidcap/feed/" rel="self" type="application/rss+xml" /><link>http://kevin.deldycke.com</link> <description>Free software engineer &#38; wannabe videomaker</description> <lastBuildDate>Fri, 03 Feb 2012 19:08:27 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>HowTo Compile and Use xvidcap</title><link>http://kevin.deldycke.com/2005/06/howto-compile-and-use-xvidcap/</link> <comments>http://kevin.deldycke.com/2005/06/howto-compile-and-use-xvidcap/#comments</comments> <pubDate>Mon, 27 Jun 2005 11:41:39 +0000</pubDate> <dc:creator>Kev</dc:creator> <category><![CDATA[English]]></category> <category><![CDATA[CLI]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Mandriva]]></category> <category><![CDATA[mencoder]]></category> <category><![CDATA[mplayer]]></category> <category><![CDATA[Video]]></category> <category><![CDATA[xvidcap]]></category><guid isPermaLink="false">http://kevin.deldycke.com/2005/06/howto-compile-and-use-xvidcap/</guid> <description><![CDATA[Compile gvidcap ! Get the last stable source code archive on xvidcap Sourceforge project page or download it from the CVS: Install required dependencies: Dirty compile: Quick test: Use gvidcap ! Raw capture: The following can be used but it &#8230; <a href="http://kevin.deldycke.com/2005/06/howto-compile-and-use-xvidcap/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<h2>Compile gvidcap !</h2><p>Get the last stable source code archive on <a href="http://sourceforge.net/projects/xvidcap">xvidcap Sourceforge project page</a> or download it from the <a href="http://cvs.sourceforge.net/viewcvs.py/xvidcap">CVS</a>:</p><pre class="brush: bash; title: ; notranslate">
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/xvidcap co -P xvidcap
</pre><p>Install required dependencies:</p><pre class="brush: bash; title: ; notranslate">
urpmi gcc automake libgtk+2-devel ffmpeg-devel liblame0-devel
</pre><p>Dirty compile:</p><pre class="brush: bash; title: ; notranslate">
make distclean [optional]
CPPFLAGS=-I/usr/include/ffmpeg LDFLAGS=-L/usr/bin/ffmpeg
./configure --with-gtk2 --with-forced-embedded-ffmpeg &amp;&amp; make gvidcap
make gvidcap
make install [optional]
</pre><p>Quick test:</p><pre class="brush: bash; title: ; notranslate">
./src/gvidcap &amp;
</pre><h2>Use gvidcap !</h2><p>Raw capture:</p><pre class="brush: bash; title: ; notranslate">
gvidcap --gui no -v --file ~/img_%04d.xwd --frames 0 --fps 10 --cap_geometry 1024x768+0+0
</pre><p>The following can be used but it slow down the machine (png compression require too cpu):</p><pre class="brush: bash; title: ; notranslate">
gvidcap --gui no -v --compress 9 --file ~/img_%04d.png --frames 0 --fps 10 --cap_geometry 1024x728+0+0
</pre><p>Convert .xwd images to .png images because mplayer only support .png, .jpg, .tga and .sgi image file format:</p><pre class="brush: bash; title: ; notranslate">
convert img_*.xwd img_%04d.png &amp;&amp; rm -rf ./*.xwd
</pre><p>Preview the video:</p><pre class="brush: bash; title: ; notranslate">
mplayer &quot;mf://*.png&quot; -mf fps=10
</pre><p>Make a video from successive screenshots:</p><pre class="brush: bash; title: ; notranslate">
mencoder &quot;mf://*.png&quot; -mf fps=10 -ovc lavc -o ./video.avi
</pre><p>Documentation:</p><ul><li><a href="http://www.linux-magazine.com/issue/45/DeskTOPia_xvidcap.pdf">http://www.linux-magazine.com/issue/45/DeskTOPia_xvidcap.pdf</a></li><li><a href="http://www.jarre-de-the.net/faq/pdf/faq.pdf">http://www.jarre-de-the.net/faq/pdf/faq.pdf</a></li><li><a href="http://www.tuxbihan.org/IMG/pdf/gvidcap.pdf">http://www.tuxbihan.org/IMG/pdf/gvidcap.pdf</a></li><li><a href="http://www.csit.fsu.edu/~beason/recordMovie">http://www.csit.fsu.edu/~beason/recordMovie</a></li></ul> ]]></content:encoded> <wfw:commentRss>http://kevin.deldycke.com/2005/06/howto-compile-and-use-xvidcap/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 2/12 queries in 4.157 seconds using apc
Object Caching 513/525 objects using apc

Served from: kevin.deldycke.com @ 2012-02-08 10:33:42 -->
