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 |
|
|
#21 | Link |
|
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. |
|
|
|
|
|
#22 | Link |
|
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 |
|
|
|
|
|
#23 | Link |
|
Huh?
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. |
|
|
|
|
|
#24 | Link |
|
Resize Abuser
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
__________________
Mine: KenBurnsEffect/ZoomBox CutFrames Helped: DissolveAGG ColorBalance LQ Animation Fixer |
|
|
|
|
|
#25 | Link |
|
Registered User
Join Date: Aug 2010
Posts: 47
|
Thanks Chainmax. This is the original video
http://www.mediafire.com/?ezyb759u1fmsbx3 |
|
|
|
|
|
#26 | Link |
|
Huh?
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. |
|
|
|
|
|
#28 | Link | |
|
The speed of stupid
Join Date: Sep 2011
Posts: 317
|
Quote:
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.) |
|
|
|
|
|
|
#29 | Link | |
|
Registered User
Join Date: Mar 2009
Location: Germany
Posts: 5,773
|
Quote:
.
__________________
Born in the USB (not USA) |
|
|
|
|
|
|
#30 | Link |
|
Registered User
Join Date: Aug 2010
Posts: 47
|
I used Logoaway to hide channel logo
![]() Alternative link: http://www.filefactory.com/file/5ykg...erendipity.avi |
|
|
|
|
|
#31 | Link |
|
Huh?
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. |
|
|
|
|
|
#32 | Link |
|
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. |
|
|
|
|
|
#33 | Link | |
|
Moderator
![]() Join Date: Oct 2001
Location: Hawaii
Posts: 7,406
|
Quote:
|
|
|
|
|
|
|
#34 | Link |
|
Huh?
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)
__________________
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. |
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|