zf-kbot/md-auto-video-watermark

Public
74 runs

Run zf-kbot/md-auto-video-watermark 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
api_key
string
API Key
video
string
Input video
prompt
string
watermark
Prompt
mask_blur
integer
10
Mask Blur
threshold
number
0.25

Max: 1

Threshold
iou
number
0.7

Max: 1

IoU
max_fps
integer
30
Max fps of output video
max_size
integer
1920
Max size of frame
preview_time
integer
5
Preview of video
download_preview
boolean
False
Preview Mode, if enabled, will process preview_time seconds
process_mode
None
remove
Process Mode

Output schema

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

Schema
{
  "type": "string",
  "title": "Output",
  "format": "uri"
}