Video Subtitle Remover

⭐ 11.3k GPL-3.0 Python 2.5.0

Using AI to remove hard subtitles and watermarks from videos, with deep learning-based deletion that leaves no traces, enabling batch processing.

📋 Info

GitHub Stars⭐ 11.3k Stars
LicenseGPL-3.0
LanguagePython
Version2.5.0
Updated2026-05-15

📖 Overview

Video Subtitle Remover is an AI tool designed specifically for removing hard subtitles and text watermarks from videos (11.3k Stars). It uses deep learning algorithms to intelligently identify text areas and erase them by filling in the surrounding pixels, leaving almost no trace after removal. It supports batch processing of multiple videos, runs locally to ensure data privacy, and comes with a GUI for easy operation. It is suitable for content creators who need to remove video watermarks for further editing.

✨ Features

  • AI deep learning erasure —— leaving no trace
  • AI-powered recognition + pixel filling
  • Batch processing of multiple videos
  • Offline operation — data security
  • GUI interface — simple to operate

Advertisement

🚀 Quick Start

docker run -it --name vsr --gpus all eritpchy/video-subtitle-remover:1.4.0-cuda11.8 python backend/main.py -i test/test.mp4 -o test/test_no_sub.mp4
docker run -it --name vsr --gpus all eritpchy/video-subtitle-remover:1.4.0-cuda12.6 python backend/main.py -i test/test.mp4 -o test/test_no_sub.mp4

🔗 Related Tools