NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 384 385 386 387 388 433 Next »
Video in top left corner

Video in top left corner
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#21
2010-06-16, 04:45 AM (This post was last modified: 2010-06-16, 06:53 AM by pBS.)
and other times it works perfectly....go figure..
right now tv is excellent...with acceleration...confirmed in logs and cpu usage..
seems like certain well formed streams don't mess it up, but others, once you play them, mess up everything after...
i'll play a bit more and see if it messes up again..

one thing to add, really would be nice to see what mode you're in with F7...like it used to..

yep, even .mpg plays fine now...with accel, while i'm recording something else..
i'll have to see if i can find out a file that corrupts it..maybe a properties thing..

FOUND ONE!
i found 2 videos that, after playing, can make it go from working to not working..and back...
oh, it's 1080i that doesn't work, 720p does...blah...deinterlacing for sure..

so it's any container [ts too], only mpeg2 compression, only vmr7 or 9 on windows xp...
evr/overlay/win7 work with any combination..
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#22
2010-06-16, 05:26 PM
sub Wrote:Because GB-PVR didnt not use the render part of the VMR9 renderer, and instead use a custom renderer, aka 'VMR9 Custom'. I was hoping to avoid adding something similar, but may have to.
ah, I see, it was sub-magic that made it work before. Conversely though, I notice that when it works VMR9 renders quite nicely with NPVR, no tearing, stuttering, de-interlacing problems. VMR9 Custom never worked so well for me, no matter what combination of decoders, video cards and drivers I tried, neither on XP nor Win7. So I've been using VMR9-FSE for a year or so.

