[FFmpeg-user] Trouble executing a command

C Colutions ccolutions111 at gmail.com
Fri Mar 2 12:33:46 EET 2018


Hi,

Im trying to use ffmpeg library for android to concat a list of images into
a video. The command i am using is

[/data/user/0/com.photovideomaker.videoslideshowmaker.videoeditor/files/ffmpeg,
-y, -r, 22, -f, concat, -safe, 0, -i,
/storage/emulated/0/TestDirectory/TempImages/img%03d.jpg, -crf, 20, -c:v,
libx264, -preset, ultrafast, -pix_fmt, yuv420p, -ac, 2,
/storage/emulated/0/TestDirectory/outputVideo.mp4]

But im getting the following error (the images are there in the input
directory):

/storage/emulated/0/TestDirectory/TempImages/img%03d.jpg: No such file or
directory.

Thanks for the help.


More information about the ffmpeg-user mailing list