Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 483 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 483 Bytes

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