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 … 12 13 14 15 16 … 1231 Next »
Analog HD Recording Plugin To Record 16:9 Widescreen

 
  • 0 Vote(s) - 0 Average
Analog HD Recording Plugin To Record 16:9 Widescreen
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#11
2010-09-11, 07:52 PM
BTJustice, if you record a 16:9 channel, and then play it back on the FILL aspect ratio, what do you see? Does the video fill the screen, or are there black bars top and bottom?
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: 106,789
Threads: 769
Joined: Nov 2003
#12
2010-09-11, 07:57 PM
johnsonx42 Wrote:BTJustice, if you record a 16:9 channel, and then play it back on the FILL aspect ratio, what do you see? Does the video fill the screen, or are there black bars top and bottom?
That is a good a question. Only a subset of set top boxes would output an anamophoric 16:9 image. Many set top boxes will only ever output 16:9 in letterbox mode over composite/svideo/rf, meaning it's really sending a 4:3 picture with the black bars pre-added. In this scenario, changing the aspect ratio headers wont help you, and you'd just end up with a distorted picture.
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#13
2010-09-11, 08:03 PM
exactly... I didn't think any set top boxes would do that on svideo/composite, but apparently the one Dvasco was using in that thread Martin linked did. the benefit if it did would be increased effective capture resolution, since no resolution would be wasted on the black bars.
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
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,131
Threads: 957
Joined: May 2006
#14
2010-09-11, 08:33 PM
Here the 4:3 SD file stretched using Fill, which in this scenario actually removes pillar box because the STB didn't add the letterboxing. The aspect ratio does appear to be right

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#15
2010-09-11, 08:37 PM
mvallevand Wrote:Here the 4:3 SD file stretched using Fill, which in this scenario actually removes pillar box because the STB didn't add the letterboxing. The aspect ratio does appear to be right
Yeah, that one is anamorphic. Most set top boxes arent though, and if you tell it to output widescreen over the analog output then you get letterboxed content.
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#16
2010-09-11, 08:50 PM
so what you need then is a utility to change the aspect ratio flag. that DVDPatcher Martin linked appears to be interactive only, you'd need to find a command-line utility to do it. then you can put it in post-processing.bat

unless of course sub gets a wild hair and wants to build something in for this... but it seems like such a narrow case its probably not worth the work.
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
BTJustice
Offline

Senior Member

Posts: 381
Threads: 61
Joined: Mar 2008
#17
2010-09-12, 04:44 AM
johnsonx42 Wrote:BTJustice, if you record a 16:9 channel, and then play it back on the FILL aspect ratio, what do you see? Does the video fill the screen, or are there black bars top and bottom?

It fills the screen. No black bars.
BTJustice
Offline

Senior Member

Posts: 381
Threads: 61
Joined: Mar 2008
#18
2010-09-12, 04:49 AM
Here is what I see using FILL...
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#19
2010-09-12, 05:14 AM
oops, when martin posted his screen shot I thought it was BTJustice's (I did wonder why BTJustice said he was using GB-PVR, but the first screen shot was NPVR... it still never occurred to me to check who posted it). Either way, I think my response above is correct.

BTJustice, your other choice is to fiddle with the aspect ratios. When GB-PVR displays what it thinks is 4:3 content on a 16:9 display, it uses the PillarBox ratio mode. The default AspectRatio Mode section for 16:9 looks is this:
Code:
<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>

If you instead do this:
Code:
<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,0,1,1" />
    <AspectRatioMode name="4:3" ratio="0.08,0,0.92,1"
  </AspectRatioModes>

This just makes the "PillarBox" ratio the same as the "Fill" ratio. So when on Auto, GB-PVR will give you the correct ratio. Then for channels that really are 4:3, you can manually select the new "4:3" aspect ratio that uses the old PillarBox settings.

Yes, your 16:9 files are still recorded with a 4:3 aspect ratio flag, but you won't have to hit an extra key to play them back in the correct mode.
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 (2): « Previous 1 2


Possibly Related Threads…
Thread Author Replies Views Last Post
  Not able to record to network mapped drive qiuqiu 14 17,903 2016-01-25, 05:47 AM
Last Post: trevisthomas
  Audio buzzing second time recording launched. dennit 2 4,597 2012-12-09, 11:28 PM
Last Post: dennit
  Inhibit Computer Shutdown While Recording rwnz 52 30,684 2012-04-03, 11:40 AM
Last Post: pBS
  Start PC for recording, Sleep/Hibernate when done Basher52 6 5,004 2011-12-17, 02:52 PM
Last Post: Sykor
  intermittent recording failures bcdudley 6 3,703 2011-09-28, 07:28 AM
Last Post: bcdudley
  Recording fails but only on one channel (live viewing still works) dshoup 5 3,600 2011-09-19, 01:15 AM
Last Post: sub
  Sattelite interent recording? crsfooddude 1 2,181 2011-07-26, 02:32 AM
Last Post: mvallevand
  Recording problem with Hauppauge Nova-S USB2 ... softfoot 4 3,451 2011-06-27, 02:06 AM
Last Post: sub
  How to kill an orphan Live TV recording? martint123 2 2,380 2011-05-16, 05:33 PM
Last Post: martint123
  SUB: Recording show in two pieces. Found bug(?) lif 10 5,197 2011-05-11, 09:30 AM
Last Post: jksmurf

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

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

Linear Mode
Threaded Mode