I wouldn't need VMR9 at all if EVR could support the aspect ratios with negative numbers, and I think a lot of other users are in the same boat. It seems in another thread discussing this ("new features" I think), others have pointed out that Media Portal seems to have found a way around this limitation of EVR, and as it's open source perhaps you could find out what they did?
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 107,162
Threads: 773
Joined: Nov 2003
#23
2010-06-16, 05:37 PM
Negative aspect ratios can only be had in EVR by not using the render part of EVR and instead creating the equivalent of 'EVR Custom', where the application is then responsible for drawing all the frames using Direct3D (and you'll likely get a bit more tearing etc by doing this). Nothing is ever easy is it...
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,928
Threads: 966
Joined: May 2006
#24
2010-06-16, 05:40 PM
I use NPVR with EVR/ffdshow and I get custom resolutions, but it doesn't support the 10ft interface. If some hook between F7 and ffshow could be made it would be good, but it's not a big deal for me, because the NMT client gives me the resolutions I want with NPVR.

Martin
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#25
2010-06-16, 05:59 PM (This post was last modified: 2010-06-16, 06:08 PM by johnsonx42.)
Since the goal of using an aspect ratio mode with a negative number is to display only a portion of the source video, couldn't you set the source rectangle to be less than the entire video frame? ie, rather than trying to push the destination rectangle off the edge of the screen with a negative coordinate (which I gather is what EVR's default presenter won't do), just grab less than the entire source rectangle in the first place. This is what I understand from reading here: http://msdn.microsoft.com/en-us/library/...S.85).aspx and here: http://msdn.microsoft.com/en-us/library/...S.85).aspx

edit: oops, first URL was wrong, fixed.
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 107,162
Threads: 773
Joined: Nov 2003
#26
2010-06-16, 06:15 PM
johnsonx42 Wrote:Since the goal of using an aspect ratio mode with a negative number is to display only a portion of the source video, couldn't you set the source rectangle to be less than the entire video frame? ie, rather than trying to push the destination rectangle off the edge of the screen with a negative coordinate (which I gather is what EVR's default presenter won't do), just grab less than the entire source rectangle in the first place. This is what I understand from reading here: http://msdn.microsoft.com/en-us/library/...S.85).aspx and here: http://msdn.microsoft.com/en-us/library/...S.85).aspx
It doesnt work. I've played with those API many times trying to get it working.
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#27
2010-06-16, 06:19 PM
you mean the API doesn't do what the documentation says? Come on, that NEVER happens.Rolleyes
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 107,162
Threads: 773
Joined: Nov 2003
#28
2010-06-16, 08:58 PM
I had experimented during testing with a way to get negative aspect ratios with EVR. It kind of worked, but had a downside that the OSD got narrower the further things were pushed outside of the window. I never found any way to stop this happening. You can try the attached patch which has that functional enabled to see if helps you.
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#29
2010-06-16, 09:04 PM (This post was last modified: 2010-06-16, 09:34 PM by johnsonx42.)
cool, I'll give it a shot......

<---15 minutes later---->

That works great actually. My custom aspect ratios I copied from GB-PVR look a little different in NPVR (4:3 programs on 16:9 channels don't quite fill the screen now), but they're just a tweak away from perfection.

Yes, I see what you mean about the OSD, but I consider that pretty minor against the major benefit. Anyone who doesn't use the negative ratios won't see any change, and half the people who do probably won't even notice.

Much later on, when you're polishing for perfection you could probably fix the OSD size/position issue by applying a fudge-factor to the OSD rendering based on the selected aspect ratio mode. Perhaps something like an on-the-fly adjustment to the UI zoom setting? Maybe even include the fudge-factor in the aspect ratio definition in config.xml, so that it's up to us to fix it as we see fit rather than you having to include code to calculate it.

Honestly though, it's such a minor issue it doesn't need to be fixed unless and until you want to. Just call it a known side-effect.

Also great that now it shows the select aspect ratio on the OSD.

Thanks sub, you're a genius as always!
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#30
2010-06-16, 11:19 PM
sub, can you explain how the Auto aspect ratio selection works in NPVR? It doesn't seem to be the same as in GB-PVR.

To wit, in GB-PVR I had this:
Code:
<AspectRatioModes shape="4x3">
  <AspectRatioMode name="Auto" ratio="0,0,0,0" />
  <AspectRatioMode name="Fill" ratio="0,0,1,1" />
  <AspectRatioMode name="LetterBox" ratio="-0.15,0,1.15,1" />
  <AspectRatioMode name="WideScreen" ratio="0,0.125,1,0.875" />
  <AspectRatioMode name="Zoom" ratio="-0.15,-0.15,1.15,1.15" />
  </AspectRatioModes>
In auto mode, it would elegantly select "Fill" for 4:3 channels, and "Letterbox" for 16:9 channels. My "Letterbox" settings actually accomplished an "unletterbox" effect, and would fill the 4:3 screen. Then for manual selection I had "Widescreen" for times I actually did want to see the full 16:9 frame, and "Zoom" for some special cases (like a 4:3 show in a 16:9 letterbox on a 4:3 channel - stupid, but it happens).

Now in NPVR I have this:
Code:
<AspectRatioModes shape="4:3">
  <AspectRatioMode name="Fill">0,0,1,1</AspectRatioMode>
  <AspectRatioMode name="LetterBox">-0.15,0,1.15,1</AspectRatioMode>
  <AspectRatioMode name="WideScreen">0,0.125,1,0.875</AspectRatioMode>
  <AspectRatioMode name="Zoom">-0.15,-0.15,1.15,1.15</AspectRatioMode>
</AspectRatioModes>
But Auto doesn't seem to do the same thing as before. 4:3 channels fill the screen as they should, but 16:9 content is letterboxed even though my "LetterBox" setting should actually stretch and crop to fill the screen. Manually selected they all work as they should (though they do need to be tweaked a little for the new EVR patch).

Thanks.
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (6): « Previous 1 2 3 4 5 6 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
Information Audio Video Sync Fixed with AC3Filter! gearsofwoe 0 1,302 2022-11-18, 04:36 AM
Last Post: gearsofwoe
  NPVR 4.2.4 Video Library No Longer Shows folder.jpg Lao Pan 12 4,733 2022-04-14, 04:33 AM
Last Post: Antmannz
  Video Meta information made from scratch MPMovieBuff 1 1,904 2020-04-06, 02:51 PM
Last Post: mvallevand
Photo video in recordings slow to display jimbojones 7 3,228 2020-04-02, 10:37 PM
Last Post: jimbojones
  Will not play recorded video on 1st computer but will play same video on second compu Krepps 5 2,481 2020-02-28, 05:33 PM
Last Post: Krepps
  No video or audio from start of playback smiffypr 8 4,210 2020-02-05, 05:11 PM
Last Post: smiffypr
  Choppy Video NND 5 3,250 2020-01-14, 09:31 PM
Last Post: NND
  Audio/video sync problem on playback and program freeze when resuming zer 34 15,687 2019-12-21, 02:49 PM
Last Post: HarryH3
  Generate missing thumbnails for video files imported into NextPVR Jimixter 7 3,638 2019-12-17, 01:32 PM
Last Post: mvallevand
  Video Library Folder/Filename Refresh meccano 3 1,947 2019-09-17, 03:13 PM
Last Post: Graham

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

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

Linear Mode
Threaded Mode