2008-06-06, 10:41 PM
I'm not sure how the file naming is accomplished in gbpvr with the HD-PVR device, but I thought it would always create .ts files. But while doing some testing, I got a .MPG filename.
The device wasn't acting correctly and my first recording attempt failed, so I unplugged it and plugged it back in to reset it. My very next recording then ended up a .mpg file instead of .ts. For a second, I thought another tuner did it, but the log shows it was the HD-PVR and the file is indeed encoded CABAC.
Not a big deal... just one of those little things.
Here's the log - look for the second recording attempt. The first one (which failed) got the filename correct.
The device wasn't acting correctly and my first recording attempt failed, so I unplugged it and plugged it back in to reset it. My very next recording then ended up a .mpg file instead of .ts. For a second, I thought another tuner did it, but the log shows it was the HD-PVR and the file is indeed encoded CABAC.
Not a big deal... just one of those little things.
Here's the log - look for the second recording attempt. The first one (which failed) got the filename correct.
Code:
2008-06-06 18:28:34.565 VERBOSE AnalogHDRecorder::StartRecording('Hauppauge WinTV HD-PVR', 1, 0)
2008-06-06 18:28:34.581 VERBOSE Adding crossbar filter: Hauppauge HD PVR Crossbar
2008-06-06 18:28:34.581 VERBOSE Routing video: 0 to 0
2008-06-06 18:28:34.628 VERBOSE Adding capture filter: Hauppauge HD PVR Capture Device
2008-06-06 18:28:34.831 ERROR ConnectFilters:Failed(2)
2008-06-06 18:28:34.846 VERBOSE Adding encoder filter: Hauppauge HD PVR Encoder
2008-06-06 18:28:34.846 ERROR ConnectFilters:Failed(2)
2008-06-06 18:28:34.878 VERBOSE Adding writer filter
2008-06-06 18:28:34.878 VERBOSE Device reports scale size: 0x0 (source format:0)
2008-06-06 18:28:34.878 VERBOSE Filename is \\Cav\drive_f\Video\Recent Recordings\Cash Cab\Cash Cab_20080606_18001830.ts
2008-06-06 18:28:34.925 VERBOSE getSetting(ListGraphFilters)
2008-06-06 18:28:34.925 VERBOSE Graph contains the following filters:
2008-06-06 18:28:34.925 VERBOSE - GB-PVR Writer
2008-06-06 18:28:34.925 VERBOSE - Hauppauge HD PVR Encoder
2008-06-06 18:28:34.925 VERBOSE - Hauppauge HD PVR Capture Device
2008-06-06 18:28:34.925 VERBOSE - Hauppauge HD PVR Crossbar
2008-06-06 18:28:34.925 VERBOSE getSetting(SaveGraphFiles)
2008-06-06 18:28:34.925 VERBOSE AnalogHDRecorder::StartRecording() complete
2008-06-06 18:28:58.581 VERBOSE AnalogHDRecorder::StopRecording()
2008-06-06 18:28:58.690 VERBOSE AnalogHDRecorder::Done()
2008-06-06 18:29:46.909 VERBOSE AnalogHDRecorder::StartRecording('Hauppauge WinTV HD-PVR', 1, 0)
2008-06-06 18:29:46.909 VERBOSE Adding crossbar filter: Hauppauge HD PVR Crossbar
2008-06-06 18:29:46.909 VERBOSE Routing video: 0 to 0
2008-06-06 18:29:46.925 VERBOSE Adding capture filter: Hauppauge HD PVR Capture Device
2008-06-06 18:29:46.925 ERROR ConnectFilters:Failed(2)
2008-06-06 18:29:46.925 VERBOSE Adding encoder filter: Hauppauge HD PVR Encoder
2008-06-06 18:29:46.925 ERROR ConnectFilters:Failed(2)
2008-06-06 18:29:46.940 VERBOSE Adding writer filter
2008-06-06 18:29:46.940 VERBOSE Device reports resolution: 720x480 (fps:60)
2008-06-06 18:29:46.940 VERBOSE device minimum bitrate: 1000000
2008-06-06 18:29:46.940 VERBOSE device maximum bitrate: 13500000
2008-06-06 18:29:46.940 VERBOSE device bitrate step size: 100000
2008-06-06 18:29:46.940 VERBOSE device reports current bitrate as: 6000000
2008-06-06 18:29:46.940 VERBOSE device reports current peak bitrate as: 9000000
2008-06-06 18:29:46.940 VERBOSE About to set BITRATE MODE
2008-06-06 18:29:46.956 VERBOSE requesting variable encoding
2008-06-06 18:29:46.971 VERBOSE trying to request bitrate: 3000000
2008-06-06 18:29:46.987 VERBOSE device confirms bitrate as: 3000000
2008-06-06 18:29:46.987 VERBOSE About to set PEAK BITRATE
2008-06-06 18:29:46.987 VERBOSE device minimum peak bitrate: 1000000
2008-06-06 18:29:46.987 VERBOSE device maximum peak bitrate: 20200000
2008-06-06 18:29:46.987 VERBOSE device peak bitrate step size: 100000
2008-06-06 18:29:46.987 VERBOSE trying to request peak bitrate: 5000000
2008-06-06 18:29:47.003 VERBOSE device confirms bitrate as: 5000000
2008-06-06 18:29:47.003 VERBOSE Device reports scale size: 0x0 (source format:0)
2008-06-06 18:29:47.003 VERBOSE Filename is [B]\\Cav\drive_f\Video\Recent Recordings\Cash Cab\Cash Cab_20080606_18001830.mpg
[/B]2008-06-06 18:29:50.628 VERBOSE getSetting(ListGraphFilters)
2008-06-06 18:29:50.628 VERBOSE Graph contains the following filters:
2008-06-06 18:29:50.628 VERBOSE - GB-PVR Writer
2008-06-06 18:29:50.628 VERBOSE - Hauppauge HD PVR Encoder
2008-06-06 18:29:50.628 VERBOSE - Hauppauge HD PVR Capture Device
2008-06-06 18:29:50.628 VERBOSE - Hauppauge HD PVR Crossbar
2008-06-06 18:29:50.628 VERBOSE getSetting(SaveGraphFiles)
2008-06-06 18:29:50.628 VERBOSE AnalogHDRecorder::StartRecording() complete
2008-06-06 18:30:00.237 VERBOSE AnalogHDRecorder::StopRecording()
2008-06-06 18:30:02.143 VERBOSE AnalogHDRecorder::Done()