Hi,

I have a powershell batch that run a command like this:
HTML Code:
HandBrakeCLI.exe --preset-import-file "C:\Users\elbaz\AppData\Roaming\[url=https://www.videohelp.com/software/HandBrake]HandBrake[/url]\presets.json" -Z "Convert to h265 Medium 720p (only video)" -i "R:\[url=https://www.videohelp.com/software/MeGUI]MEGUI[/url]\00 - Handbrake batcher test\star trek\file.mkv" -o "R:\MEGUI\00 - Handbrake batcher test\star trek\file_handbrake.mkv" --stop-at seconds:10
and the result is a stretched image: https://imgur.com/a/dk14iKI

Adding the --non-anamorphic option resolve the problem.

Using the GUI and loading the same file with the same preset the --non-anamorphic is choosen by default.. converting it the output is ok
so I'm asking.. why the CLI command doesn't use the --non-anamorphic by default? wich options are not stored in the preset? is this a bug?
ty