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. |
|
|
Thread Tools | Search this Thread | Display Modes |
27th April 2010, 19:38 | #1 | Link | |
Registered User
Join Date: Apr 2010
Posts: 27
|
The outlines and the colors tremble sometimes. Are there fix for this old anime?
I just recently ripped an old anime's dvd (2002 and 4:3, omg xD) and the outlines and colors tremble sometimes. Sorry for my bad english!
Here the link for video example, without deinterlace, crop, resize, filters and audio, there is only ColorMatrix(hints=true, threads=0): http://www.mediafire.com/?tm0l3lmnmyh For the rainbows I use ChubbyRain2, but for the other problems, how do I fix? UPDATE: With checkmate there aren't more outline tremble. Here the link Video using filters, but there are always color tremble (with edeen less, ma there are always...) damn...: http://www.mediafire.com/?nwzgoj1o1o5 My script: Quote:
Last edited by Cloudstrifeff7; 28th April 2010 at 07:40. |
|
30th April 2010, 06:16 | #6 | Link |
Playing with MKV files...
Join Date: Feb 2007
Posts: 278
|
^ I think the image looks overprocessed now in this post here. A lot of detail has been lost from the clouds, and the the character edges look oversharpened.
__________________
Intel Core i7 920, 6 GB RAM | GeForce GTX670 | Win8.1 | LAV 0.64 / MadVR 0.87.10 | Zoom Player v10 / MPC-HC 1.7.8 |
30th April 2010, 07:21 | #7 | Link |
viterra
Join Date: Feb 2003
Location: St. Peterburg, Russia
Posts: 142
|
msharpen too old. Use a LSFmod. edeen in direct way removes detail. You just set a number of plugins in script, even without tuning!!!
The script looks badly. Please post a unprocessed video (demux video in dgindex). 3-5 sec. Not recoded. Last edited by Vitaliy Gorbatenko; 30th April 2010 at 07:25. |
1st May 2010, 01:37 | #8 | Link |
Registered User
Join Date: Sep 2008
Posts: 365
|
Here is a little attempt from me...
Code:
# run before deinterlace, should take care of dotcrawl and most of the rainbows, the sample is a little smal and already encoded so little to work with. tcomb() # ttempsmooth should help to stabilize the noise, uncomment to last line to compare TTempSmoothF(maxr=3, lthresh=4, cthresh=5, strength=2) # denoise only luma FFT3DFilter(sigma=1.2,bt=3,bw=32,bh=32,ow=16,oh=16,plane=0,ncpu=4) # some sharpening and line thinning aWarpSharp2(depth=6,type=1) LSFmod(strength=125,ss_y=1.5,ss_x=1.5,overshoot=1,undershoot=1) # Antialiasing, remove if to slow. maa() # Throw alot of grain in there to "hide" the luma noise GradFun2DBmod(str=1.2,temp=100) # colors look a little dull Tweak(sat=1.06, bright=-2) # for helping to remove luma noise comment Gradfun and uncomment the following line #histogram(mode="luma") |
Thread Tools | Search this Thread |
Display Modes | |
|
|