Results 1 to 1 of 1
Code:
# TV_SETTINGS = 'NORM INPUT CHANLIST DEVICE'
# VCR_SETTINGS = 'NORM INPUT CHANLIST DEVICE'
#
# NORM: ntsc, pal, secam
# INPUT: television, composite1
# CHANLIST: One of the ...
- 08-22-2003 #1Linux User
- Join Date
- Apr 2003
- Location
- TEXAS
- Posts
- 314
help with freevo
how do i edit the TV settingsCode:# TV_SETTINGS = 'NORM INPUT CHANLIST DEVICE' # VCR_SETTINGS = 'NORM INPUT CHANLIST DEVICE' # # NORM: ntsc, pal, secam # INPUT: television, composite1 # CHANLIST: One of the following: # # us-bcast, us-cable, us-cable-hrc, japan-bcast, japan-cable, europe-west, # europe-east, italy, newzealand, australia, ireland, france, china-bcast, # southafrica, argentina, canada-cable # # DEVICE: Usually /dev/video0, but might be /dev/video1 instead for multiple # boards. # #TV_SETTINGS = '%s television %s /dev/video0' % (CONF.tv, CONF.chanlist)
ive tried this but it gives me an error
Code:TV_SETTINGS = 'ntsc television us-cable /dev/video0' % (CONF.tv, CONF.chanlist)
The computer made me do it!! Slackware
and SUSE too Gig\'em WHOOOOP!!
\"God put me on this earth to accomplish a certain amount of tasks, At the rate I\'m going I will never die.\" (I don\'t know)


Reply With Quote
