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 Usage

Reply
 
Thread Tools Search this Thread Display Modes
Old 28th July 2023, 00:55   #21  |  Link
anton_foy
Registered User
 
Join Date: Dec 2005
Location: Sweden
Posts: 688
Quote:
Originally Posted by ingoldie View Post
This script belongs to you, so you know best how to use it.
Can you edit all parameters in Clay for the results?
Sure go ahead and tweak all you want.
anton_foy is offline   Reply With Quote
Old 28th July 2023, 16:48   #22  |  Link
EHarlen
Registered User
 
Join Date: Oct 2014
Posts: 34
Quote:
Originally Posted by EHarlen View Post
Yes it really looks natural. But what about the noise all over the video.
It would be perfect if the noise is removed.
Also results are weak in terms of upscaling.
EHarlen is offline   Reply With Quote
Old 30th July 2023, 13:16   #23  |  Link
ingoldie
Registered User
 
Join Date: Sep 2014
Posts: 117
Quote:
Originally Posted by EHarlen View Post
Yes it really looks natural. But what about the noise all over the video.
It would be perfect if the noise is removed.
Quote:
Originally Posted by ingoldie View Post
You're right.
Quote:
Originally Posted by EHarlen View Post
Also results are weak in terms of upscaling.
You're right again.
ingoldie is offline   Reply With Quote
Old 21st September 2023, 13:47   #24  |  Link
ingoldie
Registered User
 
Join Date: Sep 2014
Posts: 117
I tried many AviSynth denoisers but can't get a result without loss of detail.
Can I see your effort please?

Result(1024x768)
https://www.mediafire.com/file/o8py8...ult20.avi/file

Result2(1024x768)
https://www.mediafire.com/file/kj713...ult21.avi/file
ingoldie is offline   Reply With Quote
Old 23rd September 2023, 03:05   #25  |  Link
kedautinh12
Registered User
 
Join Date: Jan 2018
Posts: 2,081
Quote:
Originally Posted by ingoldie View Post
I tried many AviSynth denoisers but can't get a result without loss of detail.
Can I see your effort please?

Result(1024x768)
https://www.mediafire.com/file/o8py8...ult20.avi/file

Result2(1024x768)
https://www.mediafire.com/file/kj713...ult21.avi/file
try
Code:
SMDegrain(6, 400, prefilter=6, ContraSharp=true, RefineMotion=true, plane=4, limits=false, DCTFlicker=false)
or
Code:
TemporalDegrain2(postFFT=4, fftThreads=2)
kedautinh12 is offline   Reply With Quote
Old 24th September 2023, 15:31   #26  |  Link
ingoldie
Registered User
 
Join Date: Sep 2014
Posts: 117
By the way, the results without denoise filter I use

Result without denoising
https://www.mediafire.com/file/voxhx...ising.avi/file

Result without denoising 2
https://www.mediafire.com/file/dda1u...ing_2.avi/file
ingoldie is offline   Reply With Quote
Old 25th September 2023, 14:25   #27  |  Link
ingoldie
Registered User
 
Join Date: Sep 2014
Posts: 117
What do you think about denoising effort of the results?

Quote:
Originally Posted by ingoldie View Post

Quote:
Originally Posted by ingoldie View Post
ingoldie is offline   Reply With Quote
Old 26th September 2023, 14:00   #28  |  Link
EHarlen
Registered User
 
Join Date: Oct 2014
Posts: 34
What about the results of

Quote:
Originally Posted by kedautinh12 View Post
Code:
SMDegrain(6, 400, prefilter=6, ContraSharp=true, RefineMotion=true, plane=4, limits=false, DCTFlicker=false)
and

Quote:
Originally Posted by kedautinh12 View Post
Code:
TemporalDegrain2(postFFT=4, fftThreads=2)

Last edited by EHarlen; 26th September 2023 at 14:06.
EHarlen is offline   Reply With Quote
Old 26th September 2023, 15:55   #29  |  Link
kedautinh12
Registered User
 
Join Date: Jan 2018
Posts: 2,081
With
Code:
SMDegrain(6, 400, prefilter=6, ContraSharp=true, RefineMotion=true, plane=4, limits=false, DCTFlicker=false)
clip: https://drive.google.com/file/d/1IGg...usp=drive_link
clip2: https://drive.google.com/file/d/1f6s...usp=drive_link

With
Code:
TemporalDegrain2(postFFT=4, fftThreads=2)
clip: https://drive.google.com/file/d/1q8F...usp=drive_link
clip2: https://drive.google.com/file/d/1_BD...usp=drive_link
kedautinh12 is offline   Reply With Quote
Old 26th September 2023, 15:58   #30  |  Link
kedautinh12
Registered User
 
Join Date: Jan 2018
Posts: 2,081
I wonder why both of you don't try and test. I'm lazy and just suggestions. You need to try before ask someone result
kedautinh12 is offline   Reply With Quote
Old 29th September 2023, 14:38   #31  |  Link
ingoldie
Registered User
 
