mPixster

Results 5 comments of mPixster

I have already done it..but still it lacking how to solve

Thank you for your response. yes I have done with this code.but when I save the file...not open in internal storage after some time when we refresh the file manager...

List cmdList = new ArrayList(); StringBuilder sb = new StringBuilder(); StringBuilder sb1 = new StringBuilder(); for (int i = 0; i < outFile.size(); i++) { cmdList.add("-i"); cmdList.add(outFile.get(i)); sb.append("[").append(i).append(":v:0]"); } sb.append("concat=n=").append(outFile.size()).append(":v=1:a=0...

This is my command for merging.. @SuppressLint("CheckResult") private void mergeMultipleVideoswithoutaudio(List outFile, String path1) {//Merge multiple videos with original sound of video List cmdList = new ArrayList(); StringBuilder sb = new...

it is also takes time for merging video. On Tue, Jul 2, 2019 at 3:55 PM Mansi joshi wrote: > This is my command for merging.. > > > @SuppressLint("CheckResult")...