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 … 45 46 47 48 49 … 1231 Next »
Video a little out of aspect on my monitor

 
  • 0 Vote(s) - 0 Average
Video a little out of aspect on my monitor
luttrell1962
Offline

Member

Posts: 157
Threads: 28
Joined: Jan 2010
#1
2010-02-08, 07:46 PM
I have a hanns-g monitor 28" 1920x1200 and PVRX@ set at widescreen 16x9 but the people are a little tall streched, it's not bad I can live with it. I tried 16x10 then they are a little fat and scaling does not work that well with the f7 @ 16.x10.

I saw the parameters in config.xml and tried changing them but strange things happened. So a explanation of the setting would help.
Computer AMD 550 X4 unlocked @ 3.6ghz. 4 gigs ddr2 1066. 3 Samsung F3 500gb drives raid 0. HD 4870 Video. 2 ATI HD 650 PCie video capture cards. Scythe automatic temp/fan controller. 28" Hanns-G Monitor. Windows 7 x64
JonnyCam
Offline

Posting Freak

Posts: 1,153
Threads: 87
Joined: Feb 2006
#2
2010-02-08, 10:33 PM
What parameters? The aspect ratio ones?
"Shut up brain, or I'll stab you with a Q-Tip!"

--= Win7, C2D 2.93 GHz, ASUS 9400GT Silent, 2GB Ram, Few HDD's, 3TB unRAID server, Samsung 50" 1080p Plasma via HDMI, 40" 1080i LCD via VGA =-- * PVR2000 Analog PCI / Avermedia DVB-S PCI / Hauppauge 2200 DVB/Analog * PCH GBPVR Client * *BD-E6500 w/ NPVR client*
luttrell1962
Offline

Member

Posts: 157
Threads: 28
Joined: Jan 2010
#3
2010-02-09, 07:28 PM
Code:
<TvShape>16x9</TvShape>
  <AspectRatioModes shape="4x3">
    <AspectRatioMode name="Auto" ratio="0,0,0,0" />
    <AspectRatioMode name="Fill" ratio="0,0,1,1" />
    <AspectRatioMode name="LetterBox" ratio="0,0.125,1,0.875" />
    <AspectRatioMode name="Remove LetterBox" ratio="0,-0.125,1,1.125" />
    <AspectRatioMode name="Center Cut" ratio="-0.05,-0.17,1.04,1.17" />
    <AspectRatioMode name="PillarBox" ratio="0.08,0,0.92,1" />
  </AspectRatioModes>
  <AspectRatioModes shape="16x9">
    <AspectRatioMode name="Auto" ratio="0,0,0,0" />
    <AspectRatioMode name="Fill" ratio="0,0,1,1" />
    <AspectRatioMode name="Remove LetterBox" ratio="0,-0.125,1,1.125" />
    <AspectRatioMode name="PillarBox" ratio="0.08,0,0.92,1" />
  </AspectRatioModes>
  <AspectRatioModes shape="16x10">
    <AspectRatioMode name="Auto" ratio="0,0,0,0" />
    <AspectRatioMode name="Fill" ratio="0,0.05,1,0.95" />
    <AspectRatioMode name="PillarBox" ratio="0.08,0,0.92,1" />
    <AspectRatioMode name="Remove LetterBox" ratio="0,-0.125,1,1.125" />
  </AspectRatioModes>

I tried changing some of these but suspect that more is going on in the code than these setting when you make modifications. What parameters would I need to change to get the ratio to more like 16x9.5.

Thanks for your help.
Computer AMD 550 X4 unlocked @ 3.6ghz. 4 gigs ddr2 1066. 3 Samsung F3 500gb drives raid 0. HD 4870 Video. 2 ATI HD 650 PCie video capture cards. Scythe automatic temp/fan controller. 28" Hanns-G Monitor. Windows 7 x64
luttrell1962
Offline

Member

Posts: 157
Threads: 28
Joined: Jan 2010
#4
2010-02-13, 04:47 AM
<AspectRatioModes shape="16x10">
<AspectRatioMode name="Auto" ratio="0,0,0,0" />
<AspectRatioMode name="Fill" ratio="0,0.03,1,.95" />
<AspectRatioMode name="PillarBox" ratio="-0.047,0,1.047,1" />
<AspectRatioMode name="Remove LetterBox" ratio="0,-0.125,1,1.125" />
</AspectRatioModes>

Fill ratio affects auto it's not perfectly centered but just a little off. Pillar box works good for video that is a pillar and cuts off just a little in 1080p Smile

In fill ratio the second number affects top margin and fourth number affects bottom margin as far as I can tell.

In Pillar box the first number affects left margin and the third number affects right margin.

I have not had a chance to test the other modes on analog video yet.

Now I need to program a f7 key on my remote.
Computer AMD 550 X4 unlocked @ 3.6ghz. 4 gigs ddr2 1066. 3 Samsung F3 500gb drives raid 0. HD 4870 Video. 2 ATI HD 650 PCie video capture cards. Scythe automatic temp/fan controller. 28" Hanns-G Monitor. Windows 7 x64
luttrell1962
Offline

Member

Posts: 157
Threads: 28
Joined: Jan 2010
#5
2010-02-13, 05:53 AM
Analog was all out of proportion, but I adjusted letterbox setting to give good display

<AspectRatioModes shape="16x10">
<AspectRatioMode name="Auto" ratio="0,0,0,0" />
<AspectRatioMode name="Fill" ratio="0,0.03,1,.95" />
<AspectRatioMode name="PillarBox" ratio="-0.047,0,1.047,1" />
<AspectRatioMode name="Remove LetterBox" ratio="0.08,-0.02,0.92,1.02" />
</AspectRatioModes>

Wish there where separate settings for analog and HD content. Messing with auto might fix it but I've spent enough time on this.

Edit: Funny thing is analog is sharper now, strange.
Computer AMD 550 X4 unlocked @ 3.6ghz. 4 gigs ddr2 1066. 3 Samsung F3 500gb drives raid 0. HD 4870 Video. 2 ATI HD 650 PCie video capture cards. Scythe automatic temp/fan controller. 28" Hanns-G Monitor. Windows 7 x64
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Composite Source using Hauppauge PVR500 gives sound but no video DukeBrymin 1 3,013 2012-02-03, 02:41 AM
Last Post: slowtech
  Two Channels Without Video skycyclepilot 5 3,429 2011-10-29, 07:49 PM
Last Post: sub
  Zehd's Video Library Slick Skin Snooze 0 2,201 2011-09-03, 01:09 AM
Last Post: Snooze
  New Machine (probably old problems), Video Render Options jvcleave 12 5,243 2011-02-01, 08:37 AM
Last Post: stustunz
  No Video in PVRX2 GUI TonySmith35 13 4,777 2011-01-09, 10:31 PM
Last Post: steevo
  Attempts to play .dvd files in Video Library results in PVRX2 not responding Jwbrit 2 1,990 2010-11-04, 11:37 PM
Last Post: Jwbrit
  Resolution Issues when re-encoding captured video bgrieb 5 2,845 2010-11-02, 03:52 AM
Last Post: mvallevand
  Skip forward during playback freezes video then audio smiffypr 3 2,780 2010-10-19, 12:46 AM
Last Post: smiffypr
  EPG probs, aspect ratio probs, DVD probs IanJ 1 1,482 2010-10-09, 04:25 PM
Last Post: sub
  No Sound for MPEG2 video dartis 5 10,774 2010-09-12, 11:46 PM
Last Post: rw1

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

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

Linear Mode
Threaded Mode