suhteevah / mpvhq-win64

mpvhq built on arch for win64
7 stars 0 forks source link

icc-profile not work #1

Closed ShiroNek0 closed 9 years ago

ShiroNek0 commented 9 years ago

icc-profile option doesn't work. I use: vo=opengl-vhq:icc-profile="C:\App\MPV\U2414H.icm"

mpv

suhteevah commented 9 years ago

I downloaded an icm for that monitor and passed vo=opengl-vhq:icc-profile=~~/U2414H.icm the .icm is in the file with the .exe. Its working fine on my end. So please post your .icm. Try using [C:\App\MPV\U2414H.icm], brackets instead of quotes if you want to pass it the file location like that.

ShiroNek0 commented 9 years ago

I try the lastest build with your option but still not work.

I use the same profile with you, the exe downloaded from Dell website.

Beside, I don't think problem in icm file or bracket because error message is "Option not found", which is usually happened when missing depedency. If it cannot open profile, message should be "Cannot open..." IIRC.

It works on your computer, so can't be missing dependency. Strange...

Profile: http://a.pomf.se/ckurjg.icm

suhteevah commented 9 years ago

I'm looking into what else I need to compile with. It's indeed throwing this error for me now. compiling with icc support atm, will push soon. Pushed the update, try the new .exe seems to be fixed!

ShiroNek0 commented 9 years ago

Thanks, with lcms2 it seems to be ok now.