On 08/01/11 10:11, Dima Bak wrote:
Hi! I want to record video of my session in pd. I try to use XvidCap, but there is no sound. What audio driver i need to use in pd? Thanks.
I haven't found the perfect solution yet. Using JACK in Pd, you might try recordmydesktop or istanbul. I found recordmydesktop silently dropped frames giving out of sync jittery output, while istanbul crashed on exit but I could rescue a file from /tmp/. Recordmydesktop seems no longer developed, while istanbul has recent commits in its repository. Both encode to Ogg Theora+Vorbis format. Istanbul is based on gstreamer, so it should be possible to use gstreamer directly if you need to configure more options.
http://recordmydesktop.sourceforge.net/about.php http://live.gnome.org/Istanbul
Claude