Hey just a heads up, I would recommend using mp4box for muxing rather than mp4muxer for the mp4 workflows. Its much faster and doesn't take hours to render, and you can add all of the necessary tracks in one mux rather than multiple.RESET_9999 wrote: ↑Mon Oct 03, 2022 7:20 pmyes, you can do that as well.
Make sure you leave the blanking to 0 in that case.
For example
Code: Select all
mp4box.exe -add "%BL%:hdr=none:dv-profile=8.1:xps_inband" -add "audio" -add "subtitle" -brand mp42isom -ab dby1 -no-iod -enable 1 "output.mp4"
