> Mencoder gives no sound for me to the recordings over the v4l1-compat on > saa7134-0.2.7 and 2.4.20-v4l2 and so freevo is not yet an option. With mplayer-0.90 and saa7134, you need to use the forceaudio option in the -tv arguments to mencoder, _and_ the appended patch (which is already in mplayer-cvs). Regards, Wolfram. --- ../MPlayer-0.90/libmpdemux/tvi_v4l.c Sun Feb 2 03:36:35 2003 +++ libmpdemux/tvi_v4l.c Tue Apr 29 04:23:47 2003 @@ -815,6 +815,7 @@ return(TVI_CONTROL_FALSE); } case TVI_CONTROL_IS_AUDIO: + if (tv_param_force_audio) return(TVI_CONTROL_TRUE); if (priv->channels[priv->act_channel].flags & VIDEO_VC_AUDIO) { return(TVI_CONTROL_TRUE);