I hate to ask this again, but Im stumped over the SAR and DAR stuff. I have since moved away from the win10 environment using MeguiIVit and my custom Megui setup. My goal is to get this setup in Linux, 100% manual and command line, as free and open source as possible, but got stuck needing something that was Windows only (cant recall what it was atm). Im creating this 100% manual/scripted setup in a win10 vm first, then once I have it working and understand everything, I'm going to try getting it setup in Linux again. I've got all the tools I need, but I'm having trouble with SAR and DAR again.
If I understood SamKook's explanation before, the best way to do SAR and DAR is to set SAR within x264 encoding settings and to set DAR in the container. Im pretty sure I got it working in MeguIVit, with gui settings I dont recall that were unintuitive, but I no longer have that setup to look back on and Im going command line now. The source is 720x480 with 16:9 aspect ratio and output container will be mkv. As far as I understand, that means I should set the x264 --sar parameter to 853/480 and when muxing video and audio together with mkvtoolnix, set the video stream DAR to 1:1. However, my result is a square picture rather than widescreen, as if it's displaying video using 1:1 DAR rather than the SAR setting.
If I do it the easier, but not ideal way (by not setting --sar in x264 and setting DAR in mkvtoolinx to 16:9), the result is widescreen and looks correct.
Can anyone explain what Im missing and doing wrong?