===================== xine-ui http://www.linuxjournal.com/article.php?sid=5817&mode=thread&order=0 xawtv-remote, v4lctl ===================== streamer - record audio and/or video streamer -r 23.976024 -s 640x480 -f jpeg -F stereo -i Composite1 -n ntsc -c /dev/v4l/video0 -b 64 -o foo.mov -p 2 -t 00:45:00 lav2yuv +n -n 2 -d 3 foo.mov | yuvscaler -n n -O VCD | mpeg2enc -n n -f 1 -r 16 -o foo_video.mpg lav2wav +n foo.mov | mp2enc -V -o foo_audio.mp2 mplex -f 1 foo_audio.mp2 foo_video.mpg -o foo.mpg vcdimager foo.mpg cdrdao write --driver generic-mmc --device 0,4,0 --speed 1 videocd.cue ===================== v4lctl list attribute | type | current | default | comment -----------+--------+---------+---------+------------------------------------- input | choice | (null) | ZC301-2 | ZC301-2 norm | choice | PAL | PAL | PAL NTSC SECAM AUTO bright | int | 32768 | 0 | range is 0 => 65535 hue | int | 0 | 0 | range is 0 => 65535 color | int | 0 | 0 | range is 0 => 65535 contrast | int | 32768 | 0 | range is 0 => 65535 ===================== =====================