Add multipe audio and subs tracks on output?
Ichisuke83 opened this issue · 5 comments
Is it me or is not possible to create a file with multiple audio and subs tracks in it?
You can import and choose between multiple audio tracks, but you cannot create a video file with multiple audio and subs tracks.
Can you please add that feature?
This is something I planned to add in the future as time allows. I have been exetremely busy with some other projects but I haven't forgotten about this.
Was going to ask the same. Also, how can we add vobsubs subtitles from an mp4 that already has them? Is this possible?
Was going to ask the same. Also, how can we add vobsubs subtitles from an mp4 that already has them? Is this possible?
Mp4 doesn't allow picture based subtitles. The only format it would accept would be text based subtitles.
You'll likely want another format like mkv for that.
Was going to ask the same. Also, how can we add vobsubs subtitles from an mp4 that already has them? Is this possible?
Mp4 doesn't allow picture based subtitles. The only format it would accept would be text based subtitles.
You'll likely want another format like mkv for that.
Hmm, I have an mp4 with VobSub subtitles, though. Here:
When I add them to MKVToolnix, even though it does show them, as you can see there, when I mux, it deletes them, for some reason. The only way I was able to extract (demux) them was with My MP4Box, to then mux them again (I wanted to add an audio and that's the only way I could).
I could be wrong, though, I'm just more or less winging it so I don't know much.
Hmm, I did some brief research over at GPAC (which is the main project that mp4box is developed from) to see what it actually does support. Turns out mp4box does actually support VobSub via IDX. From what I can tell this is exclusive to mp4box and not to the mp4 container as a whole.
So technically I can implement this into the GUI and I likely should since this GUI manipulates mp4box, but as far as wide compatibility goes for the mp4 container text based subtitle types TTXT, SRT, WebVTT, or TTML
are technically the supported formats allowed.
VLC and other tools likely will have 0 issues playing it the mp4 created with VobSub but a lot of players, maybe roku is where the problem will likely be apparent. I have not tested this, but thanks for bringing this to my attention.
I've been juggling a lot of projects at once, this has been on the back burner to bring up to speed. I was doing a complete rewrite of the software, so I've been trying to find time. I'll try to prioritize, but I have to focus on the paying projects first of course.