Dynamic Inputs
Rendi now supports using a compressed .zip folder as an FFmpeg input source. Use the fieldinput_compressed_folder to supply a URL pointing to a .zip file. Rendi automatically downloads and decompresses the archive before running your FFmpeg command.
Important: Command runtime includes the time required to decompress the .zip file.
Example Request — Using a ZIP folder as input
Dynamic Outputs
Rendi also supports compressed output folders. To enable this, set theoutput_files field to the special flag:
.zip archive containing only the output files produced by your FFmpeg command.
Important: Command runtime includes the time required to compress the output folder.
Example Request — Generating a ZIP output folder
Response Format for Compressed Output Folders
In addition to the usual fields, the response includes extra metadata describing the generated.zip archive:
Field Descriptions
- file_count — Number of files contained inside the output
.zipfolder. - size_mbytes — Total size (MB) of all files before compression.
- size_compressed_mbytes — Final compressed
.zipsize stored in Rendi. - file_format — Always
zip. - storage_url — The download URL of the compressed output folder.
The compressed output file name is: <command_id>.zip
Processing & Storage
- Processing quota for inputs is calculated based on the size of the files after decompression.
- Processing quota for OUTPUT_FOLDER uses the size of files before compression.
- Storage usage is based on the size of the compressed .zip file.