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

magpai-app /cog-ffmpeg:3d03ad08

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
file1
string
File 1 to process
file2
string
File 2 to process
file3
string
File 3 to process
file4
string
File 4 to process
output1
string
File name for output 1
output2
string
File name for output 2
command
string
ffmpeg -version
FFMPEG Command

Output schema

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

Schema
{'properties': {'files': {'items': {'format': 'uri', 'type': 'string'},
                          'title': 'Files',
                          'type': 'array'}},
 'required': ['files'],
 'title': 'Output',
 'type': 'object'}