NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) GB-PVR Support (legacy) v
« Previous 1 … 779 780 781 782 783 … 1231 Next »
Graphs contain multiple video/audio decoders!

 
  • 0 Vote(s) - 0 Average
Graphs contain multiple video/audio decoders!
_gl
Offline

Member

Posts: 118
Threads: 11
Joined: Dec 2005
#1
2006-06-09, 12:04 PM (This post was last modified: 2006-06-09, 12:20 PM by _gl.)
Sorry if this is a known issue, little time.

I couldn't work out why my Mpeg2 playback CPU usage was so high lately, and stuttery as a result - and why building graphs suddenly takes forever in the new GB versions (~16secs?). Looking at the logs, it turns out playback graphs are built with multiple audio/video decoders and video renderers!

I have Dscaler5, Nvidia PureVideo (demo) and Cyberlink mpeg2 filters installed, with the NVidia's set in GBPVR. Here's a log playing back a PVR150 recording:

11:45:50.578 INFO DirectShowPlayerBase::playVideoFile(E:\- AV -\Video\- Recordings -\Grownups\Grownups_20060604_22002230.mpg)
11:45:50.593 VERBOSE Creating new graph
11:45:50.609 VERBOSE getSetting(PreferredAudioRenderer)
11:45:50.609 VERBOSE audio renderer filter: DirectSound: SB Live! Wave Device
11:45:50.656 VERBOSE detected FPS as 25.000000
11:45:50.656 VERBOSE getSetting(PreferredAudioDecoder)
11:45:50.734 VERBOSE audio decoder filter: NVIDIA Audio Decoder
11:45:50.734 VERBOSE getSetting(PreferredDecoder)
11:45:50.812 VERBOSE video decoder filter: NVIDIA Video Decoder
11:45:50.812 VERBOSE getSetting(PreferredMpegPlaybackDemux)
11:45:58.953 VERBOSE getSetting(ListGraphFilters)
11:45:58.953 VERBOSE Graph contains the following filters:
11:45:58.953 VERBOSE - GB-PVR Flow Status
11:45:58.953 VERBOSE - Video Renderer 0011
11:45:58.953 VERBOSE - NVIDIA Video Decoder
11:45:58.953 VERBOSE - NVIDIA Audio Decoder
11:45:58.953 VERBOSE - DirectSound: SB Live! Wave Device
11:45:58.953 VERBOSE - DScaler Audio Decoder
11:45:58.953 VERBOSE - Video Renderer
11:45:58.953 VERBOSE - App Overlay Source
11:45:58.953 VERBOSE - DScaler Mpeg2 Video Decoder
11:45:58.953 VERBOSE - MPEG-2 Demultiplexer
11:45:58.953 VERBOSE - E:\- AV -\Video\- Recordings -\Grownups\Grownups_20060604_22002230.mpg
11:45:58.953 VERBOSE getSetting(SaveGraphFiles)
11:45:59.015 INFO DirectShowPlayerBase::playFile() done
11:45:59.015 VERBOSE DirectShowPlayerBase:ConfusedetPlaybackRate(1.000000)
11:45:59.015 VERBOSE Restoring audio

Why are the Dscaler filters in there? I then tried uninstalling them - it halved my CPU usage, but graphs still take as long to build and now it includes the Cyberlink filters instead:

