SiliCompressor icon indicating copy to clipboard operation
SiliCompressor copied to clipboard

Why your compress video code reverse width to height ,height to width?

Open Xing1P opened this issue 5 years ago • 7 comments

Why your compress video code reverse width to height ,height to width?

Xing1P avatar Jan 18 '19 04:01 Xing1P

Same problem here. Width and height are getting swapped. @Tourenathan-G5organisation

janbolat avatar Jan 23 '19 11:01 janbolat

Thanks, I figured it out how to fix. The code from Telegram which is used here is not adopted for general use.

janbolat avatar Jan 30 '19 02:01 janbolat

Telegram I also have this problem.can you help how to solve this problem

HJLAllen avatar Mar 08 '19 07:03 HJLAllen

@janbolat could you share your solution? thanks

HankMonster avatar Mar 18 '19 11:03 HankMonster

@janbolat How did you solve it?

yadynesh avatar Jun 19 '19 12:06 yadynesh

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

saran2020 avatar Dec 21 '19 13:12 saran2020

Look at my comment on issue #90

RodneyOssai avatar May 31 '20 16:05 RodneyOssai