fishwjy / VideoCompressor

A High-performance video compressor for Android using Hardware decoding and encoding API(MediaCodec).
Apache License 2.0
910 stars 192 forks source link

Video Compression issue ? Taking more time to compress when whatsapp or downloaded videos from internet. #29

Open harikrishna1213 opened 5 years ago

harikrishna1213 commented 5 years ago

Hi all,

This is a great library for compressing video to small size. I can compress 30 MB video to 2 MB size. But here I am getting problem while compressing WhatsApp videos or downloaded videos from the internet. It is taking more than 1 min to compress WhatsApp videos or downloaded videos(i.e, compressing time increases based on duration.).If we have 30 sec duration it taking 40 sec to compress,if we have 3 min like..it taking more than 1 min. But it is fine with videos that are recorded by the camera.

How can I decrease compressing time for WhatsApp videos(already compressed videos) or internet videos

saurabhkanswal commented 2 years ago

@harikrishna1213 did you able to resolve this issue ??