mpv-scripts
mpv-scripts copied to clipboard
mpv lua scripts
1) Add a function to turn the equalizer on and off, similar to https://github.com/mpv-player/mpv/blob/master/TOOLS/lua/acompressor.lua 1) Smoother equalizer text, minor changes: local freq_label = { eq0 = "# 0 Hz: ",...
When I try to switch video streams using _ and I reach audio only, then I am stuck in the visualizer and can't go back to a video stream. MPV...
Unfortunately, it seems that only showwaves can run dsf files, and you cannot open dsf files if you use other Visualizers. Can you fix this problem?
How do I change the background color of "showwaves" please!
Thank you for your `firequalizer15.lua` script. Can you please add / help me to add keybindings: 0-9, A-E for each band? One variable to define the scaling factor would also...
- Introduced VideoTek() as waveform monitor for video
It have different frequency scales support: linear, log, mel, bark, erbs, etc... And many other features, including bargraph support and different color mode and slide modes.
I simply commented out these two lines and no longer get double results when searching subtitles with subtitle-search.lua in visualizer.lua --mp.observe_property("current-tracks/audio", "native", visualizer_hook) --mp.observe_property("current-tracks/video", "native", visualizer_hook) https://github.com/zenwarr/mpv-config/blob/master/scripts/subtitle-search.lua I'm sure it's...