pawaom

Results 36 comments of pawaom

I did manage to get it working but Is there a better solution , can it be included in next release(I have worked only on Java code) In Engine.java ```...

I tried this FileOutputStream fos = null; stickerView.setDrawingCacheEnabled(true); Bitmap abc = stickerView.getDrawingCache(); //Bitmap abc = stickerView.createBitmap(); //stickerView.getDrawingCache(); //Bitmap abc = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888); // Bitmap b = Bitmap.createScaledBitmap(abc, width, height,...

any plan to update to ffmpeg 3.3 according to this android Nougat is on nearly 10 percent of devices https://developer.android.com/about/dashboards/index.html#Screens

Can you provide some sample how we do this. I am trying to add overlay audio over video which previously contains some audio , It created a mp4 file with...

This video is of the creator of Apk-deguard https://www.youtube.com/watch?v=CT_XmRrvDYg They explain how they had developed their website, hopefully this might help.

thanks for the info, just in case its decided to speed up this feature I cam across, this on github its a request include this feature soon

Is this really not possible, I have been waitng for 3 days for an answer, but seems nobody is even assigned to this question

> Are you using ExoPlayer to preview the editing output before export? yes We are trying to use ExoPlayer to preview the editing output, I know there is the option...

any suggestion how can I show the PIP video effect, in exoplayer We want to show the Live edit effects as we make the changes, As far as [this](https://github.com/androidx/media/blob/3f366109b7e5cbf7b7e5b46e8b923e167e9ae893/demos/transformer/src/main/java/androidx/media3/demo/transformer/TransformerActivity.java#L793) is...