initial commit

This commit is contained in:
2024-05-01 12:31:31 +02:00
commit 6f71ada556
9 changed files with 33 additions and 0 deletions

4
.generate_video.bat Executable file
View File

@@ -0,0 +1,4 @@
set PATH=%PATH%;"E:\Static Programs\ffmpeg-20190416-e2f766e-win64-static\bin\"
cd C:\tmp\frames5\
ffmpeg -r 60 -start_number 1 -i %%04d.png -c:v libx264 -vf fps=60 -pix_fmt yuv420p out.mp4
PAUSE