333 B
333 B
askiiart/marlin-auto-animation
- Make your video into images. Make it the right resolution and framerate using Handbrake (or ffmpeg), don't use RF=0. Then, make it into images using ffmpeg (
mkdir images; ffmpeg -i video.mp4 images/%05d.png
). - Adjust the variables near the start of
animator.py
- Run
python3 animator.py