Join Date: Sep 2014
Posts: 117
Quote:
Originally Posted by kedautinh12 View Post
With
Code:
SMDegrain(6, 400, prefilter=6, ContraSharp=true, RefineMotion=true, plane=4, limits=false, DCTFlicker=false)
clip: https://drive.google.com/file/d/1IGg...usp=drive_link
clip2: https://drive.google.com/file/d/1f6s...usp=drive_link

With
Code:
TemporalDegrain2(postFFT=4, fftThreads=2)
clip: https://drive.google.com/file/d/1q8F...usp=drive_link
clip2: https://drive.google.com/file/d/1_BD...usp=drive_link
Both are very bad. Detail loss, multiple deformities, etc.
ingoldie is offline   Reply With Quote
Old 29th September 2023, 15:52   #32  |  Link
kedautinh12
Registered User
 
Join Date: Jan 2018
Posts: 2,081
Quote:
Originally Posted by ingoldie View Post
Both are very bad. Detail loss, multiple deformities, etc.
Can you screenshot where detail lost between original and denoised video? And deformities relate interlaced not noised. Denoised script can't fix interlaced, you need use Deinterlaced script to fix that

Last edited by kedautinh12; 29th September 2023 at 15:57.
kedautinh12 is offline   Reply With Quote
Old 30th September 2023, 12:42   #33  |  Link
ingoldie
Registered User
 
Join Date: Sep 2014
Posts: 117
Open two files via the same AvsPmod and view them sequentially to see all the difference between "Results without denoising" and denoised results ("SMDegrain Result", "TemporalDegrain2 Result 2")


SMDegrain Result



TemporalDegrain2 Result 2




There is also a general loss of detail.

Last edited by ingoldie; 30th September 2023 at 12:50.
ingoldie is offline   Reply With Quote
Old 30th September 2023, 12:50   #34  |  Link
kedautinh12
Registered User
 
Join Date: Jan 2018
Posts: 2,081
Can you compared with original video???
kedautinh12 is offline   Reply With Quote
Old 30th September 2023, 13:23   #35  |  Link
ingoldie
Registered User
 
Join Date: Sep 2014
Posts: 117
Here is the Original upscaled(lanczos4resize(1024,768)) to compare with SMDegrain Result

Original (1024,768)
https://www.mediafire.com/file/dvv6k...%2529.avi/file

SMDegrain Result
https://drive.google.com/file/d/1IGg...RIDiIQGXR/view

As I told open two files via the same AvsPmod and view them sequentially to see all the difference.
ingoldie is offline   Reply With Quote
Old 30th September 2023, 13:36   #36  |  Link
kedautinh12
Registered User
 
Join Date: Jan 2018
Posts: 2,081
Quote:
Originally Posted by ingoldie View Post
By the way, the results without denoise filter I use

Result without denoising
https://www.mediafire.com/file/voxhx...ising.avi/file

Result without denoising 2
https://www.mediafire.com/file/dda1u...ing_2.avi/file
Compare here, this is sample you share me not sample above
kedautinh12 is offline   Reply With Quote
Old 30th September 2023, 13:51   #37  |  Link
kedautinh12
Registered User
 
Join Date: Jan 2018
Posts: 2,081
And can you share me sample before upscale?? I think you need Deinterlaced before upscale to get progressive frame
kedautinh12 is offline   Reply With Quote
Old 30th September 2023, 13:56   #38  |  Link
ingoldie
Registered User
 
Join Date: Sep 2014
Posts: 117
Do you mean the following files in the first post?

Quote:
Originally Posted by ingoldie View Post
ingoldie is offline   Reply With Quote
Old 30th September 2023, 13:56   #39  |  Link
ingoldie
Registered User
 
Join Date: Sep 2014
Posts: 117
By the way, when I play the following video, deformities occur in the places I marked.

SMDegrain Result
https://drive.google.com/file/d/1IGg...RIDiIQGXR/view

Quote:
Originally Posted by ingoldie View Post

SMDegrain Result

ingoldie is offline   Reply With Quote
Old 30th September 2023, 14:24   #40  |  Link
ingoldie
Registered User
 
Join Date: Sep 2014
Posts: 117
When I upscale(lanczos4resize(1024,768)) or zoom 200% the following Original(512x384) files in the second AvsPmod and compare them with the Results without denoising, I can't see any problem except noises.

Quote:
Originally Posted by ingoldie View Post

Quote:
Originally Posted by ingoldie View Post
By the way, the results without denoise filter I use

Result without denoising
https://www.mediafire.com/file/voxhx...ising.avi/file

Result without denoising 2
https://www.mediafire.com/file/dda1u...ing_2.avi/file

If you pay attention, the results look very natural and I don't know how I can remove the noises without loosing this naturalness.

Last edited by ingoldie; 30th September 2023 at 14:41.
ingoldie is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 10:27.


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