2018-11-02 3:47 GMT+01:00, Marcus Lim <drakeskyw...@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
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to