remotion-audio-visualizer
                                
                                 remotion-audio-visualizer copied to clipboard
                                
                                    remotion-audio-visualizer copied to clipboard
                            
                            
                            
                        Programmatic minimalistic audio visualizations.
Remotion Audio Visualizer
Programmatic minimalistic audio visualizations.
Previews
   
   
   
 
 
 
Useful to know
This project is using the 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
nvm use
npm ci
Start video preview in development
npm run dev
Render video
# 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
npm run test:lint
npm run test:types
Upgrade dependencies
npm run upgrade