An open API service indexing awesome lists of open source software.

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.

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
```