[FFmpeg-user] Optimization
Carl Eugen Hoyos
ceffmpeg at gmail.com
Fri Nov 2 10:47:24 EET 2018
2018-11-02 3:47 GMT+01:00, Marcus Lim <drakeskywing at gmail.com>:
> The issue though still stands, and I did a fresh clone from git, and built
> from source as per https://trac.ffmpeg.org/wiki/CompilationGuide/macOS.
Which issue?
>> ./../FFmpeg/ffmpeg -r 1/4 -i IMG_%3d.jpg out.mp4
You want to set an output frame rate and a resolution (and possibly
other filters which is why I only gave an example for reading the
input files):
ffmpeg -r 1/4 -i IMG_%3d.jpg -s 2000x3000 -r 25 out.mp4
Please avoid top-posting here, Carl Eugen
More information about the ffmpeg-user
mailing list