Ajay Shrestha

Results 8 comments of Ajay Shrestha

I tried that. that doesn't work. the Controls still are hidden. Need to touch to show :(

private void setUpPlayer() { mPlayer = mBinding.player; mPlayer.setCallback(this); mPlayer.setHideControlsOnPlay(false); mPlayer.setAutoPlay(true); } @Override public void playVideo(Uri url) { mPlayer.setSource(url); }

Even though I select ENCODING_TYPE_STABLE_HIGH_MEMORY, the quality is so bad. I want to make High-Quality GIF.

I am getting this error while encoding and keep on crashing if I use setDither(true); Fatal signal 7 (SIGBUS), code 2, fault addr 0x9ae0c000 in tid 16393 (RxIoScheduler-2) The output...

What is the correct size image? My image size is 300 X 300. I used this gifEncoder.init(200, 200, file, GifEncoder.EncodingType.ENCODING_TYPE_STABLE_HIGH_MEMORY); What I need to do to generate high quality gif?

It's working now. Thank you. But the quality is still not good. This is really fast than AnimatedGifEncoder On Wed, Aug 16, 2017 at 2:47 PM, Wayne Jo wrote: >...

awesome. Thank you. let me try it On Sun, Aug 20, 2017 at 8:16 PM, Wayne Jo wrote: > I fixed the transparent image problem. > Would you like to...