Bruno KBIDY wrote: > Hi everyone, > > I've got a simple question. I managed to have my bt848 working using > this command : mplayer -fs -tv > driver=v4l2:device=/dev/video0:input=1:norm=PAL tv:// -vo xv > > I don't know where to put these infos into freevo ? > > The audio input in on the line input of the sound card.
What have you tried so far? All the settings that you needs are in the local_conf.py.example. The code for your card is: driver=%s:freq=%s:%s:%s:%s:width=%s:height=%s:%s %s' % \ (config.TV_DRIVER, tuner_freq, device, input, norm, w, h, outfmt, config.TV_OPTS) Here: TV_DRIVER comes from local_conf.py and would likely be v4l or v4l2 device comes from vg.vdev (vg is the video group) input comes from vg.input_num norm comes from vg.tuner_norm w, h is from config.TV_VIEW_SIZE outfmt comes from config.TV_VIEW_OUTFMT For you card you should be able to use the vg helper, typing freevo vg will write out the video group which you can add to local_conf.py The default settings are in freevo_config.py which you override in local_conf.py. HTH Duncan ------------------------------------------------------------------------------ Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. 300 plus technical and hands-on sessions. Register today. Use priority code J9JMT32. http://p.sf.net/sfu/p _______________________________________________ Freevo-users mailing list Freevo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freevo-users