Topic: Downsizing video for transcoding without preserving aspect ratio?

Hi, is there a way to downsize a video for transcoding that does not preserve the original aspect ratio?
(the original files I have are anamorphically stretched)
Thanks.

Re: Downsizing video for transcoding without preserving aspect ratio?

maybe you need to use --ovcopts=aspect= option in Encoder-Advanced tab

Re: Downsizing video for transcoding without preserving aspect ratio?

At the encoder stage yes, I could add scale=1920:816 into lavfi, but I was thinking of reducing the size before interpolation, to save on gpu time...