[FFmpeg-user] Trouble executing a command
Carl Eugen Hoyos
ceffmpeg at gmail.com
Fri Mar 2 14:55:18 EET 2018
2018-03-02 11:33 GMT+01:00, C Colutions <ccolutions111 at gmail.com>:
> ffmpeg, -y, -r, 22, -f, concat, -safe, 0, -i,
> /storage/emulated/0/TestDirectory/TempImages/img%03d.jpg
Complete, uncut console output missing.
Your usage of "%03d" implies you want to use the image2 demuxer
(the only demuxer that understands this syntax) which would be
used because of the ".jpg" suffix if you had not forced another
demuxer with the "-f" option.
I suspect both the concat and the image2 demuxer work for your
use-case, if you are happy with constant frame rate input and if
you can choose the names of the input images, the image2
demuxer is typically easier to use.
Carl Eugen
More information about the ffmpeg-user
mailing list