removing-subtitles

Remove hardcoded subtitles from videos using OCR detection and AI inpainting.

24.9k|4.0k|Updated Feb 24, 2025
One-click install
npx skills add https://github.com/yikart/AiToEarn --skill removing-subtitles-yikart
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: removing-subtitles
Source: https://github.com/yikart/AiToEarn/tree/main/project/aitoearn-backend/apps/aitoearn-ai/src/core/agent/skills/removing-subtitles
Command: npx skills add https://github.com/yikart/AiToEarn --skill removing-subtitles-yikart

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill removes hardcoded or burned-in subtitles from videos, enabling users to clean up footage or prepare videos for re-captioning.

Core Features & Use Cases

  • Subtitle Removal: Uses OCR detection and AI inpainting to eliminate subtitles from videos.
  • Video Cleaning: Removes text overlays, watermarks, and embedded captions for re-editing or repurposing content.
  • Use Case: For instance, a user can submit a video with burned-in Chinese subtitles to remove the text and make it suitable for localization or editing.

Quick Start

Submit a request to remove subtitles from a specific video by calling submitAideoTask with the prompt to erase all hardcoded subtitles and the video URL as input.

Frequently Asked Questions about removing-subtitles

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I remove hardcoded subtitles from a video?

Remove hardcoded subtitles from a video by using OCR detection to locate burned-in text and AI inpainting to fill the subtitle regions with reconstructed background content.

Can AI inpainting clean video footage with burned-in text and watermarks?

AI inpainting cleans video footage by automatically detecting burned-in text, embedded subtitles, and watermarks, then filling those regions with reconstructed background content.

What is the best way to prepare burned-in Chinese subtitles for localization?

The best way to prepare burned-in Chinese subtitles for localization is removing the hardcoded text using OCR detection and AI inpainting, producing clean footage ready for re-captioning.

Does this subtitle removal process work on videos with embedded captions and text overlays?

Yes, the subtitle removal process works on videos with embedded captions and text overlays by automatically detecting the subtitle regions and erasing the burned-in text.

How does OCR detection identify subtitle regions in video post-processing?

OCR detection identifies subtitle regions in video post-processing by scanning the footage for burned-in text, enabling the AI inpainting to target and remove those specific areas.

Can I clean footage for re-editing if the subtitles are permanently burned into the video?

Yes, you can clean footage for re-editing when subtitles are permanently burned into the video by applying AI inpainting to erase the hardcoded text and reconstruct the background.