Run Chained FFmpeg Commands
(Endpoint in construction - talk to us for early access at support@rendi.dev) Submit multiple FFmpeg commands where following commands are dependent on output of previous commands. Running chained 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 chained FFmpeg commands.
This model allows submitting multiple FFmpeg commands that run sequentially, where output files from earlier commands can be used as inputs to later commands. It supports both interim files (temporary) and output files (stored).
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.