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 … 146 147 148 149 150 … 1231 Next »
GBPVR 1.1.5 - New EVR

 
  • 0 Vote(s) - 0 Average
GBPVR 1.1.5 - New EVR
stustunz
Offline

Posting Freak

Posts: 5,111
Threads: 112
Joined: Oct 2006
#51
2007-11-12, 03:43 AM
what does this have to do with evr
start a new thread someone will help you

ps this is not meant to sound harsh just people wont see your problem in here
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#52
2007-11-12, 06:24 AM
sub, I don't know if this will help you but I played around with the EVR's "Aspect ratio mode" properties in GraphEdit on XP and got the following results:

MFVideoARMode_None displays the side-squashed image we are experiencing.
MFVideoARMode_PreservePicture displays the video in a proper aspect ratio.
MFVideoARMode_PreservePixel displays the video in a proper aspect ratio.
MFVideoARMode_NonLinearStretch stretches the video to fit the screen.

This was done with a 4:3 video on a 16:9 screen.
frankmcg
Offline

Senior Member

Posts: 312
Threads: 23
Joined: Sep 2006
#53
2007-11-12, 09:22 AM
stustunz Wrote:he is using vista Smile i think
it worked for me on xp as long as i didnt use cyberlink decoder

i just noticed shining dragon isnt using anamorhphic/raw nvidia does dumb things otherwise

Could you not get the cyberlink decoder working with EVR under XP at all? As mentioned in another thread I had it working fine in graphedit, but just got a light grey screen in GB-PVR itself when trying to use it.
stustunz
Offline

Posting Freak

Posts: 5,111
Threads: 112
Joined: Oct 2006
#54
2007-11-12, 09:37 AM
mine was stretched sideways unlike everyone else
i gave up on it as hardware accel wouldnt work
i have 3 analog tuners and 1 digital (soon to be 2 digital)
i cant do without hardware accel so evr is out

cyberlink 7 still doesnt cut it on my machine compared to nvidia (even though it says it uses the nvidia pure video when you look at config within power dvd itself)
dunno if cyberlink ultra is any better but i dont have it so cant try it
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#55
2007-11-12, 04:15 PM
whurlston Wrote:sub, I don't know if this will help you but I played around with the EVR's "Aspect ratio mode" properties in GraphEdit on XP and got the following results:

MFVideoARMode_None displays the side-squashed image we are experiencing.
MFVideoARMode_PreservePicture displays the video in a proper aspect ratio.
MFVideoARMode_PreservePixel displays the video in a proper aspect ratio.
MFVideoARMode_NonLinearStretch stretches the video to fit the screen.

This was done with a 4:3 video on a 16:9 screen.
GB-PVR always uses the MFVideoARMode_None aspect ratio, just as it does with VMR and Overlay aswell. It then controls the aspect ratio by programmatically using
IMFVideoMixerControl->[SIZE=2]SetStreamOutputRect().


By default MFVideoARMode_None should just fill the screen.[/SIZE]
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#56
2007-11-12, 04:19 PM
stustunz Wrote:mine was stretched sideways unlike everyone else
i gave up on it as hardware accel wouldnt work
i have 3 analog tuners and 1 digital (soon to be 2 digital)
i cant do without hardware accel so evr is out

cyberlink 7 still doesnt cut it on my machine compared to nvidia (even though it says it uses the nvidia pure video when you look at config within power dvd itself)
dunno if cyberlink ultra is any better but i dont have it so cant try it
Hardware acceleration is not possible with EVR under XP since XP doesnt support DVXA2. For this reason EVR is mainly a feature that will be useful to Vista users. That said, I'm sure there are some people running dedicated setups arent concerned whether its using hardware acceleration or not, in which case EVR can still add quite a lot (better colours, smoother playback etc).
frankmcg
Offline

Senior Member

Posts: 312
Threads: 23
Joined: Sep 2006
#57
2007-11-12, 05:04 PM
sub Wrote:Hardware acceleration is not possible with EVR under XP since XP doesnt support DVXA2. For this reason EVR is mainly a feature that will be useful to Vista users. That said, I'm sure there are some people running dedicated setups arent concerned whether its using hardware acceleration or not, in which case EVR can still add quite a lot (better colours, smoother playback etc).

I would put myself in that category but as mentioned, despite having EVR functioning in graphedit I just get a grey screen within GB-PVR trying to playback any type of file.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#58
2007-11-12, 05:34 PM
frankmcg Wrote:I would put myself in that category but as mentioned, despite having EVR functioning in graphedit I just get a grey screen within GB-PVR trying to playback any type of file.
zip and attach the logs and I'll take a look.
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#59
2007-11-12, 06:35 PM
I fixed the aspect ratio problem (sort of).

XP users, replace c:\windows\system32\evr.dll with the one in the attached zip file. Vista users can download this updated dll from http://support.microsoft.com/kb/935878/en-us

Close PVRx2 before replacing the dll.

Caveat: Aspect Ratio modes in config.xml with negative values are not accessible. PillarBox is the closest to the 4:3 ratio. I'm sure that you can edit the values to find the right aspect but I stretch to full screen anyway.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#60
2007-11-12, 06:47 PM
Quote:I fixed the aspect ratio problem (sort of).

XP users, replace c:\windows\system32\evr.dll with the one in the attached zip file. Vista users can download this updated dll from http://support.microsoft.com/kb/935878/en-us
Ah, good find. Hopefully that resolve it for all that had this problem. As far as I could tell from the logs, GB-PVR was doing everything it was supposed to, and it was definitely working on some machines... so I was scratching my head over this.

Quote:Caveat: Aspect Ratio modes in config.xml with negative values are not accessible. PillarBox is the closest to the 4:3 ratio. I'm sure that you can edit the values to find the right aspect but I stretch to full screen anyway.
Correct. It has the same limitation as the Overlay renderer in the past and will not allow any values outside of 0,0,1,1 in the aspect ratio. GB-PVR will automatically skip these settings.

Not having these negative aspect ratios is not major issue though, since there is only a couple of 'not so common' scenarios that require them.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (8): « Previous 1 … 4 5 6 7 8 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  how to use IR server suite with GBPVR zaprat 82 63,285 2018-11-18, 05:32 PM
Last Post: Len_Lekx
  GBPVR support for Hauppauge WinTV-HVR-1900 or Hauppauge HD-PVR (PAL) lchiu7 23 18,651 2014-05-15, 12:59 AM
Last Post: lchiu7
  GBPVR and NPVR jigster99 2 5,216 2013-02-16, 01:50 AM
Last Post: jigster99
  BBC HD / BBD 1 HD in GBPVR Pob 21 13,687 2012-10-05, 05:42 PM
Last Post: Pob
  tv guide empty in gbpvr works in pvrx2 slowtech 37 17,514 2012-08-27, 04:00 PM
Last Post: rscheller
  Unused gbpvr returns to life with minimal effort KS4UA 0 2,386 2012-03-18, 02:07 AM
Last Post: KS4UA
  Last version of GBPVR download? matthrolf 8 6,550 2011-11-16, 09:22 AM
Last Post: MixMan
  Is card emulation as easy with gbpvr as with npvr? martint123 3 3,457 2011-10-20, 07:13 PM
Last Post: martint123
  GBPVR Webserver does not work - Windows 7 Pro, 64 Bit Ijaja 6 4,551 2011-10-19, 07:21 PM
Last Post: Basher52
  GBPVR will not wake up XP computer from sleep keith_leitch 8 4,955 2011-10-10, 08:26 PM
Last Post: keith_leitch

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

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

Linear Mode
Threaded Mode