removing-subtitles

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

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/Yusufkotavom/AiToEarn --skill removing-subtitles
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: removing-subtitles
Source: https://github.com/Yusufkotavom/AiToEarn/tree/main/project/aitoearn-backend/apps/aitoearn-ai/src/core/agent/skills/removing-subtitles
Command: npx skills add https://github.com/Yusufkotavom/AiToEarn --skill removing-subtitles

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Removes hardcoded/burned-in subtitles from videos, enabling clean footage ready for re-editing, repurposing, or redistribution.

Core Features & Use Cases

  • OCR-based detection identifies subtitle regions in video frames.
  • AI inpainting reconstructs background to produce a clean video without subtitles.
  • Use Case: Prepare footage for new subtitles or redistribution across platforms.

Quick Start

Provide a source video with hardcoded subtitles and trigger the removal process.

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 identify text regions and AI inpainting to reconstruct the background, outputting a clean video file.

What is the best way to clean up burned-in subtitles for video redistribution?

AI inpainting cleans up burned-in subtitles for redistribution by masking the OCR-detected subtitle regions and reconstructing the underlying footage for re-editing.

Does AI inpainting work for removing watermarks from footage?

AI inpainting removes subtitles and watermarks from footage by detecting the overlay regions and reconstructing the original background pixels to produce a clean video.

How does OCR detect subtitle regions in video frames?

OCR detects subtitle regions in video frames by scanning each frame for text patterns, creating a mask over the identified hardcoded subtitles for the inpainting process.

Can I prepare footage for re-subtitling across platforms after subtitle removal?

Yes, you can prepare footage for re-subtitling across platforms by outputting a clean video after the AI inpainting process removes the original hardcoded subtitle regions.

Do I need a specific video format to trigger the subtitle removal process?

You need to provide a source video containing hardcoded subtitles to trigger the removal process, which outputs a clean video after OCR detection and AI inpainting.