Add Text Caption
テキストキャプションを動画に焼き込みます(drawtext)。
動画VideoAddText
概要
テキストキャプションを動画に焼き込みます(drawtext)。
Burn a text caption onto the video (drawtext).
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Input video | file | 必須 | 例: C:/videos/clip.mp4 変数に対応 | |
| Text | string | 必須 | 例: Hello 変数に対応 | |
| Position | dropdownTop-left · Top-center · Top-right · Center · Bottom-left · Bottom-center · Bottom-right | 任意 | Bottom-center | |
| Font size | number | 任意 | 28 | |
| Color | string | 任意 | white | Name or #RRGGBB. |
| Background box | dropdownYes · No | 任意 | Yes | |
| Font file (optional) | file | 任意 | TTF; defaults to Arial on Windows. 変数に対応 | |
| Output (optional) | file | 任意 | Blank = auto-named next to the input. 変数に対応 | |
| Store output path in | variable | 任意 | 例: outPath |