h264ify
h264ify copied to clipboard
Quickly toggle H264ify by clicking on the toolbar icon
Now that H264 4K has been deprecated, I find myself wanting to disable H264ify / enable VPx for some videos.
Currently, if a user would like to watch a video in 4K (and can stand the additional CPU usage / battery drain), they would have to enter H264ify's options page to toggle the VPx support. It would be easier, and more intuitive, if clicking on the toolbar icon would toggle H264ify.
Best
A dirty but functional proof of concept can be found in my fork: https://github.com/qwertimus/h264ify/tree/quick-toggle
Added in the latest release v1.0.8 - it doesn't have the icon switching in your branch though. Pull requests are welcome :)
Ah, reading your code again - I've added a much simpler feature, just opening the options menu when the toolbar icon is clicked - it doesn't actually implement the toggle on button press.