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. _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
