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 203.14.13.6: http://freevo.sourceforge.net/cgi-bin/moin.cgi/RecordingInfo ------------------------------------------------------------------------------ @@ -1,9 +1,11 @@ -= Intro = += Bellow Here is for 1.4.x Series = + +== Intro == There are three different types of Freevo Recording. Tv Line In, Btaudio and ivtv. The first two depend on using the bttv module for your tv card. The third is for use only with the ivtv module for the wintv PVR type cards. -= Btaudio = +== Btaudio == This process using the sound from btaudio kernel module and the pictures from your bttv module. This is the preffered freevo setup for recording and the default settings in VCR_CMD reflect this. @@ -13,9 +15,9 @@ This is also the best setup for doing timeshifting, thus it is reccomended to really try hard to get this setup to work for you. -= TV Line In = +== TV Line In == -== description == +=== description === This process using the line out sound from your tv card into the line in of your sound card for the sound and bttv for your pictures. This is a common bttv setup. @@ -26,7 +28,7 @@ VIA USERS: Note that if you have a VIA-based on-board sound card, you should uninstall the current drivers in your system and install the appropriate drivers found at http://www.viaarena.com . Then increase your IGain setting on your audio mixer to something greater than zero (ie: # aumix -l 0 -l R -i 35). -== OSS instructions == +=== OSS instructions === Typically you need to use something like the following to mute and unmute the audio: @@ -103,7 +105,7 @@ '; aumix -l 0;') }}} -== ALSA == +=== ALSA === This Alsa example is from the freevo users list. you may need to use this script in place of the VCR_CMD. The script itself has the line to change for VCR_CMD in it: @@ -251,7 +253,7 @@ ----- -= IVTV setup = +== IVTV setup == In order to use the ivtv recording plugin have the following in your local_conf.py: @@ -286,7 +288,34 @@ # Please see freevo_config.py for details. }}} -= Use frequencies in mencoder instead of channels = + += 1.5.x freevo = + +Things have changed a little.. + +You can no longer use command sequences like: +{{{ +VCR_CMD = ( 'aumix -l 80 -l R; '+ + CONF.mencoder + ' ' + + blah +}}} +In your VCR_CMD. + +Instead, we now have +VCR_CMD_PRE = 'command opts' +and +VCR_CMD_POST = 'commands opts' + +If you were using the sugegsted config for alsa, then you will not need to make changes. However, if you are using something as above, you need to use VCR_PRE and VCR_POST. + + +== bttv (bt8x8 cards) info == + Someone needs to explain the mutlicard stuff.. + +== ivtv info == + Someone needs to explain the mutlicard stuff.. + +== Use frequencies in mencoder instead of channels == The channel list is a convention on which frequencies are allowed to be broadcasted in some countries. ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click _______________________________________________ Freevo-wikilog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-wikilog
