Hello.
I am trying to record from my tv capture card. I am able to record the
video, but I am unable to get any audio to record.
The command I am using is: transcode -x v4l2,v4l2 -M 2 -i /dev/video0
-p /dev/dsp1 -y ffmpeg -F msmpeg4v2 -g 704x480 -f 0,4 -I 1 -u100 -Q 3 -E
48000,16,2 -lame_preset medium -o test.avi
If I run cat /dev/dsp1 | aplay I am able to hear the audio that is
coming, so I am pretty sure I have my soundcard configured correctly.
Currently I am using alsa with oss emulation.
My tv card module is saa7134. I also tried using my audigy soundcard
without any luck either.
Any help would be greatly appreciated.
Thank you!
~pyther