Izzat Bahadirov

Results 112 comments of Izzat Bahadirov

I will think about possible test cases and get back to you shortly. Are you using LiTr demo app or are you calling LiTr API in your app?

I haven't made much progress, with work and all. Can you check one thing, though? Can you try using LiTr demo app on your phone and see if problem happens...

Another thing to try - can you remove metadata tracks from that video and see if that helps? There is a flag in `TransformationOptions` now.

This is very interesting. `MediaExtractor` on my Pixel 3 cannot extract any metadata from transcoded video you provided. `ffprobe` can handle it, and shows all metadata. Looks like something is...

Which Android OS version do you have on your device? I will try to get ahold of similar device here, to debug.

Thank you @charlesx2013 ! Does this happen with LiTr demo app as well?

Thank you very much, guys! I was able to reproduce it. Fix was merged, I hope it fixes the problem on your devices as well. Will you have to wait...

I released version 1.5.5 which has the fix. Let me know if it fixes this issue. I will close it if it does.

I think the problem here is with `MediaRange` values. They are supposed to be in microseconds, not in milliseconds. I assume you are trying to trim the video between 1...

> Here `HEIGHT=150` & `WIDTH=100` but `output` is opposite of this. Is there a rotation flag? If rotation flag is present (90 or 270 degrees) it is preserved and video...