Removes hardcoded subtitles from videos using AI inpainting. Use when user wants to remove subtitles, erase text from video, clean video from captions, delete burned-in subtitles, remove video watermarks, clean hardcoded text, or strip embedded subtitles. 去字幕、去除字幕、删除字幕、清除字幕、去硬字幕、去水印、擦除字幕、移除字幕。
Removes hardcoded/burned-in subtitles from videos using OCR detection and AI inpainting.
Use this skill when:
Obtain the video URL with hardcoded subtitles.
Call submitAideoTask with:
getAideoTaskStatus to check progressMaximum wait time: 20 minutes
If task exceeds 20 minutes, report as timeout failure.
On completion, return the clean video URL.
User request: "Remove the subtitles from this video"
submitAideoTask:
prompt: "Remove all hardcoded subtitles from this video"
multiInputs: ["video_with_subtitles.mp4"]
User request: "I want to add my own subtitles, please remove the existing ones"
submitAideoTask:
prompt: "Erase all burned-in subtitles from this video to prepare for new subtitles"
multiInputs: ["original_video.mp4"]
User request: "Clean up this video by removing the text at the bottom"
submitAideoTask:
prompt: "Remove the hardcoded text overlay at the bottom of this video"
multiInputs: ["video_with_text.mp4"]