zf-kbot/video-watermark-remover-q

Public
60 runs

Run zf-kbot/video-watermark-remover-q 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_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
{
  "type": "array",
  "items": {
    "type": "string",
    "format": "uri"
  },
  "title": "Output"
}