2008-08-04, 02:10 AM
Sub, I'm trying to play with the demux settings in the config.ini file. I've found that using graphedit if I change to a different demux and vmr7 then my content plays back without problems. Otherwise in GBPVR it plays back with jerks in the video content. So I've modified the preferredmpegplayback entry in config.xml like so:
<PreferredMpegPlaybackDemux>Hauppauge WinTV MPEG Splitter</PreferredMpegPlaybackDemux>
That is the one that I'm using in graphedit, I got the exact name from GSpot. But when I try to play it in GBPVR I get the following from pvrx2.exe-native.log:
2008-08-03 21:57:50.327 VERBOSE Creating new graph
2008-08-03 21:57:50.327 VERBOSE getSetting(PreferredAudioRenderer)
2008-08-03 21:57:50.327 VERBOSE getSetting(TvShape)
2008-08-03 21:57:50.327 VERBOSE getSetting(TvShape)
2008-08-03 21:57:50.343 VERBOSE getSetting(DefaultFPS)
2008-08-03 21:57:50.374 VERBOSE detected FPS as 29.970000
2008-08-03 21:57:50.374 VERBOSE getSetting(PreferredAudioDecoder)
2008-08-03 21:57:50.374 VERBOSE getSetting(PreferredDecoder)
2008-08-03 21:57:50.530 VERBOSE video decoder filter: NVIDIA Video Decoder
2008-08-03 21:57:50.530 VERBOSE mpegFile & currentlyRecording
2008-08-03 21:57:50.608 VERBOSE Using GB-PVR Parser
2008-08-03 21:57:50.749 VERBOSE Rendering graph
2008-08-03 21:57:50.968 VERBOSE DeleteSurfaces
2008-08-03 21:57:50.983 VERBOSE Creating video texture: 1920x1080
2008-08-03 21:57:50.999 VERBOSE Rendering graph
2008-08-03 21:57:52.015 VERBOSE setVideoWindowPos(0,0,1440,900)
2008-08-03 21:57:52.015 VERBOSE Checking if inset mode
2008-08-03 21:57:52.015 VERBOSE not inset mode
2008-08-03 21:57:52.015 VERBOSE getSetting(HorizontalZoom)
2008-08-03 21:57:52.015 VERBOSE getSetting(VerticalZoom)
2008-08-03 21:57:52.046 VERBOSE getSetting(ListGraphFilters)
2008-08-03 21:57:52.046 VERBOSE Graph contains the following filters:
2008-08-03 21:57:52.046 VERBOSE - Default DirectSound Device
2008-08-03 21:57:52.046 VERBOSE - Video Renderer
2008-08-03 21:57:52.046 VERBOSE - AC3Filter
2008-08-03 21:57:52.046 VERBOSE - NVIDIA Video Decoder
2008-08-03 21:57:52.046 VERBOSE - GB-PVR Flow Status
2008-08-03 21:57:52.046 VERBOSE - GB-PVR Parser
2008-08-03 21:57:52.046 VERBOSE - SOURCE
2008-08-03 21:57:52.046 VERBOSE getSetting(SaveGraphFiles)
2008-08-03 21:57:52.233 VERBOSE setSourceAspectRatio() using autoAspectRatio
2008-08-03 21:57:52.233 VERBOSE video resolution is 1920 x 1080
2008-08-03 21:57:52.233 VERBOSE unknown source aspect ratio...showing full frame
2008-08-03 21:57:52.233 VERBOSE getSetting(HorizontalZoom)
2008-08-03 21:57:52.233 VERBOSE getSetting(VerticalZoom)
2008-08-03 21:57:52.265 INFO DirectShowPlayerBase::playFile() done
2008-08-03 21:57:52.265 VERBOSE DirectShowPlayerBase:etPlaybackRate(1.000000)
2008-08-03 21:57:52.280 VERBOSE Restoring audio
2008-08-03 21:57:52.468 VERBOSE Allocator shutdown...
2008-08-03 21:57:52.468 VERBOSE DeleteSurfaces
2008-08-03 21:57:52.468 VERBOSE DeleteSurfaces
2008-08-03 21:57:52.468 VERBOSE Creating video texture: 1934x1088
2008-08-03 21:57:52.546 VERBOSE setSourceAspectRatio() using autoAspectRatio
2008-08-03 21:57:52.546 VERBOSE video resolution is 1934 x 1088
2008-08-03 21:57:52.546 VERBOSE source is 16:9
The log says it's using the GBPVR parser, and ignoring the config.xml setting. Can I not change the demux? Or am I changing it in the wrong spot?
<PreferredMpegPlaybackDemux>Hauppauge WinTV MPEG Splitter</PreferredMpegPlaybackDemux>
That is the one that I'm using in graphedit, I got the exact name from GSpot. But when I try to play it in GBPVR I get the following from pvrx2.exe-native.log:
2008-08-03 21:57:50.327 VERBOSE Creating new graph
2008-08-03 21:57:50.327 VERBOSE getSetting(PreferredAudioRenderer)
2008-08-03 21:57:50.327 VERBOSE getSetting(TvShape)
2008-08-03 21:57:50.327 VERBOSE getSetting(TvShape)
2008-08-03 21:57:50.343 VERBOSE getSetting(DefaultFPS)
2008-08-03 21:57:50.374 VERBOSE detected FPS as 29.970000
2008-08-03 21:57:50.374 VERBOSE getSetting(PreferredAudioDecoder)
2008-08-03 21:57:50.374 VERBOSE getSetting(PreferredDecoder)
2008-08-03 21:57:50.530 VERBOSE video decoder filter: NVIDIA Video Decoder
2008-08-03 21:57:50.530 VERBOSE mpegFile & currentlyRecording
2008-08-03 21:57:50.608 VERBOSE Using GB-PVR Parser
2008-08-03 21:57:50.749 VERBOSE Rendering graph
2008-08-03 21:57:50.968 VERBOSE DeleteSurfaces
2008-08-03 21:57:50.983 VERBOSE Creating video texture: 1920x1080
2008-08-03 21:57:50.999 VERBOSE Rendering graph
2008-08-03 21:57:52.015 VERBOSE setVideoWindowPos(0,0,1440,900)
2008-08-03 21:57:52.015 VERBOSE Checking if inset mode
2008-08-03 21:57:52.015 VERBOSE not inset mode
2008-08-03 21:57:52.015 VERBOSE getSetting(HorizontalZoom)
2008-08-03 21:57:52.015 VERBOSE getSetting(VerticalZoom)
2008-08-03 21:57:52.046 VERBOSE getSetting(ListGraphFilters)
2008-08-03 21:57:52.046 VERBOSE Graph contains the following filters:
2008-08-03 21:57:52.046 VERBOSE - Default DirectSound Device
2008-08-03 21:57:52.046 VERBOSE - Video Renderer
2008-08-03 21:57:52.046 VERBOSE - AC3Filter
2008-08-03 21:57:52.046 VERBOSE - NVIDIA Video Decoder
2008-08-03 21:57:52.046 VERBOSE - GB-PVR Flow Status
2008-08-03 21:57:52.046 VERBOSE - GB-PVR Parser
2008-08-03 21:57:52.046 VERBOSE - SOURCE
2008-08-03 21:57:52.046 VERBOSE getSetting(SaveGraphFiles)
2008-08-03 21:57:52.233 VERBOSE setSourceAspectRatio() using autoAspectRatio
2008-08-03 21:57:52.233 VERBOSE video resolution is 1920 x 1080
2008-08-03 21:57:52.233 VERBOSE unknown source aspect ratio...showing full frame
2008-08-03 21:57:52.233 VERBOSE getSetting(HorizontalZoom)
2008-08-03 21:57:52.233 VERBOSE getSetting(VerticalZoom)
2008-08-03 21:57:52.265 INFO DirectShowPlayerBase::playFile() done
2008-08-03 21:57:52.265 VERBOSE DirectShowPlayerBase:etPlaybackRate(1.000000)
2008-08-03 21:57:52.280 VERBOSE Restoring audio
2008-08-03 21:57:52.468 VERBOSE Allocator shutdown...
2008-08-03 21:57:52.468 VERBOSE DeleteSurfaces
2008-08-03 21:57:52.468 VERBOSE DeleteSurfaces
2008-08-03 21:57:52.468 VERBOSE Creating video texture: 1934x1088
2008-08-03 21:57:52.546 VERBOSE setSourceAspectRatio() using autoAspectRatio
2008-08-03 21:57:52.546 VERBOSE video resolution is 1934 x 1088
2008-08-03 21:57:52.546 VERBOSE source is 16:9
The log says it's using the GBPVR parser, and ignoring the config.xml setting. Can I not change the demux? Or am I changing it in the wrong spot?