I have an HK DVD that looks like it was recorded from VHS then transferred onto a DVD. I want to rip it and fix up blocks and junk on it. So I was wondering what kind of filters I should use on Virtualdub to make it look better. I plan on either encoding it to divx 5 or divx low-motion. Any help would be great. Thanks =)
+ Reply to Thread
Results 1 to 2 of 2
-
-
You will only be able to do so much with degradation already in your working original. However, if you are acquainted with AviSynth, this site recommends this guide:
If you have a very old and noisy source, you may try to clean it with some denoise
filters. The SpatialSoften plugin work quite well. Try different filters and values.
Code:
LoadPlugin("MPEG2DEC.dll")
LoadPlugin("AVISynth_Spatial.dll")
Avisource("I:capcap.avi")
Crop(4,0,632,464)
SpatialSoftenMMX(2,4,6,false,false,4,4,6,8)
TemporalSmoother(3,3)
SpatialSoftenMMX(2,4,6,false,false,4,4,6,8)
BicubicResize(480,480)Hello.
Similar Threads
-
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 -
[Solved] Question about MPlayer filters in FFDShow and Mencoder filters
By BlooderButcher in forum Video ConversionReplies: 4Last Post: 24th Nov 2008, 11:32 -
virtualdub filters
By demonwarrior in forum EditingReplies: 5Last Post: 9th Jun 2007, 05:27