marlin-auto-animation/README.md

6 lines
333 B
Markdown
Raw Normal View History

2023-05-06 19:40:22 -05:00
# askiiart/marlin-auto-animation
1. 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`).
2. Adjust the variables near the start of `animator.py`
3. Run `python3 animator.py`