16 Jan
2024
16 Jan
'24
5:53 a.m.
so, it seems aspect_ratio not communicated currently correctly for this case but you can manually set aspect for ffmpeg video format to -> 1.77778/(720/576) = 1.42222 or SAR= DAR/PAR because ffmpeg really assumes we set SAR ! put aspect=1.42222 in additional codec options edit window. I'll think about how to automate it ....