Resize Video
動画のサイズを変更します。Heightを空欄にするとアスペクト比を維持します。
動画VideoResize
概要
動画のサイズを変更します。Heightを空欄にするとアスペクト比を維持します。
Scale a video. Leave Height blank to keep the aspect ratio.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Input video | file | 必須 | 例: C:/videos/clip.mp4 変数に対応 | |
| Width | number | 必須 | 例: 1280 | |
| Height (blank = auto) | number | 任意 | 例: 720 | |
| 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 |