12:06:57.406 INFO DirectShowPlayerBase::playVideoFile(E:\- AV -\Video\- Recordings -\Frasier\Frasier_20060609_08550930.mpg)
12:06:57.406 VERBOSE Creating new graph
12:06:57.406 VERBOSE getSetting(PreferredAudioRenderer)
12:06:57.421 VERBOSE audio renderer filter: DirectSound: SB Live! Wave Device
12:06:57.468 VERBOSE detected FPS as 25.000000
12:06:57.468 VERBOSE getSetting(PreferredAudioDecoder)
12:06:57.546 VERBOSE audio decoder filter: NVIDIA Audio Decoder
12:06:57.546 VERBOSE getSetting(PreferredDecoder)
12:06:57.625 VERBOSE video decoder filter: NVIDIA Video Decoder
12:06:57.625 VERBOSE getSetting(PreferredMpegPlaybackDemux)
12:07:06.000 VERBOSE getSetting(ListGraphFilters)
12:07:06.000 VERBOSE Graph contains the following filters:
12:07:06.000 VERBOSE - GB-PVR Flow Status
12:07:06.000 VERBOSE - Video Renderer 0011
12:07:06.000 VERBOSE - NVIDIA Video Decoder
12:07:06.000 VERBOSE - NVIDIA Audio Decoder
12:07:06.000 VERBOSE - DirectSound: SB Live! Wave Device
12:07:06.000 VERBOSE - CyberLink Audio Decoder (ATI)
12:07:06.000 VERBOSE - Video Renderer
12:07:06.000 VERBOSE - App Overlay Source
12:07:06.000 VERBOSE - CyberLink Video/SP Decoder (ATI)
12:07:06.000 VERBOSE - MPEG-2 Demultiplexer
12:07:06.000 VERBOSE - E:\- AV -\Video\- Recordings -\Frasier\Frasier_20060609_08550930.mpg
12:07:06.000 VERBOSE getSetting(SaveGraphFiles)
12:07:06.031 INFO DirectShowPlayerBase::playFile() done
12:07:06.046 VERBOSE DirectShowPlayerBase:ConfusedetPlaybackRate(1.000000)
12:07:06.046 VERBOSE Restoring audio

Any idea what's happening here?
GBPVR System:
XP Pro SP2, AMD XP1800+, 512MB DDR, NVidia 6200 AGP (1.90.62 drivers), PVR-150 (2.0.43.24108 drivers), nVidia Purevideo Mpeg2 codec, PVRX2 1.4.7
mikey
Offline

Member

Posts: 83
Threads: 3
Joined: Dec 2006
#2
2006-06-09, 04:59 PM
It looks like something wrong with your NVIDIA audio and video decoders, which forces it to use another set of decoders. Expired valuation maybe? I'd guess that configuring it to use the Cyberlink or DScaler decoders would have resulted in it only one video decoder. Worth trying.
_gl
Offline

Member

Posts: 118
Threads: 11
Joined: Dec 2005
#3
2006-06-09, 05:04 PM
Right, I just came to the same conclusion and that was it. The demo had expired, strange that it still makes the filters available though and causes these problems, you would expect it to unregister them or something.

update: ... and of course GBPVR should respond to the problem by cleaning up its first graph attempt.
GBPVR System:
XP Pro SP2, AMD XP1800+, 512MB DDR, NVidia 6200 AGP (1.90.62 drivers), PVR-150 (2.0.43.24108 drivers), nVidia Purevideo Mpeg2 codec, PVRX2 1.4.7
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Multiple tuners - do you set and EPG for each or just on one tuner? ram4x4nut 1 5,130 2013-07-23, 07:01 AM
Last Post: Lao Pan
  Audio buzzing second time recording launched. dennit 2 4,531 2012-12-09, 11:28 PM
Last Post: dennit
  Help wih AAC audio Pob 14 9,381 2012-07-03, 04:23 AM
Last Post: SLR_65
  Composite Source using Hauppauge PVR500 gives sound but no video DukeBrymin 1 3,020 2012-02-03, 02:41 AM
Last Post: slowtech
  Two Channels Without Video skycyclepilot 5 3,444 2011-10-29, 07:49 PM
Last Post: sub
  Query : How to use multiple TV Cards (thru GB-PVR) in a Desktop Computer? seymoria 7 4,507 2011-09-07, 08:17 PM
Last Post: martint123
  HVR-1950 Audio Distortion Paul D. Bellamy 0 1,757 2011-09-06, 02:36 PM
Last Post: Paul D. Bellamy
  Zehd's Video Library Slick Skin Snooze 0 2,209 2011-09-03, 01:09 AM
Last Post: Snooze
  ABC Australia EPG lists same show three times 1 min apart. Records multiple.. CCCMikey 11 5,966 2011-04-17, 09:38 AM
Last Post: CCCMikey
  GB-PVR + LAVF Audio decoder (DVD) hoborg 0 1,852 2011-04-06, 04:15 PM
Last Post: hoborg

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode