Hi,
is there a way to force default audio track , for example audio streams have been tagged,
and English is always getting precedence, while my goal is to force stream one which is tagged as"mul" - multilanguage
to be the first one open, irregardless of the player that is being used for playout.
I need to modify default track flag, and force track flag from ffmpeg.
FYI video is h.264, audio is mp3 and container is mp4.
Regards.
Dragan
+ Reply to Thread
Results 1 to 8 of 8
-
Last edited by logicom; 16th Nov 2014 at 06:29.
-
The mp4 container does not have a 'default' or 'forced' flag for tracks.
-> it always depends on the player which track will be player by default
(most players simply use the first audio&video track as defaults)
Cu Selurusers currently on my ignore list: deadrats, Stears555 -
MP4Box can disable tracks and group them, actually if my first failed attempts at making MP4s for my iPhone are any indication MP4 track selection allows for audio over audio overlays. Seeing that very, very few players are even capable of playing multiple audio streams at once I should think most of them just ignore any track selection placed in MP4s, full MP4 support would be too much of a PITA to implement.
-
In this scenario with multiple audio tracks, Apple specs state you must mux the AAC audio track first
There is a tool mp4v2 for more Apple friendly muxes here
http://forum.doom9.org/showthread.php?t=171038 -
"were", I should have said "were". My iPhone is full of the bloody things now, chapters, subtitles, commentaries and everything. Once the initial excitement wore off that I'd transferred my DVDs to my iPhone I never watched them again.
Last edited by ndjamena; 16th Nov 2014 at 10:37.