Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

FuNyuN

macrumors member
Original poster
Apr 16, 2012
37
0
Does changing the resolution only affect text? Or does it affect videos also? I have a bunch of 4K content I want to watch in the best possible way. Should I run one of those scripts that forces the MBP to it's full resolution? Or does it not make a difference? Thanks.
 
I remember seeing some comparisons of a game (borderlands 2) when it was forced to run at native resolution vs running scaled and the native resolution looked MUCH better.

Not sure if the same will happen with video, but it might actually make a difference
 
It depends on the app. The two video playback apps I use (QuickTime and VLC) are both optimized for HiDPI, so you don't have to do anything. If you are using an app that isn't yet updated for HiDPI, then changing the resolution settings may make it look better.
 
It depends on the app. The two video playback apps I use (QuickTime and VLC) are both optimized for HiDPI, so you don't have to do anything. If you are using an app that isn't yet updated for HiDPI, then changing the resolution settings may make it look better.

I'm using MPlayerX
 
It would be very suprising if it would be different for any video player. Only the GUI elements like buttons and text need to be HiDPI compatible to a degree. The content, which is the video itself, always get to use all the pixels.
Your choice of video player should make any difference.
The scaling mode might. In VLC you have more options in the advanced settings. Chances are you wouldn't notice the difference. Scaling down isn't that hard.
 
It would be very suprising if it would be different for any video player. Only the GUI elements like buttons and text need to be HiDPI compatible to a degree. The content, which is the video itself, always get to use all the pixels.
Your choice of video player should make any difference.

This is not correct! It depends on how the player decodes and displays the video. If they use Apple's frameworks, such as AV Foundation, then they should automatically support the HiDPI content (this is a speculation on my part - I haven't actually tested it out). However, if (like VLC does), they use their own decoding and an OpenGL view to display the video, the application must take some additional steps to make sure that its outputting HiDPI content. Unfortunately, the HiDPI API in OS X does have some inefficiencies, e.g. it is not possible (AFAIK) to get access to the 'native' framebuffer - you are getting either the HiDPI one (2x2 pixels) or the normal one. This means, that even when displaying a 4K video, there will be some (potentially unnecessary) scaling.
 
This is not correct! It depends on how the player decodes and displays the video. If they use Apple's frameworks, such as AV Foundation, then they should automatically support the HiDPI content (this is a speculation on my part - I haven't actually tested it out). However, if (like VLC does), they use their own decoding and an OpenGL view to display the video, the application must take some additional steps to make sure that its outputting HiDPI content. Unfortunately, the HiDPI API in OS X does have some inefficiencies, e.g. it is not possible (AFAIK) to get access to the 'native' framebuffer - you are getting either the HiDPI one (2x2 pixels) or the normal one. This means, that even when displaying a 4K video, there will be some (potentially unnecessary) scaling.

So my best bet is to use VLC? And that will give me the best picture quality regardless of what resolution I choose?
 
So my best bet is to use VLC? And that will give me the best picture quality regardless of what resolution I choose?

it depends if the app is telling osx properly if it wants to run its environment at native, some people have told me all opengl interfaces will work properly in hidpi, however in my dota2 test you can see they are not fine

dota2 set to 2880x1800 when OSX is set to 'best for retina' blury
dota2 set to 2880x1800 when OSX is set to 2880x1800 crisp/clear
thread link

try both and see if you can see a difference in the video, if not then don't worry
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.