Submit multiple FFmpeg commands where following commands can depend on output of previous commands. Running chained FFmpeg commands is faster than running each command separately because we re-use system and network resources between the multiple ffmpeg commands
Request model for submitting chained FFmpeg commands.
This model allows submitting multiple FFmpeg commands that run sequentially. Input files can be shared between commands. Output files from earlier commands can be used as inputs to later commands.
Successfully submitted chained FFmpeg commands
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.