Vikrant Kelkar

Results 5 comments of Vikrant Kelkar

Following is the code: ``` Bitmap myLogo = //some bitmap Bitmap bitmap_resize=Bitmap.createScaledBitmap(myLogo, 100, 100, false); GlWatermarkFilter filter=new GlWatermarkFilter(bitmap_resize, GlWatermarkFilter.Position.LEFT_TOP); new Mp4Composer(Variables.app_folder+child.id+"default"+".mp4", Variables.app_folder+child.id+".mp4") .mute(false) .filter(filter) .listener(new Mp4Composer.Listener() { @Override public void...

> > > Please write your sample code. Please check above code.

> > > Does it work on other devices? Yes it works in my old device Micromax Canvas Spark (India) (2016) , which has following specs: - Android 5.1.1 -...

@MasayukiSuda Have you found any solution ?

I have downloaded your code and done all the necessary changes, there is also small typo in the code. After doing all the changes. Library gave no errors.