Skip to content

Latest commit

 

History

History
61 lines (48 loc) · 4.14 KB

File metadata and controls

61 lines (48 loc) · 4.14 KB
name description metadata
remotion-best-practices
Best practices for Remotion - Video creation in React
tags
remotion, video, react, animation, composition

When to use

Use this skills whenever you are dealing with Remotion code to obtain the domain-specific knowledge.

Captions

When dealing with captions or subtitles, load the ./rules/subtitles.md file for more information.

Using FFmpeg

For some video operations, such as trimming videos or detecting silence, FFmpeg should be used. Load the ./rules/ffmpeg.md file for more information.

Audio visualization

When needing to visualize audio (spectrum bars, waveforms, bass-reactive effects), load the ./rules/audio-visualization.md file for more information.

Sound effects

When needing to use sound effects, load the ./rules/sound-effects.md file for more information.

How to use

Read individual rule files for detailed explanations and code examples: