2015-08-21, 16:53
(2015-08-21, 15:41)Roby77 Wrote: maybe a 4k source downscaled to 1080p is better than 1080p 1:1
or not ?
where do you think the 1080p file comes from to begin with?
(2015-08-21, 15:41)Roby77 Wrote: maybe a 4k source downscaled to 1080p is better than 1080p 1:1
or not ?
(2015-08-21, 16:53)Matt Devo Wrote:(2015-08-21, 15:41)Roby77 Wrote: maybe a 4k source downscaled to 1080p is better than 1080p 1:1
or not ?
where do you think the 1080p file comes from to begin with?
(2015-08-21, 11:33)negge Wrote: Just tried this on a Thinkpad T450 (Broadwell) connected to a Samsung U28D590D while playing Tears of Steel (very high bitrate H.264 4K video). Everything works perfectly (except for display rate switching on this particular screen, it only supports 60 Hz):If you want even higher bitrated movies, there are some out there at http://4ksamples.com/ .
(click for full size)
(2015-08-21, 11:33)negge Wrote: (very high bitrate H.264 4K video). Everything works perfectly (except for display rate switching on this particular screen, it only supports 60 Hz):
xrandr --newmode "cea-50" 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +HSync +VSync
xrandr --addmode DVI-D-0 "cea-50"
xrandr --output DVI-D-0 --mode "cea-50"
#!/bin/sh
xrandr --output HDMI1 --set "Broadcast RGB" "Full"
xrandr --output HDMI1 --set "Broadcast RGB" "Full" &