~cubixle/img2vid

img2vid
updates
updates
0e7f83c3 — cubixle 2 years ago
updates

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~cubixle/img2vid
read/write
git@git.sr.ht:~cubixle/img2vid

You can also use your local clone with git send-email.

#img2vid

a tool to convert a bunch of image and text to video.

#Prerequisites

  • ffmeg
  • rust

#How to run

  1. Fill out a project file.
  2. Run cargo run --file project.yml
  3. Run ffmpeg ffmpeg -f concat -i concat_file.txt -vsync vfr -pix_fmt yuv420p -s 1080x1920 -vcodec libx264 output_location.mp4
Do not follow this link