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.Gatorman wrote: Mon Oct 03, 2022 7:13 pm Ah, I see. Changing the timeline resolution from 3840x2160 to 3840x1600, to match the original file, isn't enough?
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"
