Description
I am working on a requirement to compress the video as WhatsApp does. I have worked I am using the following commands.
val cmd = arrayOf( "-i",path, "-vcodec", "libx265" ,"-crf" ,"35" ,"-preset","faster" ,"-c:a","copy" ,"-s" ,"640x352",outPutPath)
Convert Video Faster Like WhatsApp
As I have Followed to this answer and devised the above command. Compression is working but is very much slow.
Compression is Very Much Slow
Compression is working but is very much slow.
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.
Description I am working on a requirement to compress the video as WhatsApp does. I have worked I am using the following commands.
val cmd = arrayOf( "-i",path, "-vcodec", "libx265" ,"-crf" ,"35" ,"-preset","faster" ,"-c:a","copy" ,"-s" ,"640x352",outPutPath)
Convert Video Faster Like WhatsApp As I have Followed to this answer and devised the above command. Compression is working but is very much slow.
Compression is Very Much Slow Compression is working but is very much slow.
Logs Logs Are here Ghostbin
Environment
api 'com.arthenica:mobile-ffmpeg-min-gpl:4.3.1.LTS'