Hi Stan thanks for your ongoing work, now I am confused, in VideoFred script there is an option to change the final output frame size.
For example:- W=1920 H=1080
This does actually change the output frame size, the script comes with the default set to 720x576, but this can be changed.
Internally I do not know whether the script works on the original input frame size or whether it scales to 720x576 first before any processing.
One would assume that this function allows for up scaling and down scaling.
Have included an example of output frame sizes below (1256x924 was the original input size).
Regards - Bruce
For example:- W=1920 H=1080
This does actually change the output frame size, the script comes with the default set to 720x576, but this can be changed.
Internally I do not know whether the script works on the original input frame size or whether it scales to 720x576 first before any processing.
One would assume that this function allows for up scaling and down scaling.
Have included an example of output frame sizes below (1256x924 was the original input size).
Regards - Bruce
Comment