Wow I didnt know some people were still using dual track dual layer MP4... I didnt touch this workflow since i made the script and dont really have a plan to make changes here...TheEqualizer wrote: ↑Fri Feb 24, 2023 11:53 amRESET_9999, please tell me how you can add more than one audio track or subtitles using scripts, 7-3-1 mode.
Or in another way without using scripts, thank you in advance
you can do it manually with the old mp4muxer:
Code: Select all
mp4muxer_path --dv-profile 7 --input-file BL.hevc --input-file EL.hevc --input-file audio1.ec3 --input-file audio2.ec3 --output-file output.mp4
Code: Select all
mp4box_path -add output.mp4 -add subs.srt -brand mp43isom -ab dby1 output_subs.mp4