Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 404 Bytes

File metadata and controls

10 lines (7 loc) · 404 Bytes

Result preview

frame image

ffmpeg command to concat images into video:

ffmpeg -framerate 24 -pattern_type glob -i '*.png' -c:v libx264  out.mp4