shaikmdashiq

Results 7 comments of shaikmdashiq

I have no modifications in your code.... I had used just the same.... findViewById(R.id.append).setOnClickListener(new OnClickListener() { @Override public void onClick(View v) { /* mProgressDialog = ProgressDialog.show(self, null, null); Bundle args...

If you cannot resolve the problem.... Please let me know... Don't make me wait... i have asked you in StackOverflow also and there is no response from u... Pls dont...

There is no changes from your source code. I have just used my .m4a file and .mp4 file and it does not mux. No errors by the way. But the...

Thank u soooooo much... Pls see to it....

Hello... any updates ?

Yes you need to change something like this, before writing to the output Track audioTrack = audio.getTracks().get(0); Track videoTrack = video.getTracks().get(0); ``` Movie movie = new Movie(); movie.addTrack(videoTrack); movie.addTrack(audioTrack); ```...