-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LUT support #1068
Comments
I have 550 LUTs in mpv..here's a small sample of LUTs to give you an idea. input.conf c-A script-message-to encodelut set-timestamp ENCODE_mp4_softsubsx265 #! [Editing] > [ENCODE LUT no rescaling] > soft subs mp4 x265 opus32k mpv.conf
then for encoding LUTs into video use encodelut.lua (just part of it)
|
I would love to have direct support for LUT-s (3D lookup tables) in SMPlayer. Currently it is possible to load them by modifying Preferences –> Advanced –> MPlayer/mpv –> Options:
--lut=/path/to/my.cube
However, you cannot assign a keyboard shortcut to dynamically activate a given LUT.
On the other side: it would be very convenient to have also a command line switch to activate a specific LUT.
The text was updated successfully, but these errors were encountered: