Dear Wiki user, You have subscribed to a wiki page or wiki category on "Freevo Wiki" for change notification.
The following page has been changed by 219.93.2.16: http://freevo.sourceforge.net/cgi-bin/moin.cgi/FrequentlyAskedQuestions The comment on the change is: Changed vcr_pre_rec and vcr_post_rec for saa7134 ------------------------------------------------------------------------------ @@ -487,8 +487,7 @@ For saa7134-based cards, the command for recording is a bit simpler. The v4lctl program which comes with xawtv is used to set the audio input level, since the saa7134 mixer device is OSS only and aumix doesn't provide sufficient control over the volume. -The following is placed in the /etc/freevo/local_config.py file under the VCR commands section (for freevo 1.5.x). Note that I'm using /dev/dsp1 for my AUDIO_INPUT_DEVICE, and controlling the -audio input level using v4lctl. +The following is placed in the /etc/freevo/local_config.py file under the VCR commands section (for freevo 1.5.x). Note that I'm using /dev/dsp1 for my AUDIO_INPUT_DEVICE. I left the mixer settings alone since the default works fine. If you're inclined to change the mixer settings, use 'aumix -d /dev/mixer1 [...] (saa7134 options mixer_nr=1 used to specify mixer number). Note that 'v4lctl volume XX' only affects the analog audio level for input via the audio patch cable into your soundcard, and is not needed for DMA audio recording. {{{ VCR_AUDIO = (':adevice=%s' % AUDIO_INPUT_DEVICE + @@ -497,10 +496,8 @@ ':buffersize=64') # 64MB capture buffer, change? -VCR_IN_VOLUME = 8 # 'v4lctl list' will show the range of values - -VCR_PRE_REC = ('v4lctl volume %d' % VCR_IN_VOLUME) -VCR_POST_REC = ('v4lctl volume %d' % 0) +VCR_PRE_REC = ('') +VCR_POST_REC = ('') VCR_CMD = (CONF.mencoder + ' ' + 'tv:// ' + # New mplayer requires this. ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ Freevo-wikilog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-wikilog
