pawaom

Results 5 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...