[mythtv-users] Badly OT

faginbagin mythtv at hbuus.com
Tue Jun 25 19:34:14 UTC 2013


On 6/23/2013 9:12 PM, James Linder wrote:
> Guys this is OT but the opinions and expertise of this group is very much appreciated ...
> 
> I need to command-line record a v4l device with audio on line-in.
> 
> Transcode did it beautifully, but transcode on modern kernels issues inappropriate ioctls.
> 
> ffmpeg stutters
> 
> any opinions on where to turn?
> 
> Thanks
> James
> 
> PS in case it is relevant:
> 
> transcode -x v4l2 -i /dev/video0 -p /dev/dsp -Q 5 -w 1000 -y ffmpeg,tcaud -F mpeg4 -J smartyuv,pv=llscreen -o file.avi

I think "-p /dev/dsp" is your problem on newer kernels. /dev/dsp is an OSS device. OSS is obsolete, replaced by ALSA. Perhaps if you find the name of the ALSA device it will work, IF transcode supports ALSA devices.

> ffmpeg -f pulse -i default -f v4l2 -i /dev/video0 -vtag divx -s svga -q:v 5 file.avi -s svga -f rawvideo - | ffplay -i - -s svga
> 

You could also try configuring the tuner in mythtv and then letting it do the recording for you using a manual rule.

HTH,
Helen


More information about the mythtv-users mailing list