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.

Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage

Reply
 
Thread Tools Search this Thread Display Modes
Old 6th June 2012, 16:32   #21  |  Link
Mounir
Registered User
 
Join Date: Nov 2006
Posts: 780
The following code work great for anime (chroma bleeding), change the depth according to your needs
chromavid = awarpsharp2(depth=28, chroma=4) # chroma 4 makes the diff for animes
mergechroma(chromavid,1.0)


and i agree with chainmax seems accessive for your source me believe

Last edited by Mounir; 6th June 2012 at 16:40.
Mounir is offline   Reply With Quote
Old 9th June 2012, 21:13   #22  |  Link
FlaShow
Registered User
 
Join Date: Aug 2010
Posts: 47
Thanks guys the best result i get is using the code provided. I know there is repeats of aWarpSharp and FastLineDarken but the result too good .
I have one question to ask. there some noise on the video can remove on reduce it or not & the video brightness too high in some point can i reduce it a little without damage video in other point...?!

Result video:
http://www.mediafire.com/?oofsf8sr7248pfa

Regards,
FlaShow
FlaShow is offline   Reply With Quote
Old 10th June 2012, 00:58   #23  |  Link
Chainmax
Huh?
 
Chainmax's Avatar
 
Join Date: Sep 2003
Location: Uruguay
Posts: 3,103
The before shots do not show that much noise, and the insanely excessive denoising you are already doing (dfttest and deen are denoisers, and both dehalo_alpha and deblock can wipe out small details and do away with some noise) should have removed everything already. Supersampling by 2x using Spline36Resize is also a terrible way to do it: depending on what you need, EEDI2 or NNEDI3 are much better alternatives. As for varying brightness levels, think about it: do you really want us to recommend something without having any idea what the problem looks like?

The best thing you can do right now is provide us with an unprocessed source sample so we can have a go at it. Until then, we can scarcely help you any more than we have, which has been little, since you dismissed everything so far, mind you.
__________________
Read Decomb's readmes and tutorials, the IVTC tutorial and the capture guide in order to learn about combing and how to deal with it.
Chainmax is offline   Reply With Quote
Old 10th June 2012, 09:34   #24  |  Link
mikeytown2
Resize Abuser
 
mikeytown2's Avatar
 
Join Date: Apr 2005
Location: Seattle, WA
Posts: 623
Try the script (1st post) from this old thread. It's the benchmark IMHO.
http://forum.doom9.org/showthread.php?t=134078
mikeytown2 is offline   Reply With Quote
Old 10th June 2012, 09:45   #25  |  Link
FlaShow
Registered User
 
Join Date: Aug 2010
Posts: 47
Thanks Chainmax. This is the original video
http://www.mediafire.com/?ezyb759u1fmsbx3
FlaShow is offline   Reply With Quote
Old 11th June 2012, 03:07   #26  |  Link
Chainmax
Huh?
 
Chainmax's Avatar
 
Join Date: Sep 2003
Location: Uruguay
Posts: 3,103
I got in a quick first try, but mediafire seems to need subscription to upload stuff now. Any idea of an alternative?
__________________
Read Decomb's readmes and tutorials, the IVTC tutorial and the capture guide in order to learn about combing and how to deal with it.
Chainmax is offline   Reply With Quote
Old 11th June 2012, 04:45   #27  |  Link
LemMotlow
Registered User
 
Join Date: Jul 2011
Location: Tennessee, USA
Posts: 266
d l t d

Last edited by LemMotlow; 1st March 2013 at 11:02.
LemMotlow is offline   Reply With Quote
Old 11th June 2012, 06:11   #28  |  Link
Bloax
The speed of stupid
 
Bloax's Avatar
 
Join Date: Sep 2011
Posts: 317
Quote:
Originally Posted by Chainmax View Post
I got in a quick first try, but mediafire seems to need subscription to upload stuff now. Any idea of an alternative?
That's weird, unless you mean that you have to register.

If that's the case, you might want to try GuerillaMail. (Haha)
At least then you won't be bothered by those pesky emails stuffing your actual inbox. (Because your "new" email is suddenly gone after an hour. Oopsie.)
Bloax is offline   Reply With Quote
Old 11th June 2012, 08:09   #29  |  Link
Ghitulescu
Registered User
 
Ghitulescu's Avatar
 
