The edges are blurred because they're antialiased. That's what antialiasing is -- blurring edges to reduce aliasing artifacts:
In addition, the video is from a tape source which has blurred it a bit more and added slight oversharpening halos. You can try a horizontal sharpening (Sharpen(0.3,0.0)) but that will make the halos worse. FastLineDarken() might help.
+ Reply to Thread
Results 31 to 60 of 77
-
-
I was testing FastLineDarken and image was totally green, what could be wrong?
-
You aren't making a DVD rip. Look up the term here: https://www.videohelp.com/glossary?R#Rip . DVD is MPEG2, not mkv/AVC. "DVD" can't be anything else. At DVD standard, a bitrate of 2100 would be 4 hours or more of video. Apparently your priority is file size, not quality. But that's your choice. NTSC DVD is 29.972 fps (25fps for PAL), not 23.976. If what you want to do is burn mkv's to a DVD-R disc, that's another story.
Last edited by sanlyn; 25th Mar 2014 at 06:51.
-
You are using the newer MaskTools v2 or later. FastLineDarken uses earlier MaskTools v1.5.8. Get the older version here: http://avisynth.org/mediawiki/MaskTools . You can have both versions of MaskTools in your plugins folder because each has different function names and the names of the two dll's are different. If you still have a problem with the two versions, there are other ways around it.
Last edited by sanlyn; 25th Mar 2014 at 06:51.
-
-
Everyone looks for a compromise, but there is a point at which one has to take some level of priority over the other. You can't put bitrate at too low a level and then complain about quality. You aren't compromising if you expect to have it both ways.
Last edited by sanlyn; 25th Mar 2014 at 06:51.
-
-
-
Lines and edges in the original are not as clean as those in your version.
Last edited by sanlyn; 25th Mar 2014 at 06:51.
-
-
do you have the dvd's
go back to the beginning and start over
what you have at this point cannot be improved upon
your visual acuity must be much better than mine
because if i were watching this as video i might not even see the the antialaising
at dvd quality antialasing is usually a non issue as its not noticable
it comes into play when reducing resolution
at hi-def i cannot even seen any antialaising -
You can repair very littleof that. In some cases the lines are broken, at other times they ripple and shimmer. That could be from bad tape playback, low bitrate, or any number of things. Possibly it could exist on other sources. If the "other video"you mention doesn't have that problem, why aren't you working with that other video?
You didn't mention the shimmer and flicker in the costume of the figure in the foreground. Those shadow colors are bouncing all over the place. Your version looks slightly better in that respect.
The original was probably telecined or used pulldown, and heaven knows what else. Mishandling inverse telecine can have similar effects, but the problem here is that these effects don't occur in every scene.Last edited by sanlyn; 25th Mar 2014 at 06:52.
-
-
Here it is:
http://uploaded.net/file/gon30dtx
password:dfgLast edited by charlesn73z; 28th Aug 2013 at 13:02.
-
The link says the vido is no longer available. And of cousre we don't need the entire movie, just the part we've been discussing here.
Last edited by sanlyn; 25th Mar 2014 at 06:52.
-
Last edited by sanlyn; 25th Mar 2014 at 06:52.
-
I'm new at it, do not have as much knowledge as you, then show me the right way ...
-
Oops...no, sorry, the resize didn't change the aspect ratio. The resized frame is almost 1:3333:1 (720x544 works out to 1.3235:1). But it's not a good idea. The encoder resizing yet again to 720x480 creates some distortion. I would just leave the borders as they are and leave the 720x480 originalsize. Up to you.
Denoise first, then resize. There's no sense resizing noise and then trying to clean it.
Antialias first, then sharpen. There's no sense sharpening aliased edges and then trying to smooth them.Last edited by sanlyn; 25th Mar 2014 at 06:52.
-
Code:
super = MSuper()backward_vec3 = MAnalyse(super, isb=true, delta=3, overlap=4) backward_vec2 = MAnalyse(super, isb=true, delta=2, overlap=4) backward_vec1 = MAnalyse(super, isb=true, delta=1, overlap=4) forward_vec1 = MAnalyse(super, isb=false, delta=1, overlap=4) forward_vec2 = MAnalyse(super, isb=false, delta=2, overlap=4) forward_vec3 = MAnalyse(super, isb=false, delta=3, overlap=4) MDegrain3(super, backward_vec1, forward_vec1, backward_vec2, forward_vec2, backward_vec3, forward_vec3, thSAD=300, thSADC=400) Lanczos4Resize(720,480) # Lanczos4 (Sharp) antialiasing() LSFmod(defaults="slow") MSharpen(threshold=8, strength=10,mask=false, highq=true) unsharpmask(strength=8,radius=3,threshold=2) GradFun3()
-
Better. But why resize to the same size? Perhaps you forgot the Crop statement -- but if you crop 16 pixels off the width and then stretch the image, it will alter the aspect ratio on display. I'd suggest not cropping at all. A 4:3 video is going to play on 16x9 TV with black pillars anyway. A full screen media player on a PC will have black borders as well. Either way you look at it, a 16:9 display will show 4:3 video with black side borders. The original video is arranged so that a 4:3 image will fit inside the encoded frame without losing any data, and will display properly at 4:3 on playback. On a 4:3 CRT, overscan will hide the borders.
Of you must resize, avoid Lanczos artifacts. Use Spline36Resize.Last edited by sanlyn; 25th Mar 2014 at 06:52.
-
I resized to 720 X 480 because when I did the crop, the resolution was 704 X 480.
Still not sure about this issue crop and resize, I better leave at 720 X 480 or 640 X 480?
What would the correct crop and resize to the original video? -
704x480 is valid for DVD and AVCHD. Many 4:3 commercial issues are formatted that way.
Last edited by sanlyn; 25th Mar 2014 at 06:53.
-
First image: 704x480
Second image: 720X480
Third image: Original
Jagabo, analyzing the original video you got a solution for that problem I told you about?Last edited by charlesn73z; 28th Aug 2013 at 18:01.
-
Two is no good because you're changing the aspect ratio slightly, as sanlyn already told you. Either one or three is fine. Me, if making a DVD I remove the original black and then after the filtering is all done, put it back again. If for something else remove the black and either set a PAR when encoding or resize to some 1.33:1 ratio, one such as 640x480.
-
I will use the third option equal to the DVD, as sanlyn said, will stay with the black edges anyway, as it will be displayed on screen 16X9.
-
I don't see the point in resizing. How many 4:3 videos have you seen on your 16x9 computer or TV that don't have side borders when they display? If you want to crop the borders, leave the basic image unchanged at 704X480; that frame size is valid for DVD/AVCHD, and the unchanged image will display properly at 4:3 without resizing. The source video already has what appears to be edge noise due to playback or other problems; resizing makes those problems look worse.
Last edited by sanlyn; 25th Mar 2014 at 06:53.
Similar Threads
-
ffmpeg vob -> h264 antialiasing
By leandro in forum DVD RippingReplies: 4Last Post: 3rd May 2012, 22:28 -
Haali Media Splitter, LAV Filters, AV Splitter...How do these filters work?
By Moontrash in forum Software PlayingReplies: 3Last Post: 25th Feb 2012, 18:00 -
Need some filters or something
By salatoimikud in forum Video ConversionReplies: 1Last Post: 28th Nov 2011, 13:33 -
why do we use deinterlacing filters?
By deadrats in forum Video ConversionReplies: 12Last Post: 26th Dec 2010, 16:58 -
[Solved] Question about MPlayer filters in FFDShow and Mencoder filters
By BlooderButcher in forum Video ConversionReplies: 4Last Post: 24th Nov 2008, 11:32