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 … 719 720 721 722 723 … 1231 Next »
Aspect Ratio

 
  • 0 Vote(s) - 0 Average
Aspect Ratio
Mach1na
Offline

Junior Member

Posts: 21
Threads: 3
Joined: Sep 2006
#1
2006-09-16, 05:33 AM
Is there any way to stop widescreen DIVX files being stretched to fill up the TV screen? I am using MVP H3 and the only things I can find by searching are trans2mvp.bat and xprocess. I believe that trans2mvp got caught up in zproccess and zprocess will not work for me.

Anything else I can do?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#2
2006-09-16, 06:15 AM
GB-PVR has no control over the aspect ratio used on the MVP.

Pretty much the only thing you can do is try to follow those instructions other users have posted for using trans2mvp.bat for scripting it. This is not supported me though.
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#3
2006-09-16, 12:11 PM
Mach1na Wrote:Is there any way to stop widescreen DIVX files being stretched to fill up the TV screen? I am using MVP H3 and the only things I can find by searching are trans2mvp.bat and xprocess. I believe that trans2mvp got caught up in zproccess and zprocess will not work for me.

Anything else I can do?

ZProcess is based on the math that we came up with in the fourm thread surrounding the Aspect ratios and Trans2MVP.

Make sure in the Config.xml, <MVPTranscodeUsingFFMpeg> is set to 'true' for Zprocess to work. If it's false, GB-PVR will look for Trans2MVP.bat.

If it's 'true', The Trans2MVP.bat will not be involved...
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
Mach1na
Offline

Junior Member

Posts: 21
Threads: 3
Joined: Sep 2006
#4
2006-09-16, 01:15 PM
I'm doing a clean install to see if that helps. If I'm right gbpvr uses the Hauppauge software to play Divx files and the Hauppauge services should be set to manual.

If ZProcess is installed do these processes need to be disabled because ZProcess is taking care of the Divx?
4zm4r3d02
Offline

Senior Member

USA
Posts: 356
Threads: 90
Joined: May 2005
#5
2006-09-16, 01:58 PM (This post was last modified: 2006-09-16, 02:04 PM by 4zm4r3d02.)
Quote:I'm doing a clean install to see if that helps. If I'm right gbpvr uses the Hauppauge software to play Divx files and the Hauppauge services should be set to manual.

If ZProcess is installed do these processes need to be disabled because ZProcess is taking care of the Divx?

To use GB-PVR to stream video to the mvp, the Hauppauge services must NOT be running. You can disable them (the safest way) or set them to manual, using the "services.msc" management console.

It has nothing to do with the program that is sending the stream to the mvp. It has to do with the hardware/software on the mvp. If you use the Hauppauge MediaMVP Content Service, it will still magnify the video.

In order to get widescreen videos to display in letterbox format on a 4:3 TV connected to an mvp, you must transcode it to one of the "standard" sizes, adding padding on the top, bottom, and sides.

For example, I have some episodes of Lost that I "obtained" that are xvid encoded avi files, with "widescreen" dimensions of 608x336. To get them to play on my mvp, I use the following command line for ffmpeg.exe:

Code:
ffmpeg.exe  -i "inputfilename.avi" -target ntsc-svcd -ar 48000 -ab 192 -ac 2 -aspect 4:3 -s 608x336 -padtop 72 -padbottom 72 -padleft 40 -padright 72 "outputfilename.mpg"

This results in a 720x480 file, which the mvp "likes". I use svcd format because, to my eyes, they look just fine on my tv, and the bitrate doesn't tax my pc or network too much. I use 48000 audio so that I can burn them to dvd, if I decide to keep them. The padding on the sides is not symmetric; I have to do it that way to get those files to display centered on my mvp and tv.

You will need to experiment to see what looks good to you on your tv, and may have to change values for different source files. The ZProcess utility can help you with that.
Intel Core i7-4790 / 32GB RAM / Windows 10 Pro 64 bit / HDHomeRun CONNECT DUO Model: HDHR5-2US
Mach1na
Offline

Junior Member

Posts: 21
Threads: 3
Joined: Sep 2006
#6
2006-09-16, 02:48 PM
Hi,

Does that mean you transcode and then watch the resultant file, or does it do it like ZProcess which is plays the movie as the PC transcodes in an almost transparent manner?
4zm4r3d02
Offline

Senior Member

USA
Posts: 356
Threads: 90
Joined: May 2005
#7
2006-09-16, 08:32 PM
Mach1na Wrote:Hi,

Does that mean you transcode and then watch the resultant file, or does it do it like ZProcess which is plays the movie as the PC transcodes in an almost transparent manner?

I transcode in advance, since my pc doesn't have enough power to transcode and stream to the mvp on-the-fly.

I only need to do this on files I have downloaded, of course, as GB-PVR and my Hauppauge WinTV PVR USB2 record in mpeg2 format.
Intel Core i7-4790 / 32GB RAM / Windows 10 Pro 64 bit / HDHomeRun CONNECT DUO Model: HDHR5-2US
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#8
2006-09-18, 05:34 AM
Mach1na Wrote:Hi,

Does that mean you transcode and then watch the resultant file, or does it do it like ZProcess which is plays the movie as the PC transcodes in an almost transparent manner?

If your computer is not powerful enough to transcode a good quality image on the fly and do it quickly, then you should trasncode first, watch video later.

You do not want to have the Hauppauge services running at the same time as you use GB-PVR.
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  EPG probs, aspect ratio probs, DVD probs IanJ 1 1,502 2010-10-09, 04:25 PM
Last Post: sub
  I have lost aspect ratio with EVR bethanyrayne 7 2,713 2010-06-05, 09:41 AM
Last Post: bethanyrayne
  F7 to change aspect ratio works in live TV but not on recorded programs rcs914 2 1,546 2010-03-24, 12:38 PM
Last Post: rcs914
  Aspect Ratio not right when viewing recoding larrypg 1 1,268 2010-03-16, 02:30 AM
Last Post: johnsonx42
  Wrong Aspect ratio and cutting end of recordings cisconz 0 1,021 2010-02-24, 12:56 AM
Last Post: cisconz
  Aspect ratio problem dspdrew 4 1,963 2010-02-20, 02:11 AM
Last Post: dspdrew
  Video a little out of aspect on my monitor luttrell1962 4 1,828 2010-02-13, 05:53 AM
Last Post: luttrell1962
  Force 16:9 aspect ratio for video file dvasco 32 10,792 2010-02-07, 05:17 PM
Last Post: dvasco
  Transcode Xvid profile aspect ratio Warwick 0 1,253 2009-10-07, 08:46 AM
Last Post: Warwick
  1 ratio for TV and another for video? mrspaces 7 2,812 2009-10-03, 04:03 PM
Last Post: johnsonx42

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

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

Linear Mode
Threaded Mode