Run FFmpeg Command
Submit an FFmpeg command for processing with input and output file specifications.
Authorizations
Body
Request model for submitting a single FFmpeg command.
This model allows submitting an FFmpeg command with input and output file specifications. Input file aliases must start with 'in_' and direct to a publicly accessible file, and output file aliases must start with 'out_' and only name a file name to be created.
If you're using an automation platform where curly brackets are used special as characters (like make.com, zapier, or other) add backslashes before the curly brackets, for example, replace {{in_1}} with backslashes and brackets \{\{in_1\}\}.
Response
Successfully submitted FFmpeg command
Response model for command submission.
Contains the unique identifier assigned to the submitted command that can be used to poll for status and retrieve results.