0

I have to show only 10 frames from the video, the below code is bringing all the frames of the video, is there any query set available in FFmpeg for a limited number of frames in android and display in video editing like WhatsApp. A query in below like this is highly appreciated.

String[] complexCommand = {"-y", "-i", yourRealPath, "-an", "-ss", "" + startMs / 1000, "-t", "" + (endMs - startMs) / 1000, dest.getAbsolutePath()};

0 Answers0