jungrok5 / video-in-dots

Tools: Video to Braille Subtitles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Video to Braille Subtitles

This code will convert a video into braille subtitles. Watch an example video on YouTube.

Will write more READMEs & technical writeups soon.

If you want to run this code

  1. Rename your video to simpler words (for easier typing)
  2. Edit and run save-to-frames.py.
  3. If you want to run file locally, edit and run create-srt.py.
  4. If you want to upload subtitles to YouTube, edit and run create-smi.py. Note that YouTube only accepts subtitles with 10MB file size limit.

Creating a black video for testing subtitles

ffmpeg -i path/to/input-video.mp4 -vf drawbox=color=black:t=fill -c:a copy path/to/output-video.mp4

About

Tools: Video to Braille Subtitles


Languages

Language:Python 100.0%