I only want to filter out 20% of frames from the start of the video and the end of the video, but i cant do that if i dont have total frame count.
I alr know how to filter out frames, i just need to know how to get total frame count of a video.
I've looked this up, and there was answers saying use ffprobe to fetch total number of frames in a video. However ffmpeg for android doesnt have it.. is there another way to get the frame count from a video?
Compiled ffmpeg for android using:
compile 'com.writingminds:FFmpegAndroid:0.3.2'