beto
12th March 2014, 19:46
I have a m4v file that comprises 5 tracks.
TrackID 1: H.264 video
TrackID 2: aac audio
TrackID 3: ac3 audio
TrackID 4: srt subtitle
TrackID 5: chapters
I want to replace track number 4 with a new srt subtitle track. For that i use mp4box and the -rem switch to remove trackID 4. That works ok and the track is removed successfully.
I then use the -add switch to add the new srt subtitle track to the file and it also works ok, however the new subtitle track has trackID 6 and I end up with the following track distribution in my file:
TrackID 1: H.264 video
TrackID 2: aac audio
TrackID 3: ac3 audio
TrackID 5: chapters
TrackID 6: srt subtitle
Question is if is there any way to force mp4box, when adding this new subtitle track, to use trackID 4 for it instead of trackID 6? If not is there any problem playbackwise in AppleTV keeping the file the way it is (skipping trackID 4)?
Thanks in advance.
TrackID 1: H.264 video
TrackID 2: aac audio
TrackID 3: ac3 audio
TrackID 4: srt subtitle
TrackID 5: chapters
I want to replace track number 4 with a new srt subtitle track. For that i use mp4box and the -rem switch to remove trackID 4. That works ok and the track is removed successfully.
I then use the -add switch to add the new srt subtitle track to the file and it also works ok, however the new subtitle track has trackID 6 and I end up with the following track distribution in my file:
TrackID 1: H.264 video
TrackID 2: aac audio
TrackID 3: ac3 audio
TrackID 5: chapters
TrackID 6: srt subtitle
Question is if is there any way to force mp4box, when adding this new subtitle track, to use trackID 4 for it instead of trackID 6? If not is there any problem playbackwise in AppleTV keeping the file the way it is (skipping trackID 4)?
Thanks in advance.