Newer
Older
remotion_docker_devcontainer / readme.md

Remotionを使用した動画制作用作業スペース

初期設定

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

webpack-pollオプションの詳細

動画ファイルのエクスポート

npm run build