Crop Video
矩形領域を切り抜きます(左上からx,y位置の幅×高さ)。
動画VideoCrop
概要
Crop Video は、AutoFlowRPA の 動画 カテゴリに属するノーコードの自動化ステップです。 ワークフローが到達すると、1 つのステップで処理を実行します。 8 個のパラメータを設定して、動作を細かく制御できます。 ビジュアルビルダーでワークフローにドラッグできる 369 個のコマンドの 1 つで、スクリプトは不要です。
概要
矩形領域を切り抜きます(左上から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 |
Crop Video コマンドの使い方
- 1
AutoFlowRPAを開き、動画グループからCrop Videoコマンドをキャンバスにドラッグします。
- 2
サイドパネルでパラメータを設定します。Crop Videoには設定可能な項目が8個あります。
- 3
ワークフローに接続してRunを押します。すべて端末上でローカルに実行されます。
よくある質問
Crop Video コマンドは何をしますか?
矩形領域を切り抜きます(左上からx,y位置の幅×高さ)。
Crop Video コマンドはどのグループに属しますか?
Crop Videoは動画グループに含まれます。AutoFlowRPAはコード不要で組み合わせられる369個以上の標準コマンドを搭載しています。
Crop Video コマンドにパラメータはありますか?
はい。Crop Videoには設定可能な項目が8個あり、ビジュアルノードエディタで編集できます。