You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are certain codecs that support only even resolution, the `evenoutput` parameter will support users to choose whether to make the output an even number
79
+
80
+
Set `evenoutput=1` to make output size as even number, the following command will get 632x632 output.
It will keep the output resolution as the input resolution multiply by the upscaling ratio if set `evenoutput=0` or not set the parameter, will get 633x633 output with 422x422 input.
0 commit comments