Made this python tool to automatically dither and crop letterboxing of videos, and then turn them into a single image for OLED proffie animations All you have to do is copy and paste the video path into the terminalā¦ I may have already put all of a new hope onto my saber
It will also work for people who want to make text animations in after effects or any tool easier, where they can just export an animation mp4 instread of handmaking each frame
Iāll be honest, I didnāt really look into existing tools, so maybe something like this already exists? oh well
1 Like
imagemagic āconvertā can do something very similar I think.
Although it might be harder to use.
Hereās an example! I added a small update today to make gif previews The bmp it outputs is actually properly formatted in 1bit inverted 128,x, unlike the gif, dont worry
3 Likes
While Iām here, is there a way to make the proffie play one animation after the other? ex. boot1, boot2, boot3ā¦ I know right now that would randomly play them, but I want to play the original trilogy on my saber in the right orderš but the boards memory isnāt large enough to load all the frames. I think around 2 minutes of frames and it turns to static. Any advice?
Currently, no, there is no way to do that without writing some code for it.
The board never loads more than one frame at a time though, so a I donāt think there should be a 2-minute limit anywhereā¦ The limit should be ~40 minutes or so for non-looping images.
For looping images, the limit is much lower, maybe thatās what youāre seeing?
1 Like
They are looping, that is probably what it is. Iāll look into that! thanks
info starts here on the page:
In general, I also recommend the PBM P3 format over BMP.
BMP is a complicated format that supports a LOT of things, which also means there are more things that can go wrong.
3 Likes