> I'm trying to make some Video documentation of BLFS, and would like to
> record video of my desktop.  In the past I've used xvidcap:
> http://xvidcap.sourceforge.net/
> However, this project seems dead.  Does anyone know of anything better
> out there?
(...)
> Neither of the "stable" packages compile either, both complain about the
> built in ffmpeg.  Would really just like something better, and more
> updated.   Anybody have any suggestions?  If not, thanks anyways, and
> I'll guess I'll keep trying with xvidcap.

I have compiled xvidcap-1.1.3-p7 on a LFS-6.1.1, with included ffmpeg.
However, I see it can't compile on a more recent LFS. In fact in BLFS book 
there is a patch to compile ffmpeg with gcc4 but it doesn't fit for the 
ffmpeg version of xvidcap. Perhaps the simpler solution is build xvidcap on a 
LFS version with gcc-3.4.x (or another distro. or use a binary version), then 
move xvidcap and gvidcap in your current version of LFS.
That worked for me, just check the library requirements:

[EMAIL PROTECTED]:~$ ldd /usr/bin/xvidcap
        linux-gate.so.1 =>  (0xffffe000)
        libpthread.so.0 => /lib/libpthread.so.0 (0xb7f63000)
        libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0xb7f44000)
        libpng.so.3 => /usr/lib/libpng.so.3 (0xb7f0c000)
        libz.so.1 => /lib/libz.so.1 (0xb7ef9000)
        libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0xb7ee4000)
        libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0xb7ed6000)
        libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0xb7ecc000)
        libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0xb7eb4000)
        libc.so.6 => /lib/libc.so.6 (0xb7d9a000)
        libm.so.6 => /lib/libm.so.6 (0xb7d77000)
        libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0xb7d27000)
        libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0xb7c5f000)
        /lib/ld-linux.so.2 (0xb7f97000)
        libdl.so.2 => /lib/libdl.so.2 (0xb7c5a000)

About other programs, I tried also x11rec
http://0xcc.net/x11rec/
and Istanbul
http://live.gnome.org/Istanbul
but xvidcap seems to 
work a little better, at least for me ;-)
Alessandro Alocci
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to