Lasse,
I figured I'd try and ask you these questions, since your a fellow xlobbier. I may have to ask these though in the GB-PVR forums though as I'm having a configuration issue with GBRecord.
I like your plugin by the way. For the most part it is working nicely, and I've pretty much integrated it with WinTV2000.
My one issue is that GBRecord is setting up recordings from the svideo1 port. How do you configure it to record from channel x (channel 3 in my case) as opposed to the svideo or composite inputs? Here is a log file from GBRecord:
- Code: Select all
03:13:28.446 INFO Log started
03:13:28.446 INFO GBRECORD v0.91 initializing
03:13:28.466 VERBOSE Parsing command line:
03:13:28.466 VERBOSE -startr:c:\Recorded_TV\manualrecordning_###.mpg
03:13:28.466 VERBOSE -svideo1
03:13:28.466 VERBOSE -minutes:120
03:13:28.476 VERBOSE Using SVideo1 input
03:13:28.476 VERBOSE Preparing for recording...
03:13:28.596 VERBOSE GBRecord::StartRecording(1, 2, 0, 0)
03:13:28.676 VERBOSE Capture Device is based on BlackBird architecture
03:13:28.676 VERBOSE Capture Device is using Conexant (derived) drivers
03:13:28.676 VERBOSE Loading filter names
03:13:28.676 VERBOSE Found names:
03:13:28.676 VERBOSE Hauppauge WinTV PVR PCI II Crossbar
03:13:28.676 VERBOSE Hauppauge WinTV PVR PCI II Capture
03:13:28.676 VERBOSE Hauppauge WinTV PVR PCI II TvTuner
03:13:28.686 VERBOSE Hauppauge WinTV PVR PCI II TvAudio
03:13:29.267 VERBOSE ConnectPins: 'Audio Decoder Out' to 'Analog Audio In'
03:13:29.277 VERBOSE Looking for encoder filter
03:13:29.287 VERBOSE - Hauppauge WinTV PVR PCI II Encoder
03:13:29.337 VERBOSE ConnectPins: '656' to '656'
03:13:29.487 VERBOSE ConnectPins failed!
03:13:29.587 VERBOSE About to query available formats
03:13:29.587 VERBOSE Recorder::SetConfigurationECP()
03:13:29.597 INFO Firmware Version 2.5.32
Audio Firmware Version <<can't read now>>
Model 26032 Rev C199
Serial No: 8125149
Tuner[1]: Model 99 (TCL 2002N_5H)
Decoder: 28
AudioIC: 35
IR
Input Map: C= 0x000f, S= 0x0003
03:13:29.668 ERROR failed to start Conexant Graph
03:13:29.758 VERBOSE ERROR_GEN_FAILURE
03:13:29.788 VERBOSE Graph contains the following filters:
03:13:29.788 VERBOSE - GB-PVR Writer
03:13:29.788 VERBOSE - Encoder
03:13:29.788 VERBOSE - Capture
03:13:29.788 VERBOSE - Hauppauge WinTV PVR PCI II Crossbar
03:13:29.788 VERBOSE GBRecord::StartRecording() done
03:13:30.789 VERBOSE File not found. Stopping... (check directory is valid)
Do you know what the following do from the direct.ini file (more importantly, do they have any relation to my issue above):
- Code: Select all
MapChannelToComposite2=1000
MapChannelToComposite3=1001
MapChannelToSVideo1=1003
MapChannelToSVideo2=1002
Here is my direct.ini file (well the main setup information):
- Code: Select all
[SETUP-Main]
ForceStandard=0 // 0:Auto, 1:NTSC_M, 2:NTSC_M_J ... 16: PAL_B ... etc
ForceMono=0
AudioLang=0
UseGlobespanAudioSettings=1 // 0:No, 1:Yes
DefaultDeviceType=Hauppauge PVR150
DefaultCountryCode=2
DefaultInputType=0
DefaultDeviceInstance=1
DefaultProfile=Medium Quality
MapChannelToChannel=255
MapChannelToComposite2=1000
MapChannelToComposite3=1001
MapChannelToSVideo1=1003
MapChannelToSVideo2=1002
[SETUP-VideoProcAmp]
; valid values are 0 - 100 or AUTO
; AUTO tells GB-PVR to not set the property, but instead rely on driver defaults (AUTO is in upper case).
Brightness=AUTO
Contrast=AUTO
Hue=AUTO
Saturation=AUTO
Sharpness=AUTO
Gamma=AUTO
WhiteBalance=AUTO
Gain=AUTO
[PROFILE-High Quality]
VideoResolution=2
OutputType=14
BitRate=5500
AudioSampleRate=1
AudioBitrate=11
AudioOutput=0 // 0:Stereo, 1:JointStereo, 2:DualChannel, 3:Mono
BitRatePeak=9000
AudioCompression=11
EncodingMode=1
[PROFILE-Medium Quality]
VideoResolution=4
OutputType=14
BitRate=3500
AudioSampleRate=1
AudioBitrate=10
AudioOutput=0
BitRatePeak=7200
AudioCompression=11
EncodingMode=1
As you can see, I tried to map to channel 3, but it doesn't seem to work for me.
Thanks for any help you (or someone else who has success at setting up GBRecord) may provide.