https://github.com/satelllte/remotion-audio-visualizer
Programmatic minimalistic audio visualizations.
https://github.com/satelllte/remotion-audio-visualizer
audio audio-visual audio-visualizer dsp remotion video
Last synced: 3 months ago
JSON representation
Programmatic minimalistic audio visualizations.
- Host: GitHub
- URL: https://github.com/satelllte/remotion-audio-visualizer
- Owner: satelllte
- License: gpl-3.0
- Created: 2023-06-24T15:30:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-01T21:59:19.000Z (over 1 year ago)
- Last Synced: 2025-03-17T01:35:08.984Z (3 months ago)
- Topics: audio, audio-visual, audio-visualizer, dsp, remotion, video
- Language: TypeScript
- Homepage:
- Size: 52.1 MB
- Stars: 43
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Remotion Audio Visualizer
Programmatic minimalistic audio visualizations.
## Previews
![]()
![]()
![]()
![]()
![]()
![]()
## Useful to know
This project is using the [Remotion Template](https://github.com/satelllte/remotion-template) with some good defaults that I use for all of my videos. So, check it out and feel free to use it to craft your own videos with Remotion.
## Development
**Install dependencies**
```sh
nvm use
npm ci
```**Start video preview in development**
```sh
npm run dev
```**Render video**
```sh
# Available video ID's can be found in src/Root.tsx file
npm run render:mp4 --video=ID
npm run render:gif --video=ID
```**Test**
```sh
npm run test:lint
npm run test:types
```**Upgrade dependencies**
```sh
npm run upgrade
```