SiliCompressor
SiliCompressor copied to clipboard
Why your compress video code reverse width to height ,height to width?
Why your compress video code reverse width to height ,height to width?
Same problem here. Width and height are getting swapped. @Tourenathan-G5organisation
Thanks, I figured it out how to fix. The code from Telegram which is used here is not adopted for general use.
Telegram I also have this problem.can you help how to solve this problem
@janbolat could you share your solution? thanks
@janbolat How did you solve it?
Look at the line where we are reading height
into width
varaible while compressing the video
https://github.com/Tourenathan-G5organisation/SiliCompressor/blob/master/silicompressor/src/main/java/com/iceteck/silicompressorr/videocompression/MediaController.java#L273
Look at my comment on issue #90