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. |
![]() |
#41 | Link | |
Registered User
Join Date: Sep 2014
Posts: 117
|
I mean I don't know how I can get a better result compared to the following results.
Quote:
|
|
![]() |
![]() |
![]() |
#42 | Link | |
Registered User
Join Date: Jan 2018
Posts: 2,044
|
Quote:
![]() Last edited by kedautinh12; 30th September 2023 at 15:55. |
|
![]() |
![]() |
![]() |
#43 | Link | |
Registered User
Join Date: Sep 2014
Posts: 117
|
Does the denoised frame belong to result of
Quote:
Last edited by ingoldie; 30th September 2023 at 16:04. |
|
![]() |
![]() |
![]() |
#48 | Link |
Registered User
Join Date: Sep 2014
Posts: 117
|
Have you tried to open two files via the same AvsPmod and view them sequentially(one by one, not side by side but on top of each other) to see all the difference between "Results without denoising" and denoised results ("SMDegrain Result", "TemporalDegrain2 Result 2")
|
![]() |
![]() |
![]() |
#49 | Link | |
Registered User
Join Date: Jan 2018
Posts: 2,044
|
Quote:
Code:
tfm(cthresh=10) # deinterlaced before upscale lanczos4resize(1024,768) ex_unsharp(0.3,Fc=width()/1.5,safe=true) # Remove some of the dreamy look ex_unsharp(1.0,Fc=width()*2.0,safe=true) # Extra fine sharpness |
|
![]() |
![]() |
![]() |
#50 | Link |
Registered User
Join Date: Jan 2018
Posts: 2,044
|
I think we need to denoise before sharpening so I think this script is better for original1:
Code:
converttoyuv420 tfm(cthresh=10) # deinterlaced before upscale lanczos4resize(1024,768) TemporalDegrain2(postFFT=4, ppSCD1=1, thSCD2=20, fftThreads=2) # denoised ex_unsharp(0.3,Fc=width()/1.5,safe=true) # Remove some of the dreamy look ex_unsharp(1.0,Fc=width()*2.0,safe=true) # Extra fine sharpness Last edited by kedautinh12; 1st October 2023 at 12:22. |
![]() |
![]() |
![]() |
#51 | Link |
Registered User
Join Date: Jan 2018
Posts: 2,044
|
With original2, I think we can use this script for a good result:
Code:
converttoyuv420 tfm(cthresh=10) # deinterlaced before upscale lanczos4resize(1024,768) YAHR3() # dehaloing TemporalDegrain2(postFFT=4, fftThreads=2) # denoised ex_unsharp(0.3,Fc=width()/1.5,safe=true) # Remove some of the dreamy look ex_unsharp(1.0,Fc=width()*2.0,safe=true) # Extra fine sharpness Last edited by kedautinh12; 1st October 2023 at 06:12. |
![]() |
![]() |
![]() |
#52 | Link | |
Registered User
Join Date: Dec 2005
Location: Sweden
Posts: 688
|
Quote:
|
|
![]() |
![]() |
![]() |
#53 | Link | |
Registered User
Join Date: Jan 2018
Posts: 2,044
|
Quote:
![]() Last edited by kedautinh12; 1st October 2023 at 12:35. |
|
![]() |
![]() |
![]() |
#55 | Link |
Registered User
Join Date: Oct 2001
Location: Germany
Posts: 7,156
|
YAHR3: https://pastebin.com/LUErwWR8
iirc. ex_unsharp is a script from Dogway |
![]() |
![]() |
![]() |
#56 | Link |
Registered User
Join Date: Oct 2018
Location: Germany
Posts: 960
|
real.finder YAHRmods
https://raw.githubusercontent.com/re...p/YAHRmod.avsi Dogway's ex_unsharp https://github.com/Dogway/Avisynth-S...enersPack.avsi
__________________
Live and let live |
![]() |
![]() |
![]() |
#57 | Link |
Registered User
Join Date: Oct 2018
Location: Germany
Posts: 960
|
I just don't know where there is a SmootUV 64bit dll. I can only find a SmoothUV2 from Asd-g.
real.finder's Zs_RF_Shared.avsi requires the old SmoothUV version. No idea if the new version is compatible.
__________________
Live and let live |
![]() |
![]() |
![]() |
#58 | Link | |
Registered User
Join Date: Jan 2018
Posts: 2,044
|
Quote:
https://github.com/Asd-g/AviSynth-Sm...ases/tag/2.1.1 |
|
![]() |
![]() |
![]() |
#59 | Link | ||
Registered User
Join Date: Oct 2014
Posts: 34
|
Quote:
Quote:
What editor/encoder and codec did you use for encoding? |
||
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|