David Liontooth wrote:
Hi Carl,

Carl Karsten wrote:
problem is probably having no clue how to record audio.

I am trying to record live video and audio, but it seems as soon as I
introduce /dev/dsp I get lots of errors.  I have fiddled with all
sorts of settings, and the only thing that seems to work is removing
everything related to audio.

Carl K

transcode \
    -i /dev/video0 \
    -p /dev/dsp \
    -x v4l,null \
    -e 32000,16,2 -N 0x1 \
    -M 2 \
    -c 0:0:2 \
    -y ffmpeg,null \
    -F mjpeg \
    -b 64,0,5,2 \
    -o a/test.mpeg \
2>&1 |tee a/tc.log
Are you using Alsa? See http://linuxtv.org/v4lwiki/index.php/Saa7134-alsa

See http://linuxtv.org/v4lwiki/index.php/Transcode -- it would be nice
if you could update the page with your findings -- especially if you
upgrade your software first.

transcode v1.0.2 (C) 2001-2003 Thomas Oestreich, 2003-2004 T. Bitterberg
Why such an old version?

It's what was in the ubuntu repo.

I'll give a go at updating it.

Thanks,
Carl K




Reply via email to