caydey / ffshare

An android app to compress image, video and audio files through ffmpeg before sharing them
GNU General Public License v3.0
615 stars 30 forks source link

Fixes #54 also added `libx265` video codec #64

Closed buddhhu closed 5 months ago

buddhhu commented 1 year ago

It fixes #54 and added option to change video codec between libx264 and libx265

libx265 will convert the video into HEVC format which uses less size with negligible change in quality.

gbdomubpkm commented 1 year ago

Could this be merged ? There are so many videos that I can't compress, and i don't know why. I would like to test if this improves things. Thanks.

caydey commented 5 months ago

Appreciate the pull request, I've used it as reference to implement the changes myself as many changes were required