I successfully did couple of dual layer mp4 for myself, those play on LG OLED65C perfectly.
However, as I started deepening into the process, some issues emerged, and I need help or advice.
I did everything by the instruction
1. used ffmpeg ro demux BL, EL and some AC3 audio
2. muxed dual video in mp4muxer
3. used mp4box to mux together mp4muxer output with more-than-one AC3.
The mp4box ended with no errors, MediaInfo shows every track in the final dual layer mp4, and when I play it on TV the first AC3 plays fine, but after switching to the second AC3 - there is no sound. Switched back to the first audio, that was just played fine - no sound there neither.
I acidentally discovered how to get either audio back without re-starting mp4 - if I move video one step forward or backwards with remote, the sound re-appears on either AC3 track.
Is that sound issue because I did something wrong muxing in mp4box, and now my TV has issues with that?
Here's my mp4box code, I put it inside of .bat file and execute by double clicking.
Code: Select all
mp4box.exe -add L:\input_video.mp4:rate=0 -add L:\main_audio.ac3#audio:lang=en-US -add L:\comm.ac3#audio:lang=en-US -name 4="Commentary by director" -no-iod -tmp D:\ final_with_comm.mp4