Op zo 29-05-2005, om 18:12 schreef Jon Hargett:

> Hey Davin, what are you using for your VCR_CMD now? Once I added the 
> VIDEO_GROUPS, viewing live TV worked, but it looks like the recordserver is 
> still using mencoder tv:// when it records.

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),
]

plugin.remove('tv.generic_record')
plugin_record = plugin.activate('tv.ivtv_record')

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

Have fun...
-- 
Groetjes Japie



-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to