Op zo 13-03-2005, om 02:30 schreef Petri Lehtonen:

> I have set my ivtv input 6 in local_conf.py but freevo doesn't seem to
> use that value.
> 
> TV_IVTV_OPTIONS = {
>      'input'         : 6,

Did you use that value also in the video_groups?

VIDEO_GROUPS = [
    VideoGroup(vdev='/dev/video0',
    adev=None,
    input_type='tuner',
    input_num=6,
    tuner_norm='PAL',
    tuner_chanlist='europe-west',
    desc='TV',
    group_type='ivtv',
    recordable=True),
] 

TV_IVTV_OPTIONS = {
     'input'         : 6,
     'resolution'    : '720x576',
     'aspect'        : 2,
     'audio_bitmask' : 0x00e9,
     'bframes'       : 3,
     'bitrate_mode'  : 0,
     'bitrate'       : 8000000,
     'bitrate_peak'  : 9600000,
     'dnr_mode'      : 0,
     'dnr_spatial'   : 0,
     'dnr_temporal'  : 0,
     'dnr_type'      : 0,
     'framerate'     : 0,
     'framespergop'  : 12,
     'gop_closure'   : 1,
     'pulldown'      : 0,
     'stream_type'   : 0,
}
-- 
Groetjes Japie



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to