image to video conversion functional
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user