SyntaxFix
Write A Post
Hire A Developer
Questions
I use the ffmpeg-python binding. You can find more information here.
ffmpeg-python
import ffmpeg ( ffmpeg .input('/path/to/jpegs/*.jpg', pattern_type='glob', framerate=25) .output('movie.mp4') .run() )