> now to figure out why all 3:
> [transcode] critical: failed to open input source
>
...
> ++ transcode -x v4l2,null -V rgb24 -i /dev/video1 -f 3 -g 1600x1200 -y
> raw,null
> -z -r 2 -f 10 -o test.avi
> transcode v1.2.0-cvs (C) 2001-2003 Thomas Oestreich, 2003-2008 Transcode Team
...
> [packed]
> [import_v4l2.so] critical: no usable pixel format supported by card
> [transcode] critical: video import module error: OPEN failed
> [transcode] critical: failed to open input source
in case it matters, this works:
[EMAIL PROTECTED]:~/vga2usb/tc$ v4lctl -c /dev/video1 snap jpeg full test.jpg
[EMAIL PROTECTED]:~/vga2usb/tc$ tcprobe -i test.jpg
[tcprobe] JPEG image
[tcprobe] summary for test.jpg, (*) = not default, 0 = not detected
import frame size: -g 1024x768 [720x576] (*)
frame rate: -f 1.000 [25.000] frc=9 (*)
no audio track: (use "null" import module for audio)
[EMAIL PROTECTED]:~/vga2usb/tc$ tcprobe -i /dev/video1[tcprobe] V4L video device
[tcprobe] summary for /dev/video1, (*) = not default, 0 = not detected
import frame size: -g 640x480 [720x576] (*)
frame rate: -f 29.000 [25.000] frc=4 (*)
audio track: -a 0 [0] -e 44100,16,2 [48000,16,2] -n 0x1 [0x2000] (*)
Carl K