ffmpeg_raw
Execute custom FFmpeg commands for advanced media operations such as filters, effects, watermarks, or speed adjustments.
Instructions
Execute a raw FFmpeg command with custom arguments. Use this for advanced operations not covered by other tools (e.g., filters, effects, watermarks, speed changes).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | Yes | Array of FFmpeg arguments (e.g., ['-i', 'input.mp4', '-vf', 'scale=1280:720', 'output.mp4']) |