remotionで動画を作るためのdev container用テンプレート
| .agents/skills/ remotion | 21 days ago | ||
| .devcontainer | 13 days ago | ||
| node | 13 days ago | ||
| voicevox-remotion-template | 3 days ago | ||
| .gitignore | 14 days ago | ||
| AGENTS.MD | 3 days ago | ||
| docker-compose.yml | 3 years ago | ||
| readme.md | 3 days ago | ||
dev containerに接続した後、コンソールに下記のコマンドを入れる。
npm init video
お好みのスターターキットを選択してプロジェクトを作成する。
npx remotion preview src/index.ts --webpack-poll=1000
voicevox-remotion-template 配下で npm script から起動する場合は、下記のように -- の後へ Remotion のオプションを渡す。
cd voicevox-remotion-template npm run start -- --webpack-poll=1000
下記のオプションをつけると、仮想機械環境でもファイル変更を検知できる。
--webpack-poll=1000
npm run build