Create render-video script that uses ffmpeg
This commit is contained in:
parent
d76c19d625
commit
cffd17dea0
1 changed files with 1 additions and 0 deletions
1
render-video.sh
Normal file
1
render-video.sh
Normal file
|
|
@ -0,0 +1 @@
|
|||
(cd $1 && ffmpeg -framerate 60 -i frames/%05d.png -pix_fmt yuv420p out.mp4)
|
||||
Loading…
Reference in a new issue