/braille_seq

lidl image -> braille converter

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Usage

  1. Make a directory for the images, something like images.
  2. Convert your video to images using ffmpeg: ffmpeg -i /path/to/file images/%05d.png
  3. Run braille_seq.py -i images/ with other preferred options.
  4. Upload to your favourite video hosting site.
  5. Profit

License

All files are licensed under GNU General Public License v3.0, braille.py was taken from Mm2PL/MmsUtilityBot.