Trim / Cut Video
開始時刻と終了時刻(または長さ)を指定して動画の一部をトリミングします。
動画VideoTrim
概要
開始時刻と終了時刻(または長さ)を指定して動画の一部をトリミングします。
Cut a segment from a video by start time + end (or duration).
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Input video | file | 必須 | 例: C:/videos/clip.mp4 変数に対応 | |
| Start (HH:MM:SS or seconds) | string | 必須 | 0 | 例: 00:00:05 変数に対応 |
| End (optional) | string | 任意 | 例: 00:00:20 変数に対応 | |
| Duration (optional) | string | 任意 | Use instead of End. 例: 10 変数に対応 | |
| Fast (no re-encode) | dropdownYes · No | 任意 | Yes | |
| Output (optional) | file | 任意 | Blank = auto-named next to the input. 変数に対応 | |
| Store output path in | variable | 任意 | 例: outPath |