Video Subtitle Detector

Automatically find and highlight subtitles in any video

Tech Stack: Python OpenCV NumPy
Categories: Computer Vision Image Processing Video Processing
demo

What It Does

This tool scans through video files and automatically:

How It Works

1 Frame Extraction

Breaks down video into individual frames for analysis

2 Text Detection

Uses computer vision to identify text regions in each frame

3 Subtitle Highlighting

Draws bounding boxes and compiles final video

Key Technical Features

View Code on GitHub