tcking / GiraffeCompressor

video compressor on android
70 stars 27 forks source link

Library distorts vertical videos #4

Open PiotrBandurski opened 6 years ago

PiotrBandurski commented 6 years ago

Hi, When I want to compress vertical video, then lib makes it horizontal by distort. If I want to compress horizontal video then everything is ok. Can you check it? android 8

nkunadeveloper commented 6 years ago

I'm having the same issue...vertical videos are converted to horizontal ones... @tcking u can try to use ExifInterface to get correct orientation..

clh97 commented 5 years ago

Got the same issue using Android 9

marko0925 commented 5 years ago

I'm having the same issue using android 9

bilousovam commented 5 years ago

Try to use GiraffeCompressor.create(GiraffeCompressor.TYPE_FFMPEG)

vino629 commented 5 years ago

TYPE_FFMPEG takes long time to convert videos, isn't that easy to resolve the issue with TYPE_MEDIACODEC