Bad Apple but its only YouTube Braille Subtitles
I have created the subtitles with a small code I did in C# that generates the TTLM code for subtitles. I have used a slightly improved version of the code I did for the Steamboat Willie version: https://www.youtube.com/watch?v=hZIwmVB8uRs Although I tried repeatedly YouTube was giving me problems using 30 FPS so I had to lower it to 10 FPS. Still the subtitle file consists of no less than 3 million characters and approximately 4000 lines. Despite being 40 columns x 15 lines it really depicts the video as if it were 80px x 60px since uses the Braille's Unicode characters to represent each pixel value in a single Braille's dot. If you want I can try to clean up the code and simplify it a bit and upload it to Github. https://karstskarn.carrd.co/
I have created the subtitles with a small code I did in C# that generates the TTLM code for subtitles. I have used a slightly improved version of the code I did for the Steamboat Willie version: https://www.youtube.com/watch?v=hZIwmVB8uRs Although I tried repeatedly YouTube was giving me problems using 30 FPS so I had to lower it to 10 FPS. Still the subtitle file consists of no less than 3 million characters and approximately 4000 lines. Despite being 40 columns x 15 lines it really depicts the video as if it were 80px x 60px since uses the Braille's Unicode characters to represent each pixel value in a single Braille's dot. If you want I can try to clean up the code and simplify it a bit and upload it to Github. https://karstskarn.carrd.co/