You're looking at a specific version of this model. Jump to the model overview.
nicolascoutureau /video-hw:ef71d228
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 |
---|---|---|---|
video |
string
|
Input video file to process
|
|
function |
None
|
create_preview_video
|
Video processing function to apply
|
start_time |
number
|
0
|
Start time in seconds for trimming (0 = start of video)
|
end_time |
number
|
-1
|
End time in seconds for trimming (-1 = end of video)
|
preset |
None
|
medium
|
FFmpeg encoding preset (slower = better quality) - only used for boomerang
|
bitrate |
string
|
20M
|
Target bitrate (e.g., '5M' for 5 Mbps, '20M' for 20 Mbps) - only used for boomerang
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'format': 'uri', 'title': 'Output', 'type': 'string'}