#1  
02-15-2005, 05:07 AM
admin's Avatar
admin admin is offline
Site Staff | Web Development
 
Join Date: Jul 2003
Posts: 4,310
Thanked 654 Times in 457 Posts
The DESPOT filter for AviSynth works miracles!

You can get it here: http://www.avisynth.org/warpenterprises/

Here is a common script I use:
Code:
LoadPlugin("Convolution3d.dll") 
Loadplugin("avisynth_c.dll") 
LoadCPlugin("despot.dll") 
avisource("D:\capture.avi") 
SeparateFields() 
odd=SelectOdd.Convolution3D (0, 6, 10, 6, 8, 2.8, 0) 
evn=SelectEven.Convolution3D (0, 6, 10, 6, 8, 2.8, 0) 
Interleave(evn,odd) 
Weave() 
ConvertToYV12(interlaced=true) 
despot(interlaced=true) 
ConvertToYUY2(interlaced=true)
For TMPGENC, I just need to change this:
Code:
ConvertToRGB(interlaced=true)

- Did this site help you? Then upgrade to Premium Member and show your support!
- Also: Like Us on Facebook for special DVD/Blu-ray news and deals!
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Ads / Sponsors
 
Join Date: ∞
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
VHS tape malfunction, mechanism not rolling tape properly admin Capture, Record, Transfer 0 10-12-2009 10:57 PM
Weird dust on VHS tapes from smoker home mrwhitethc Restore, Filter, Improve Quality 14 07-26-2008 06:24 AM
Frame drop every 100 seconds exactly awow69 Capture, Record, Transfer 3 04-14-2006 08:15 AM
Correct monitor hook up during capturing 777sp2 Capture, Record, Transfer 1 09-28-2005 04:10 PM
The right mac, svhs, tbc, filters, etc. jscottinla Capture, Record, Transfer 2 02-11-2005 06:16 AM

Thread Tools



 
All times are GMT -5. The time now is 08:47 AM