This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

NNEDI3 - rfactor settings
#4
Quote:Thank you for looking into this. Just FYI, I tried auto-adjusting height and setting width to 2880 and also no auto-adjust just entering both 2880 and 2160 but rfactor remained at 8.
No surprise, this has nothing to do with auto-adjust
(Which should always be used! If you are not using it you are probably making a mistake or you are trying to avoid adjusting the PAR for some unknown reason.)


=> I uploaded a new dev which has "Filtering->Vapoursynth->Misc->Script->Adjust PAR before resize" as a new option, which when enabled in your case will create something like:
# resizing 720x480 to 720x540 to adjust for PAR before resizing
clip = core.fmtc.resample(clip, w=720, h=540, kernel="spline64", interlaced=False, interlacedd=False) #  before YUV420P8 after YUV420P16
# resizing using NNEDI3CL
# current: 720x540 target: 2880x2160 -> pow: 4
clip = edi_rpow2.nnedi3cl_rpow2(clip, rfactor=4, nsize=2, nns=2) # 2880x2160

Cu Selur

Ps.: I also added a code-block in your initial post and also adjusted the title.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply


Messages In This Thread
NNEDI3 - rfactor settings - by gheppell - 09.02.2026, 19:37
RE: rfactor settings - by Selur - 09.02.2026, 20:08
RE: rfactor settings - by gheppell - 09.02.2026, 20:18
RE: rfactor settings - by Selur - 09.02.2026, 21:51
RE: rfactor settings - by gheppell - 09.02.2026, 21:52
RE: NNEDI3 - rfactor settings - by Selur - 09.02.2026, 22:05
RE: NNEDI3 - rfactor settings - by gheppell - 11.02.2026, 22:30
RE: NNEDI3 - rfactor settings - by Selur - 12.02.2026, 06:03

Forum Jump:


Users browsing this thread: 1 Guest(s)