You're looking at a specific version of this model. Jump to the model overview.

idan054 /my-ffmpeg:09a99309

Input schema

The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.

Field Type Default value Description
json_payload
string
{"input_files": {"in_1": "https://storage.rendi.dev/sample/sample.avi"}, "output_files": {"out_1": "output.gif"}, "ffmpeg_command": "-i {{in_1}} -vf scale=320:-1 {{out_1}}"}
Full JSON object exactly like Rendi (input_files, output_files, ffmpeg_command)

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{'items': {'format': 'uri', 'type': 'string'},
 'title': 'Output',
 'type': 'array'}