I have used FFMPEG for video compression but it is taking too much time. Is there any solution to reduce video compression process time?
I have used below command,
String cmd = "-i " + inputFile + " -c:v libx264 -crf 23 -c:a aac -b:a 128k -movflags +faststart -preset ultrafast " + outputFile;