Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Development
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 18th June 2017, 13:22   #21  |  Link
jpsdr
Registered User
 
Join Date: Oct 2002
Location: France
Posts: 2,316
New version, minor change, see first post.
jpsdr is offline   Reply With Quote
Old 9th August 2017, 21:08   #22  |  Link
jpsdr
Registered User
 
Join Date: Oct 2002
Location: France
Posts: 2,316
New version, see first post.
jpsdr is offline   Reply With Quote
Old 10th August 2017, 18:39   #23  |  Link
jpsdr
Registered User
 
Join Date: Oct 2002
Location: France
Posts: 2,316
New version, minor change, forgot to add AVX path on planarframe of NNEDI3.
jpsdr is offline   Reply With Quote
Old 10th August 2017, 23:55   #24  |  Link
MysteryX
Soul Architect
 
MysteryX's Avatar
 
Join Date: Apr 2014
Posts: 2,559
I guess the main benefit is having the latest version of NNEDI3! It's hard to know what actually changed when the log says "big" and "small" changes.

btw what about fixing the issues corrected by the EDI_RPOW2 script?
MysteryX is offline   Reply With Quote
Old 11th August 2017, 00:23   #25  |  Link
burfadel
Registered User
 
Join Date: Aug 2006
Posts: 2,229
NNEDI3 and the Resize MT are also updated and provided as separate packages. The real benefit of this package is relating to the threadpools when you are using both nnedi3 and the mt resize functions according to the first post.
burfadel is offline   Reply With Quote
Old 11th August 2017, 07:27   #26  |  Link
jpsdr
Registered User
 
Join Date: Oct 2002
Location: France
Posts: 2,316
Quote:
Originally Posted by MysteryX View Post
btw what about fixing the issues corrected by the EDI_RPOW2 script?
And what issues exactly this script is fixing ?
If it's the chroma shift issue of original nnedi3_rpow2, it's been fixed since the 0.9.4.11.
jpsdr is offline   Reply With Quote
Old 12th August 2017, 06:12   #27  |  Link
hello_hello
Registered User
 
Join Date: Mar 2011
Posts: 4,829
So specifying a resizer for the nnedi3_rpow2 cshift parameter hasn't achieved anything for quite a while?
hello_hello is offline   Reply With Quote
Old 12th August 2017, 07:21   #28  |  Link
jpsdr
Registered User
 
Join Date: Oct 2002
Location: France
Posts: 2,316
No, it's just that it wasn't doing enough, it was missing a little something, almost unoticeable in 99% of the cases.
jpsdr is offline   Reply With Quote
Old 27th August 2017, 12:21   #29  |  Link
jpsdr
Registered User
 
Join Date: Oct 2002
Location: France
Posts: 2,316
New version, see first post.
jpsdr is offline   Reply With Quote
Old 30th August 2017, 18:44   #30  |  Link
FranceBB
Broadcast Encoder
 
FranceBB's Avatar
 
Join Date: Nov 2013
Location: Royal Borough of Kensington & Chelsea, UK
Posts: 2,905
It scales perfectly on all my 4 cores 8 threads and works perfectly in XP x86.

Working flawlessly
Code:
Spline64ResizeMT(1280, 720, threads=8, logicalCores=true, MaxPhysCore=true, SetAffinity=true)
Working flawlessly
Code:
nnedi3_rpow2(cshift="Spline64ResizeMT", rfactor=2, fwidth=1920, fheight=1080, nsize=4, nns=4, qual=1, etype=0, pscrn=2, threads=0, csresize=true, mpeg2=true, threads_rs=0, logicalCores_rs=true, MaxPhysCore_rs=true, SetAffinity_rs=false, opt=3)
Working
Code:
Dither_convert_8_to_16()
nnedi3_resize16(target_width=1920, target_height=1080, mixed=true, thr=1.0, elast=1.5, nns=4, qual=2, etype=0, pscrn=4, threads=0, kernel_d="Spline", kernel_u="Spline", taps=6, f_d=1.0, f_u=2.0, sharp=0, lsb_in=true, lsb=true)
DitherPost()
Working flawlessly
Code:
AutoYUY2()

Release_XP SSE4 not working in XP as always (not a big deal).
Release_XP works like a charm.
It would be interesting to have AutoYUY2 working in other colour spaces, something like:
Converttoy8MT() #4:0:0
Converttoyv411MT() #4:1:1
Converttoyv12MT() #4:2:0
ConverttoYUY2MT() #4:2:2 interleaved (Actual AutoYUY2)
ConverttoYV16MT() #4:2:2 planar
ConverttoYV24MT() #4:4:4
ConverttoRGBMT() #RGB
FranceBB is offline   Reply With Quote
Old 31st August 2017, 08:48   #31  |  Link
jpsdr
Registered User
 
Join Date: Oct 2002
Location: France
Posts: 2,316
AutoYUY2 is an old plugin from videoh, i was using an long time ago, and algorithm is realy dedicated to YV12 -> YV16 chroma upsampling. Even if there is a progressive mode, with progressive video, you'll get better results with actual resamplers. Also for the YV16->YV24, i would not be able to make better than actual resamplers.
Honestly, the only interest AutoYUY2 could have is YV12->YV16 on interlaced video, so, i personnaly don't intend to change anything on it.
jpsdr is offline   Reply With Quote
Old 31st August 2017, 22:06   #32  |  Link
FranceBB
Broadcast Encoder
 
FranceBB's Avatar
 
Join Date: Nov 2013
Location: Royal Borough of Kensington & Chelsea, UK
Posts: 2,905
Oh, ok, got it. Thank you for the explanation.
FranceBB is offline   Reply With Quote
Old 1st September 2017, 19:02   #33  |  Link
jpsdr
Registered User
 
Join Date: Oct 2002
Location: France
Posts: 2,316
New version, significant update, see first post.
jpsdr is offline   Reply With Quote
Old 7th September 2017, 19:02   #34  |  Link
jpsdr
Registered User
 
Join Date: Oct 2002
Location: France
Posts: 2,316
New version, fix in Desample.
jpsdr is offline   Reply With Quote
Old 24th November 2017, 13:02   #35  |  Link
jpsdr
Registered User
 
Join Date: Oct 2002
Location: France
Posts: 2,316
New version, add of aWarpSharpMT.
jpsdr is offline   Reply With Quote
Old 25th November 2017, 12:22   #36  |  Link
jpsdr
Registered User
 
Join Date: Oct 2002
Location: France
Posts: 2,316
New version, see first post.
jpsdr is offline   Reply With Quote
Old 2nd December 2017, 18:32   #37  |  Link
jpsdr
Registered User
 
Join Date: Oct 2002
Location: France
Posts: 2,316
New version, see first post.
jpsdr is offline   Reply With Quote
Old 6th December 2017, 21:50   #38  |  Link
jpsdr
Registered User
 
Join Date: Oct 2002
Location: France
Posts: 2,316
New version, see first post.
jpsdr is offline   Reply With Quote
Old 7th December 2017, 21:10   #39  |  Link
jpsdr
Registered User
 
Join Date: Oct 2002
Location: France
Posts: 2,316
New version, see first post.
jpsdr is offline   Reply With Quote
Old 12th December 2017, 12:11   #40  |  Link
jpsdr
Registered User
 
Join Date: Oct 2002
Location: France
Posts: 2,316
New version, see first post.
jpsdr is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 22:03.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.