Skip to content

Runnable Recipes Catalog

Explore tested, production-ready recipes demonstrating Vidonex capabilities.

RecipeDescriptionSource Code
Picture-in-PictureOverlay facecam video with border and opacityexamples/02_picture_in_picture
Sidechain Audio DuckingAutomatically lower music volume during commentaryexamples/06_audio_ducking
Animated WaveformsNeon pulsing audiograms for podcasts & reelsexamples/08_podcast_audio_waveform
Green Screen StudioChromaKey removal with despill onto virtual studioexamples/09_green_screen_studio
Burn-in SubtitlesStyled SRT captions with highlight boxesexamples/05_animated_subtitles

Running Recipes Locally

All recipes are directly runnable from the repository root:

bash
go run ./examples/02_picture_in_picture/main.go
go run ./examples/06_audio_ducking/main.go
go run ./examples/08_podcast_audio_waveform/main.go
go run ./examples/09_green_screen_studio/main.go

Released under the MIT License.