idan054/my_ffmpeg_v9
Public
21.9K
runs
Run idan054/my_ffmpeg_v9 with an API
Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.
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 |
|---|---|---|---|
| input_file_1 |
string
|
Direct file upload 1 (faster than URL)
|
|
| input_file_2 |
string
|
Direct file upload 2
|
|
| input_file_3 |
string
|
Direct file upload 3
|
|
| input_file_4 |
string
|
Direct file upload 4
|
|
| input_file_5 |
string
|
Direct file upload 5
|
|
| json_payload |
string
|
JSON with input_files (URLs), output_files, and ffmpeg_command
|
|
| ffmpeg_command |
string
|
FFmpeg command using {{file_1}}, {{file_2}}, etc. and {{output}}
|
|
| output_filename |
string
|
output.mp4
|
Output filename (e.g., output.mp4)
|
{
"type": "object",
"title": "Input",
"properties": {
"input_file_1": {
"type": "string",
"title": "Input File 1",
"format": "uri",
"description": "Direct file upload 1 (faster than URL)"
},
"input_file_2": {
"type": "string",
"title": "Input File 2",
"format": "uri",
"description": "Direct file upload 2"
},
"input_file_3": {
"type": "string",
"title": "Input File 3",
"format": "uri",
"description": "Direct file upload 3"
},
"input_file_4": {
"type": "string",
"title": "Input File 4",
"format": "uri",
"description": "Direct file upload 4"
},
"input_file_5": {
"type": "string",
"title": "Input File 5",
"format": "uri",
"description": "Direct file upload 5"
},
"json_payload": {
"type": "string",
"title": "Json Payload",
"description": "JSON with input_files (URLs), output_files, and ffmpeg_command"
},
"ffmpeg_command": {
"type": "string",
"title": "Ffmpeg Command",
"description": "FFmpeg command using {{file_1}}, {{file_2}}, etc. and {{output}}"
},
"output_filename": {
"type": "string",
"title": "Output Filename",
"default": "output.mp4",
"description": "Output filename (e.g., output.mp4)"
}
}
}
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{
"type": "array",
"items": {
"type": "string",
"format": "uri"
},
"title": "Output"
}