Guys I'm trying to record a v4l source with say 1G/hour storage. Here is my try:
#!/bin/sh /usr/bin/transcode -q 2 \ -x v4l2 \ -g 640x480 \ -i /dev/video0 \ -p /dev/dsp \ -N 0x1 \ -Q 1 \ -w 1000 \ -y ffmpeg,tcaud \ -F mjpeg \ -J smartyuv,pv \ -o /home/dvr/recording.avi This makes about 6G / hour files. I've read the wiki and docs but there seems to be no authorative guide. Can anyone guide me? Many thanks James