Here are a couple of the ones I use. #! /bin/bash
ivtv-tune -c 3 -d /dev/video0 mplayer -vo xv -vf spp,scale -ao alsa -autosync 30 /dev/video0 my alternate, for when I want to record or stream #! /bin/bash vlc pvr:// :pvr-device="/dev/video0" :pvr-radio-device="/dev/radio0" :pvr-norm=0 :pvr-frequency=-1 :pvr-bitrate=-1 ----- Original Message ---- From: Scott <[EMAIL PROTECTED]> To: [email protected] Sent: Saturday, December 6, 2008 6:45:20 PM Subject: Re: [ivtv-users] pvr150 static sound on channel change The previous script I sent didnt work right with double digit channels as it was sending each digit by itself (should have noticed that, must have been too excited that the tinny sound was gone). Anyway this script does work: #!/bin/sh ivtv-tune -c $1 v4l2-ctl --set-audio-input 0 -d /dev/video0 _______________________________________________ ivtv-users mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-users _______________________________________________ ivtv-users mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-users
