#img2vid
a tool to convert a bunch of image and text to video.
#Prerequisites
#How to run
- Fill out a project file.
- Run
cargo run --file project.yml
- Run ffmpeg
ffmpeg -f concat -i concat_file.txt -vsync vfr -pix_fmt yuv420p -s 1080x1920 -vcodec libx264 output_location.mp4