Hey Daniel, On Sat, 2003-07-19 at 12:03, Daniel Jircik wrote: > bash-2.05b# LAV_VIDEO_DEV=/dev/video3 lavrec --format=a --quality=80 > --geometry=480x480 --audio-bitsize=0 /home/ftp/avi01/efxlav01.avi > **ERROR: [lavrec] Error getting video input status: Invalid argument
You're not using --software-encoding. You're also omitting the -i option, which is obligatory if you're recording in software encoding mode. > I'm also getting an audio error (above audio disabled with > --audio-bitsize=0) as follows? > > bash-2.05b# LAV_VIDEO_DEV=/dev/video3 lavrec --software-encoding > --format=a --quality=80 --geometry=480x480 --synchronization=0 --stereo > /home/ftp/avi01/efxlav01.avi > ++ WARN: [lavrec] Sound card told us it's using rate 48000Hz instead of > 44100Hz > **ERROR: [lavrec] Error queuing buffers: Invalid argument It's actually a video error. I'm not sure why, maybe vloopback doesn't support map()'ed capture? Ronald -- Ronald Bultje <[EMAIL PROTECTED]> ------------------------------------------------------- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click here: http://www.vmware.com/wl/offer/345/0 _______________________________________________ Mjpeg-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mjpeg-users
