Skip to content

emersion/meltsub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

meltsub

Takes a raw and an hardsub video, outputs subtitles extracted from the hardsub video.

Disclaimer

I take no legal responsibility for anything this code is used for. This is purely an educational proof of concept.

Usage

Dependencies:

  • opencv
  • tesseract
python meltsub.py

Settings

Change the variable subtitles_lang to set another language.

Use this command to check installed language:

tesseract --list-langs

License

MIT