https://github.com/mfcc64/mpv-scripts
mpv lua scripts
https://github.com/mfcc64/mpv-scripts
audio-spectrum audio-visualizer equalizer finite-impulse-response spectrogram vectorscope waveform
Last synced: 6 months ago
JSON representation
mpv lua scripts
- Host: GitHub
- URL: https://github.com/mfcc64/mpv-scripts
- Owner: mfcc64
- License: unlicense
- Created: 2017-04-15T15:05:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-26T05:25:59.000Z (about 1 year ago)
- Last Synced: 2025-03-28T16:07:22.097Z (6 months ago)
- Topics: audio-spectrum, audio-visualizer, equalizer, finite-impulse-response, spectrogram, vectorscope, waveform
- Language: Lua
- Homepage:
- Size: 597 KB
- Stars: 176
- Watchers: 11
- Forks: 28
- Open Issues: 15
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## Various mpv lua scripts
- visualizer.lua - various audio visualization.
- firequalizer.lua - linear phase 15-bands equalizer.
## Key bindings
Look at the lua scripts.
## Screenshoots
### visualizer.lua
- showcqt

- avectorscope

- showspectrum

- showcqtbar

- showwaves

### firequalizer15.lua

## Related projects
- [HTML5 ShowCQTBar](https://github.com/mfcc64/html5-showcqtbar) - showcqt/showcqtbar visualizer on an HTML5 page.
- [YouTube Musical Spectrum](https://github.com/mfcc64/youtube-musical-spectrum) - showcqt visualizer as a Chrome extension.