News:

--

Main Menu

swsResize limit of 2900x2000

Started by Jay17, November 22, 2017, 01:20:34 PM

Previous topic - Next topic

Jay17

I have some videos with a size of 5400x2700 that I want to resize to 3840x1920 but the swsResize has a limit of 2900x2000.
Would it be possible to change the limit in a new version?

eumagga0x2a

This limitation exists only in the GUI, you could circumvent it by saving the current editing as a project file, then editing the values for width and height at the line in the *.py file which begins with

adm.addVideoFilter("swscale", "width=

Just avoid opening the swsResize filter GUI afterwards.

Jay17