[Attachment 58502 - Click to enlarge]
does anyone know how?
+ Reply to Thread
Results 1 to 8 of 8
-
Discard half the scan lines; ie. make it "interlaced" , and deinterlace it with a simple algorithm such as "bob" .
-
See my footage was 60i and I converted it to 60p using handbrake and bob but this still did not give me noticeable Aliasing to my footage, especially if my camera was not fully in focus, my main question is if there is some kind of filter I can add or any way I can control how much aliasing is in my footage. Also when I upload it to youtube it compresses my footage and makes the aliasing even less noticable
-
Downscale and repeat. Downscale to SD, interlace/deinterlace/ and apply oversharpenen to generate halos
When you upscale with a simple/poor algorithm, it will have severe jaggies -
-
Something like this in AviSynth:
Code:# load source, then SeparateFields() SelectEven() Spline36Resize(720, 576) Sharpen(0.0, 1.0)
[Attachment 58527 - Click to enlarge]
If your source is very blurry you may need something more extreme. Using an unsharpmask filter:
blurry source : after unsharpmask
[Attachment 58528 - Click to enlarge]Last edited by jagabo; 21st Apr 2021 at 09:45.
-
Similar Threads
-
Aliasing when capturing VHS
By tugatomsk in forum Capturing and VCRReplies: 33Last Post: 14th Dec 2020, 16:42 -
Need help with Anti-Aliasing in Potplayer
By ceo54 in forum Software PlayingReplies: 1Last Post: 23rd Aug 2019, 12:50 -
Aliasing on mpeg file
By akkers in forum Video ConversionReplies: 1Last Post: 3rd Jul 2018, 10:53 -
Need help with bad aliasing
By MysticFTW in forum Video ConversionReplies: 13Last Post: 9th Apr 2018, 00:14 -
Remove adaptive deinterlace jaggies?
By lordsmurf in forum RestorationReplies: 6Last Post: 14th Feb 2018, 12:59