Create render-video script that uses ffmpeg

main
Charlotte Som 2021-09-02 03:57:09 +01:00
parent d76c19d625
commit cffd17dea0
1 changed files with 1 additions and 0 deletions

1
render-video.sh Normal file
View File

@ -0,0 +1 @@
(cd $1 && ffmpeg -framerate 60 -i frames/%05d.png -pix_fmt yuv420p out.mp4)