Run Multiple FFmpeg Commands
(Endpoint in construction - talk to us for early access at support@rendi.dev) Submit multiple FFmpeg commands based on the same input files for multiple processing. Running multiple FFmpeg commands is faster than running each command seperately because we re-use system and network resources between the multiple ffmpeg commands
Authorizations
Body
Request model for submitting multiple FFmpeg commands.
This model allows submitting multiple FFmpeg commands that run in parallel, where each command can use the same input files to generate different output files. For example, this can be used to generate multiple versions of a video with different resolutions or formats in a single request.
Response
Successful Response
Response model containing a list of command IDs returned from a batch command submission.
This model is used to return the unique identifiers for multiple FFmpeg commands that were submitted together. The command IDs are returned in the same order as the original command submission order.