This template is for creating "audiograms". In other words, video clips from podcast episodes, or any other audio. It's a popular way of sharing audio snippets on social media.
Start changing things like this:
- Adjust size and length in
src/Video.tsx
- Replacing audio, cover and subtitles in the
src/assets
folder - Tweak
src/Composition.tsx
Run this:
npx remotion render
Or check out the Remotion docs. There are lots of ways to render.
There are a few places:
- Your podcasting host might provide them for you.
- Descript makes transcription really easy.
- There are tons of other, paid solutions, like Otter.ai, Scriptme.io and ListenRobo.com.
- And open-source solutions available, like Subs AI
For the purposes of this repo, make sure to export subtitles that are segmented by word (rather than sentence).
Install Dependencies
npm install
Start Preview
npm run dev
Render video
npx remotion render
Upgrade Remotion
npx remotion upgrade
Get started with Remotion by reading the fundamentals page.
We provide help on our Discord server.
Found an issue with Remotion? File an issue here.
Note that for some entities a company license is needed. Read the terms here.