image to video conversion functional

This commit is contained in:
1MalcolmS
2026-03-27 13:51:24 -07:00
parent 6d78d5f2f6
commit 5eec744d13
2219 changed files with 41 additions and 54 deletions

View File

@@ -1,4 +1,3 @@
ffmpeg -f image2 -framerate 2 -i %*.jpg -c:v libx265 video.mp4
#only works in wsl
ffmpeg -f image2 -framerate 2 -i image%04d.jpg -c:v libx265 video.mp4
will update to work for all at once