Crop Video
矩形領域を切り抜きます(左上からx,y位置の幅×高さ)。
動画VideoCrop
概要
矩形領域を切り抜きます(左上からx,y位置の幅×高さ)。
Crop a rectangle (width x height at x,y from top-left).
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Input video | file | 必須 | 例: C:/videos/clip.mp4 変数に対応 | |
| Width | number | 必須 | ||
| Height | number | 必須 | ||
| X | number | 任意 | 0 | |
| Y | number | 任意 | 0 | |
| Hardware acceleration | dropdownAuto / CPU · NVIDIA (NVENC) · Intel (QSV) · AMD (AMF) · Apple (VideoToolbox) | 任意 | Auto / CPU | Encode on the GPU when available (NVIDIA/Intel/AMD/Apple). Falls back to CPU if the chosen encoder isn't present. |
| Output (optional) | file | 任意 | Blank = auto-named next to the input. 変数に対応 | |
| Store output path in | variable | 任意 | 例: outPath |