Saran Sankaran

Results 8 comments of Saran Sankaran

I encountered this issue in Android (and not react). I first started with the solution ``` web_view.settings.userAgentString = "Mozilla/5.0 (Linux; Android 4.1.1; Galaxy Nexus Build/JRO03C) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166...

Seeing the same error, with strict mode enabled Glide: 4.11.0 ``` E/StrictMode: A resource was acquired at attached stack trace but never released. See java.io.Closeable for information on avoiding resource...

I tried debugging this issue and found that the issue is when the content for a repo is too large, it doesn't return all files. > If truncated is true,...

@jonan Are you working on this? if not I can make the necessary changes suggested by you and raise a PR.

What do we intend to do about this issue? I see that the PR #558 has no movement for 2+ months now.

This is the line, which causes the compression to fail, if we pass the same dimension of the origin with a custom bitrate. https://github.com/Tourenathan-G5organisation/SiliCompressor/blob/7f359f37cc569082706f05f272a5761e4f6baa59/silicompressor/src/main/java/com/iceteck/silicompressorr/videocompression/MediaController.java#L347

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

> @MahmoudAbdelaalMahmoud > Can give me the bitrate chart by quality level There is no such chart which will define a quality of the video. Its all just trial and...