I'm using FFmpegAndroid library in my project to overlay a video.
The ffmpeg process is inside a service and I want to show the user a notification with progress to determine the progress of the process.
I've went through the outputs of the ffmpeg but there's nothing that specify the estimated duration time. Maybe it's possible to calculate it by other params that shown in the output such as fps, bitrate or speed but I have no clue..
Any ideas?