Posts: 63
Joined: Dec 2013
Reputation:
1
2016-12-30, 09:40
(This post was last modified: 2016-12-30, 09:55 by kenofstephen.)
Can anyone get 4K 60Hz output from the HDMI port of these Kaby Lake machines?
I can get 4K 60Hz ONLY from the Displayport... (of MSI Cubi 2)
Must buy the mini DP -> HDMI 2.0a cable to get that, right?
Posts: 118
Joined: Mar 2015
Reputation:
0
fab67
Senior Member
Posts: 118
It's not in direct relation with KODI.
It's a tool that use Quicksync ( intel Hardware encoder ) to encode videos files in AVC or HEVC format.
As I transcode some of my files ( from dvb-t source ) I'll like to see if Kabylake Hardware is good enough for it.
You don't need to "install" it, the QSVEncC64.exe file is in QSVEnc_2.60.zip.
All you have to do is to use it in command line.
Posts: 118
Joined: Mar 2015
Reputation:
0
fab67
Senior Member
Posts: 118
opps it's
ffmpeg -i SVT_1080p50.mkv -i result.mkv -lavfi ssim;[0:v][1:v]psnr -f null - > metrics.txt 2>&1
and not
ffmpeg -i SVT_1080p50.mkv -i result.mkv -lavfi ssim;[0:v][1:v]psnr -f null - > metrics.txt