On Tue, Aug 01, 2017 at 04:52:48AM +0800, Long Wind wrote: > i can watch tv with xawtv > now i want to use mplayer > > mplayer -tv driver=v4l2:width=640:height=480:input=1 -vo xv tv:// > > command above is right, but there's no sound > tv sound is connected to linein of sound card > which options should i add??
Googling suggests you add this to your v4l2 spec: :device=/dev/video0:forceaudio:audiorate=32000 but I don't really know. -dsr-