Open6
Remotionで遊んでみる & 動画編集できるか調べる
ブラウザで動画編集するツールがないかなと思い出会ったので遊ぶ
npxでinstall
npx create-video@latest
テンプレがいっぱいある
✔ What would you like to name your video? … remotion-tutorial
? Choose a template: › - Use arrow-keys. Return to submit.
❯ Hello World A "Hello World" starter template
Next.js (App dir) SaaS template for video generation apps
Next.js (Pages dir) SaaS template for video generation apps
Blank Nothing except an empty canvas
Hello World (JavaScript) The default starter template in plain JS
Remix Remotion + Remix Starter Kit
React Three Fiber Remotion + React Three Fiber Starter Template
Still images Dynamic PNG/JPEG template with built-in server
TTS (Azure) Turns text into speech and makes a video
TTS (Google) Turns text into speech and makes a video
Audiogram Text and waveform visualization for podcasts
Skia React Native Skia starter
Tailwind TypeScript and Tailwind starter
Overlay Overlays for video editing software
Stargazer Celebrate your repo stars with a video
とりあえずHello Worldにして、npm run startする
こんなんが開く
remotion render
なるコマンドでmp4に出力できるらしい
これで
npx remotion render HelloWorld
動画がでてきた