Thanks for your scripts...I use the visualizer.lua (audio only not for video) and it does some waveforms and uses 70% GPU on Mac M1. But when it's toggled off the GPU goes back to 30% GPU.
Is there a way to toggle autocomplex off and not use the GPU constantly? I use F1 and it doesn't display it but GPU usage remains around 70%.
Also is there a way to keep it from loading by default? I tried function file_loaded ()
p.start = p.start and mp.set_property('none', 'start') and nil
swapping start and none but didn't work.