You're looking at a specific version of this model. Jump to the model overview.
zf-kbot /video-watermark-remover-q:958f0e91
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_video |
string
|
输入视频文件(支持常见视频格式,如 mp4)
|
|
| prompt |
string
|
移除图片右上角或右侧出现的白色'sora'水印,其他内容保持一致
|
正向提示词,精确描述水印特点,如位置、颜色、是文字还是logo
|
| megapixels |
number
|
0.6
|
目标百万像素
|
| color_match_switch |
boolean
|
True
|
启用颜色匹配
|
| frame_load_cap |
integer
|
121
|
最多载入的帧数(0 表示载入全部帧)
|
| force_rate |
number
|
24
|
强制视频帧率(fps),影响视频载入和输出的帧率(0 表示原视频帧率)
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'items': {'format': 'uri', 'type': 'string'},
'title': 'Output',
'type': 'array'}