Get the status of a previously submitted FFmpeg command. Works for regular commands and chained commands.
The UUID of the FFmpeg command to check status for
Successful Response
Response model for FFmpeg command status.
Contains information about the command execution status, any errors that occurred, output files generated, and the original request details.
Unique identifier for the submitted command
Current status of the FFmpeg command
QUEUED, PROCESSING, PREPARED_FFMPEG_COMMAND, FAILED, SUCCESS Type of command that was run
FFMPEG_COMMAND, FFMPEG_CHAINED_COMMANDS The original request that was sent to the server
Status of any error that occurred during command execution
"UNREACHABLE_INPUT_FILE"
Error details if the command failed
"Input file url https://rendi.dev/example does not have a valid file name in its' end."
Processing time, in seconds, since receiving the command, this includes network times, parsing times, and FFMPEG command execution time
The exact time the specific FFMPEG command took on our servers, in seconds
Number of virtual CPUs used for the command
Dictionary mapping file aliases to their output file storage
{
"out_1": {
"bitrate_audio_kb": 242.349609375,
"bitrate_video_kb": 370.5654296875,
"codec": "h264",
"duration": 30,
"file_format": "mp4",
"file_id": "f775b15d-67e9-4235-b89f-4bb33c0a5f57",
"file_type": "video",
"frame_rate": 24,
"height": 320,
"is_varying_frame_rate": false,
"mime_type": "video/mp4",
"pixel_format": "yuv420p",
"size_mbytes": 2.2677812576293945,
"storage_url": "https://storage.rendi.dev/files/224ea098-5c10-419b-8a77-707d89443c56/42c95292-d953-4b5a-8a58-cf1513363a33/output_320p.mp4",
"timebase": "1/25",
"width": 568
},
"out_2": {
"bitrate_audio_kb": 239.9833984375,
"bitrate_video_kb": 160.955078125,
"codec": "h264",
"duration": 596.459,
"file_format": "mp4",
"file_id": "9df00eca-3221-49c6-8a64-07850c9a5921",
"file_type": "video",
"frame_rate": 24,
"height": 180,
"is_varying_frame_rate": false,
"mime_type": "video/mp4",
"pixel_format": "yuv420p",
"size_mbytes": 29.620187759399414,
"storage_url": "https://storage.rendi.dev/files/224ea098-5c10-419b-8a77-707d89443c56/42c95292-d953-4b5a-8a58-cf1513363a33/output_180p.mp4",
"timebase": "1/25",
"width": 320
}
}