Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-26T05:25:59.000Z (about 2 months ago)
- Last Synced: 2024-11-10T14:10:19.734Z (10 days ago)
- Topics: audio-spectrum, audio-visualizer, equalizer, finite-impulse-response, spectrogram, vectorscope, waveform
- Language: Lua
- Homepage:
- Size: 597 KB
- Stars: 167
- 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
![showcqt](screenshoots/showcqt.jpg)
- avectorscope
![avectorscope](screenshoots/avectorscope.jpg)
- showspectrum
![showspectrum](screenshoots/showspectrum.jpg)
- showcqtbar
![showcqtbar](screenshoots/showcqtbar.jpg)
- showwaves
![showwaves](screenshoots/showwaves.jpg)
### firequalizer15.lua
![firequalizer15](screenshoots/firequalizer15.jpg)
## 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.