You're looking at a specific version of this model. Jump to the model overview.
megacubos /video-watermark:5dddf01d
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 (MP4)
|
|
| watermark_text |
string
|
|
Text for watermark (leave empty if using image)
|
| watermark_image_url |
string
|
|
Image URL for watermark (leave empty if using text)
|
| position |
None
|
bottom-right
|
Watermark position
|
| size |
integer
|
48
Min: 10 Max: 500 |
Watermark size in pixels (for text: font size, for image: width)
|
| opacity |
number
|
0.5
Max: 1 |
Watermark opacity (0.0 = transparent, 1.0 = opaque)
|
| rotation |
integer
|
0
Min: -360 Max: 360 |
Watermark rotation in degrees
|
| pattern_spacing |
integer
|
200
Min: 50 Max: 1000 |
Spacing between watermarks when position='pattern' (in pixels)
|
| text_color |
string
|
255,255,255
|
Text color in 'R,G,B' format (e.g., '255,255,255' for white)
|
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'}