tanersener / mobile-ffmpeg

FFmpeg for Android, iOS and tvOS. Not maintained anymore. Superseded by FFmpegKit.
https://tanersener.github.io/mobile-ffmpeg
GNU General Public License v3.0
3.85k stars 787 forks source link

Create video by looping multiple images. #531

Closed sandeepbaid closed 3 years ago

sandeepbaid commented 4 years ago

I am using Mobile FFMPEG in my Android Application implementation 'com.arthenica:mobile-ffmpeg-full:4.4.LTS'

I want to create a video using

I want my output location to be something like

The length of output video is determined by the length of audio, which is as recorded by app user. So it is always dynamic it is generally between 1 to 30 seconds.

So I gave following -loop 1 -i /data/user/0/com.domain.subdomain/files/amfs/talking/frames_%04d.jpg -i /data/user/0/com.domain.subdomain/files/amfs/audio.wav -t 4 -vf fps=24 /storage/emulated/0/DCIM/Leo/2020-08-21-18-37-17-078.mp4

I got error, I am sharing Console Log for debug & error. One file contains both debug & error log. The other file contains only error log.

log_debug_error.txt log_error.txt

github-actions[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.