Skip to content
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

Add GUI for color adjustment (contrast, saturation etc.) #616

Open
haasn opened this issue Aug 29, 2023 · 5 comments
Open

Add GUI for color adjustment (contrast, saturation etc.) #616

haasn opened this issue Aug 29, 2023 · 5 comments

Comments

@haasn
Copy link

haasn commented Aug 29, 2023

This would honestly be amazingly useful, I hate having to use keybinds to adjust these parameters. Probably best to just add it to the default context menu.

@po5
Copy link
Contributor

po5 commented Aug 30, 2023

Not sure that would be very useful with the default menu curtain obscuring the image.

@christoph-heinrich
Copy link
Contributor

christoph-heinrich commented Aug 30, 2023

Maybe we could generalize the slider from the volume slider and make that usable from the controls.
But that would make the controls syntax even more complicated.

@tomasklaen
Copy link
Owner

Yeah would be nice to have. No promises or ETAs though. I'm already neglecting uosc quite a bit, and dunno how soon it'll change :(

@gunir
Copy link

gunir commented Nov 21, 2023

If someone is interested in this feature feel free to create PR and it's also not too bad to use 1,2,3,4 of mpv to change brightness and contrast, which is not too bad in fact using hotkey feel very easy for me in this case.

@mrfragger
Copy link

I just add two 4 shortcut keys but really only use the little menus. I like doing 144p on youtube and black and white it and knocking down contrast by -50 to focus on subs.

image
Ctrl+Alt+z add contrast -25                   #! [Video] > [Display] > Dark Mode
Ctrl+Alt+x add contrast 25                  #! [Video] > [Display] > Light Mode
Ctrl+Alt+Z add saturation -100                    #! [Video] > [Display] > B&W video
Ctrl+Alt+X add saturation 100                    #! [Video] > [Display] > B&W video off

then to add the four buttons in the uosc timeline

command:dark_mode:add contrast -25?Ctrl+Alt+z Dark mode,command:light_mode:add contrast 25?Ctrl+Alt+x Light mode,command:invert_colors:add saturation -100?Ctrl+Alt+Z B&W video,command:invert_colors_off:add saturation 100?Ctrl+Alt+X B&W off

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants