vc-remotion-edit
概要
Remotion 側の見た目(字幕・色・位置・表示有無)を調整し、再出力する。
手順
- •編集対象
- •
apps/remotion/src/RenderComposition.tsx(字幕・動画・レイアウト) - •
apps/remotion/src/Root.tsx(Composition 設定)
- •よくある調整
- •字幕のフォントサイズ/位置/影を変更
- •チャプター表示を非表示化
- •背景色や余白を変更
- •反映
- •
bun run build - •
bun run remotion:render -- --composition=horizontal|vertical --slug <動画>
注意
- •字幕テキストは
transcript_segments.json由来。文言の修正は vc-caption-edit を使う。 - •
source.mp4が大きい場合はvc run --trim-sourceを使う。 - •字幕デザインのデフォルトは
apps/remotion/src/RenderComposition.tsx。動画ごとはwork/<動画>/caption_style.jsonで上書きでき、反映にはvc run再実行が必要。