08.01.2023, 11:25
Hi,
I have a library with hundreds of clips each with different aspect ratios ( 16:9 and 21:9 )
How could I in the param underneath tell VS to auto add/decide the height based on the inputs aspect ratio?
clip = vs.core.resize.Bicubic(clip, width = 1280, height = 720, format=vs.RGBS, matrix_in_s="709")
Thank you!
I have a library with hundreds of clips each with different aspect ratios ( 16:9 and 21:9 )
How could I in the param underneath tell VS to auto add/decide the height based on the inputs aspect ratio?
clip = vs.core.resize.Bicubic(clip, width = 1280, height = 720, format=vs.RGBS, matrix_in_s="709")
Thank you!