You're looking at a specific version of this model. Jump to the model overview.

zf-kbot /video-watermark-remover-q:1281fb01

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)
input_mask_image
string
遮罩图像(用于定义需要移除/编辑的区域)
prompt
string
remove text and logo,保持色彩一致
正向提示词,描述需要对视频画面做什么修改(例如:移除文字和LOGO、保持色彩一致)
frame_load_cap
integer
121
最多载入的帧数(0 表示载入全部帧)
force_rate
number
24
强制视频帧率(fps),影响视频载入和输出的帧率(0 表示原视频帧率)
feathering
integer
30
羽化半径,让边缘柔和过渡,解决拼接处的硬边和色差问题
reserve_ratio
number
1
Reserve 模式下的扩展像素比例,防止遮罩区域过度扩展
reserve_max
integer
100
Reserve 模式下的最大扩展像素数,防止遮罩区域过度扩展

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'}