Join Date: Mar 2009
Location: Germany
Posts: 5,773
Quote:
Originally Posted by Chainmax View Post
I got in a quick first try, but mediafire seems to need subscription to upload stuff now. Any idea of an alternative?
More and more file transfer portals transform themselves, at the pressure of content industry, in cloud type services. That means you can download only what you uploaded (for how long, well, we'll see). 99.99% of the current files are under someone elses' copyright, anyway .
__________________
Born in the USB (not USA)
Ghitulescu is offline   Reply With Quote
Old 11th June 2012, 13:05   #30  |  Link
FlaShow
Registered User
 
Join Date: Aug 2010
Posts: 47
Quote:
Originally Posted by LemMotlow View Post
What's going on in the upper right corner?
I used Logoaway to hide channel logo

Alternative link:
http://www.filefactory.com/file/5ykg...erendipity.avi
FlaShow is offline   Reply With Quote
Old 11th June 2012, 15:26   #31  |  Link
Chainmax
Huh?
 
Chainmax's Avatar
 
Join Date: Sep 2003
Location: Uruguay
Posts: 3,103
I refuse to create an account for a service I only use very sporadically.

FlaShow: thanks for the suggestion, here's my try: http://www.filefactory.com/file/1dcu...zp/n/mytry_mp4
As you can see, I did nothing regarding the spots, black squiggles and horizontal white streaks, as I have extremely limited experience with that. You will have to do some reading abot DeSpot and VHS tracking-like artifact removal.
As for the logo removal was a quite bad job, and in my opinion distracted far more from the watching process than leaving the logo in would have done. Do consider leaving the logo in.
__________________
Read Decomb's readmes and tutorials, the IVTC tutorial and the capture guide in order to learn about combing and how to deal with it.
Chainmax is offline   Reply With Quote
Old 11th June 2012, 16:27   #32  |  Link
FlaShow
Registered User
 
Join Date: Aug 2010
Posts: 47
This is really a good job. If it possible can you provide the script for me. please ?!
For logo can i get better result if i use avisynth filter instead of using ViertualDub filters ?!

I will read about DeSpot & VHS tracking artifact removal for sure...

Best Regards,
FlaShow

Last edited by FlaShow; 11th June 2012 at 18:36.
FlaShow is offline   Reply With Quote
Old 11th June 2012, 23:16   #33  |  Link
manono
Moderator
 
Join Date: Oct 2001
Location: Hawaii
Posts: 7,406
Quote:
Originally Posted by FlaShow View Post
Thanks Chainmax. This is the original video
http://www.mediafire.com/?ezyb759u1fmsbx3
Quote:
Originally Posted by FlaShow View Post
I used Logoaway to hide channel logo
Then it's not the original video, is it?
manono is offline   Reply With Quote
Old 12th June 2012, 04:12   #34  |  Link
Chainmax
Huh?
 
Chainmax's Avatar
 
Join Date: Sep 2003
Location: Uruguay
Posts: 3,103
Here's the script I used:

Code:
LoadPlugin("X:\wherever\ffms2.dll")

LoadPlugin("X:\wherever\mt_masktools-26.dll")
LoadPlugin("X:\wherever\RepairSSE2.dll")
Import("X:\wherever\DeHalo_Alpha_MT2.avs")

LoadPlugin("X:\wherever\aWarpSharp.dll")
LoadPlugin("X:\wherever\RemoveGrainSSE2.dll")
LoadPlugin("X:\wherever\Deen.dll")
Import("X:\wherever\EdgeCleaner v1.03.avs")

LoadPlugin("X:\wherever\DGDecode.dll")
LoadPlugin("X:\wherever\DCTFilter.dll")
Import("X:\wherever\DeBlock_QED_MT2.avs")

LoadPlugin("X:\wherever\dfttest.dll")
LoadPlugin("X:\wherever\FFT3DFilter.dll")
LoadPlugin("X:\wherever\mvtools2.dll")

Import("X:\wherever\LimitedSharpenFaster.avs")
Import("X:\wherever\Soothe_MT2.avs")

LoadPlugin("X:\wherever\gradfun2db.dll")
Import("X:\wherever\GradFunkMirror.avs")





FFVideoSource("D:\oSerendipity.avi")

Crop(4,2,782,574,align=true)
Spline36Resize(768,576)

DeHalo_Alpha()
EdgeCleaner()

DeBlock_QED()

RemoveGrain(mode=5)

source=last
preNR=source.dfttest(sigma=1.25,tbsize=3).FFT3DFilter(sigma=6,plane=3,bw=32,bh=32,bt=3,ow=16,oh=16)
preNR_super=preNR.MSuper(pel=2, sharp=1)
source_super=source.MSuper(pel=2, sharp=1)
backward_vec3 = MAnalyse(preNR_super,isb = true, delta = 3, overlap=4)
backward_vec2 = MAnalyse(preNR_super,isb = true, delta = 2, overlap=4)
backward_vec1 = MAnalyse(preNR_super,isb = true, delta = 1, overlap=4)
forward_vec1 = MAnalyse(preNR_super,isb = false, delta = 1, overlap=4)
forward_vec2 = MAnalyse(preNR_super,isb = false, delta = 2, overlap=4)
forward_vec3 = MAnalyse(preNR_super,isb = false, delta = 3, overlap=4)
source.MDegrain3(source_super,backward_vec1,forward_vec1,backward_vec2,forward_vec2,backward_vec3,forward_vec3,thSAD=350)

RemoveGrain(mode=5)

aWarpSharp2(depth=16,chroma=4)

dull=last
sharp=last.LimitedSharpenFaster(SMode=4,Strength=150)
Soothe(sharp,dull,25)

Tweak(sat=1.1)

GradFunkMirror(1.51)
I could not pick up the video with AVISource, so I loaded it with the ffms2 plugin. If you go that route, you have to separate the audio, load it with FFAudioSource right after the FFVideoSource line, the AudioDub them together before doing the rest of the filtering. You can find the latest versions of each filter and function in the Avisynth Wiki.
__________________
Read Decomb's readmes and tutorials, the IVTC tutorial and the capture guide in order to learn about combing and how to deal with it.
Chainmax is offline   Reply With Quote
Old 12th June 2012, 06:39   #35  |  Link
FlaShow
Registered User
 
Join Date: Aug 2010
Posts: 47
Quote:
Originally Posted by manono View Post
Then it's not the original video, is it?
No.

Thanks Chainmax for your great work...
FlaShow is offline   Reply With Quote
Old 12th June 2012, 21:52   #36  |  Link
LemMotlow
Registered User
 
Join Date: Jul 2011
Location: Tennessee, USA
Posts: 266
d l t d

Last edited by LemMotlow; 1st March 2013 at 11:03.
LemMotlow 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 11:25.


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