ypresto / android-transcoder

MP4 video transcode using Android MediaCodec API, pure Java (not LGPL nor patent issue!). Supports API >= 18.
Apache License 2.0
834 stars 238 forks source link

increase the video compression level #82

Open saadbzu opened 4 years ago

saadbzu commented 4 years ago

How can i increase the video compression. Currently if a video file of size 14 MB is compressed, after compression its size is 7MB. But i want more compression like 14MB-> 4,5MB. Please suggest me how i increase the compression level

selsamman commented 4 years ago

Compression is determined by the video encoder software built into the phone. Usually changing the output format to a lower resolution (like 720P vs 1080P) will result in greater compression unless you are already doing that.