Video Scaling not working

For help and support with Universal Media Server
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Post Reply
Mix0r
Posts: 5
Joined: Fri Jun 22, 2012 5:53 am

Video Scaling not working

Post by Mix0r »

Hi! ^^

I've been using PMS since sometime about December. 720p works flawlessly with these;

i7 2670qm, 2,2ghz
8gb ram
GTX 570M, 1,5GB

100/10 connection, wired of course. Xbox 360

Is the above good enough for transcoding MKV 1080p files with softsubs? If yes; they stutter like crazy and are unplayable.
Putting that aside, I tried using the video scaling option, but "downscaling" it instead. 1280x720, that is.
That worked fine, no lag and plays like it should. However, the latest versions of PMS does not properly do this, for me, the same goes for UMS.
It just says: "Setting video resolution to: 0x0, your Video Scaler setting"
I assume the 0x0 means that it doesn't do anything at all since it still lags.

PMS version 1.40 is the latest version that the video scaling option properly works. I would've used that and just shut up, but the image quality is notably worse, being a bit "blurry" so to say..

The guys over at PMS forums doesn't seem to have any solution to this other than me to quit with 1080 files since the xbox 360 doesn't support them.. anymore, so image improvement is non existent, according to one dude over there. However, the reason for me trying to transcode these files is because some series I'm watching doesn't have 720p versions.. Or they are just not seeded anymore *grin*

Phew, I'm sorry for the long post. Anyways, I would like to ask you to check this out, the Video Scaling thingy and make it work, unless you can come up with a solution for transcoding without using this feature.

Thanks in advance, any help would be greatly appreciated.
User avatar
DeFlanko
Posts: 724
Joined: Thu Jun 21, 2012 3:43 am
Location: San Pedro, CA
Contact:

Re: Video Scaling not working

Post by DeFlanko »

What Conf file is your renderer using?

Because in the XBOX360.conf file is says this:

Code: Select all

# Max Width and Height supported by the media renderer (0=unlimited) 
MaxVideoWidth=0
MaxVideoHeight=0
Last edited by DeFlanko on Fri Jun 22, 2012 6:20 am, edited 1 time in total.
Mix0r
Posts: 5
Joined: Fri Jun 22, 2012 5:53 am

Re: Video Scaling not working

Post by Mix0r »

Um.. how do I check that? ;o
UMS recognizes the Xbox 360, so I assume it uses the xbox360.conf file..

Also, thanks for the quick reply.
User avatar
DeFlanko
Posts: 724
Joined: Thu Jun 21, 2012 3:43 am
Location: San Pedro, CA
Contact:

Re: Video Scaling not working

Post by DeFlanko »

So in:

Code: Select all

C:\Program Files\Universal Media Server\renderers
you should see the xbox360.conf file.

in the conf file it even says this:

Code: Select all

#http://blogs.msdn.com/xboxteam/default.aspx 
#1.    What exactly does the Xbox 360 support for AVI?
#Xbox 360 supports the following for AVI:
#·         File Extensions: .avi, .divx
#·         Containers: AVI
#·         Video Profiles: MPEG-4 Part 2, Simple & Advanced Simple Profile
#·         Video Bitrate: 5 Mbps with resolutions of 1280 x 720 at 30fps. See question number 11 for more information.
#·         Audio Profiles: Dolby® Digital 2 channel and 5.1 channel, MP3
#·         Audio Max Bitrate: No restrictions. See question number 11 for more information.
Supported=f:avi	v:divx|mp4	a:ac3|mp3	m:video/avi

#2.    What exactly does the Xbox 360 support for H.264?
#Xbox 360 supports the following for H.264:
#·         File Extensions: .mp4, .m4v, mp4v, .mov
#·         Containers: MPEG-4, QuickTime
#·         Video Profiles: Baseline, main, and high (up to Level 4.1) profiles.
#·         Video Bitrate: 10 Mbps with resolutions of 1920 x 1080 at 30fps. See question number 11 for more information.
#·         Audio Profiles: 2 channel AAC low complexity (LC)
#·         Audio Max Bitrate: No restrictions. See question number 11 for more information.
#3.    What exactly does the Xbox 360 support for MPEG-4 Part 2?
#Xbox 360 supports the following for MPEG-4:
#·         File Extensions: .mp4, .m4v, .mp4v, .mov
#·         Containers: MPEG-4, QuickTime
#·         Video Profiles: Simple & **Advanced Simple Profile
#·         Video Bitrate: 5 Mbps with resolutions of 1280 x 720 at 30fps. See question number 11 for more information.
#·         Audio Profiles: 2 channel AAC low complexity (LC)
#·         Audio Max Bitrate: No restrictions. See question number 11 for more information.
Supported=f:mp4|qt	v:h264|mp4	a:aac	n:2	m:video/mp4

#4.    What exactly does the Xbox 360 support for WMV (VC-1)?
#Xbox 360 supports the following for WMV:
#·         File Extensions: .wmv
#·         Container: asf
#·         Video Profiles: WMV7 (WMV1), WMV8 (WMV2), WMV9 (WMV3), VC-1 (WVC1 or WMVA) in simple, main, and advanced up to Level 3
#·         Video Bitrate: 15 Mbps with resolutions of 1920 x 1080 at 30fps. See question number 11 for more information.
#·         Audio Profiles: WMA7/8, WMA 9 Pro (stereo and 5.1), WMA lossless
#·         Audio Max Bitrate: No restrictions. See question number 11 for more information.
So with that being said any idea what the videos you are trying to watch on it are?
Mix0r
Posts: 5
Joined: Fri Jun 22, 2012 5:53 am

Re: Video Scaling not working

Post by Mix0r »

Oh.. crap..

Yes;

Subtitles: English .ass soft subtitles
Video: 10-bit h.264 (~5000 kBit/s)
Resolution: 1920 x 1080
Audio: Japanese 2.0 FLAC (~700 kBit/s)

Link: here
User avatar
DeFlanko
Posts: 724
Joined: Thu Jun 21, 2012 3:43 am
Location: San Pedro, CA
Contact:

Re: Video Scaling not working

Post by DeFlanko »

hmm that FLAC might be a problem...

not to sure..

SubJunk might know... or another Dev.

Regardless any PROGRAM edits you make get over written by a CONF file. =)
Mix0r
Posts: 5
Joined: Fri Jun 22, 2012 5:53 am

Re: Video Scaling not working

Post by Mix0r »

Alright, thank you so much anyways! ^^
DeFlanko wrote:Regardless any PROGRAM edits you make get over written by a CONF file. =)
Oh, wait, really? :p
User avatar
DeFlanko
Posts: 724
Joined: Thu Jun 21, 2012 3:43 am
Location: San Pedro, CA
Contact:

Re: Video Scaling not working

Post by DeFlanko »

At least that's how i am to understand those CONF files.

Cause like ok you make a Course change in the application..Normally changes like Static IP, or if you know your hardware limitations you can set Buffering limits... but the CONF file is Granular changes specific to the device receiving the file because in the CONF file there is a Message header that determines the Device to CONF file.

of course... i could be wrong.. lol

But this is why i make CONF file changes and not over all system changes..

TBH dial in your system settings first (the default setup is fine really....) to find what the limits of your hardware is.. then do tweekings of CONF Files.
Mix0r
Posts: 5
Joined: Fri Jun 22, 2012 5:53 am

Re: Video Scaling not working

Post by Mix0r »

Very well, I shall look into tweaking the CONF files. Thank you :D
Post Reply