A browser-based Milkdrop visualization exporter. Drop in an audio file, configuration your visualization, and export the result as MP4 or WebM. All processing happens on your device!
- Set preset cues with customizable transition lengths
- Add a title overlay with font, size, and color controls
- Export at 4K and beyond
Live app: pasteur.cc | Example: Watch on YouTube
Built with Vue 3, Vite, butterchurn, and WebCodecs.
This project includes an .nvmrc file. If you use nvm, just run:
nvm usenpm install| Command | Description |
|---|---|
npm run dev |
Start dev server at http://localhost:5173 |
npm run build |
Build for production into dist/ |
npm run preview |
Preview the production build locally |
npm run lint |
Run ESLint |
npx vitest run |
Run unit tests |
