mp4parser icon indicating copy to clipboard operation
mp4parser copied to clipboard

How do I add multiple audio tracks?

Open chendongMarch opened this issue 8 years ago • 3 comments

my code:

List<Track> tracks = new ArrayList<>();
Movie resultMovie = new Movie();
tracks.add(videoTrack);
tracks.add(audioTrack2);
tracks.add(audioTrack);
resultMovie.setTracks(tracks);

Why only the first sound track is added effectively.

chendongMarch avatar Jul 31 '17 07:07 chendongMarch

I have this problem, too.

wengo123 avatar Sep 14 '17 08:09 wengo123

I am also faced same problem do you get any solution for this?

GirishBhutiya avatar Mar 15 '19 14:03 GirishBhutiya

same problem,any soultion for this problem ?

chasfirr avatar Jul 24 '23 12:07 chasfirr