Re: Plainted cry
james <[email protected]> Tue, 19 Jan 2010 15:08:04 +0800
| Newsgroups | gmane.comp.video.transcode.user |
|---|---|
| Message-ID | <[email protected]> |
Hi after a long delay I have changed the MB and lo everything works as expected My problem was no audio recording even though aplay /dev/dsp worked normally. Thanks to all for the help I did and am using ... #!/bin/sh /usr/bin/transcode -q 2 \ -x v4l2 \ -g 640x480 \ -i /dev/video0 \ -p /dev/dsp \ -N 0x1 \ -Q 5 \ -w 1000 \ -y ffmpeg,tcaud \ -F mjpeg \ -o /home/jam/recording.av James