digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Avisynth: Excellent script for noisy VHS caps in EP mode? (http://www.digitalfaq.com/archives/avisynth/2251-avisynth-excellent-script.html)

rendalunit 01-20-2003 06:05 PM

Avisynth: Excellent script for noisy VHS caps in EP mode?
 
Code:

LoadPlugin("C:\encoding\mpeg2dec2.dll")
LoadPlugin("C:\encoding\Decomb.dll")
LoadPlugin("C:\encoding\GripFit_preview.dll")
LoadPlugin("C:\encoding\blockbuster.dll")
LoadPlugin("C:\encoding\legalclip.dll")
LoadPlugin("C:\encoding\sampler.dll")
LoadPlugin("C:\encoding\dustv4.dll")
LoadPlugin("C:\encoding\Convolution3D.dll")
AviSource("D:\encoding\CoorsLight.avi")

LegalClip()
FieldDeinterlace()
BicubicResize(512,464,0,0.6,0,5,512,453)
PixieDust()
Convolution3D (0, 32, 128, 16, 64, 10, 0) #preset="vhsBQ" didn't work
BlockBuster(method="noise", variance=2, seed=1)
AddBorders(8,8,8,8)


LegalClip()

#Sampler(length=24)
## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size ##

This combination of filters worked very good for me. Here's a sample CoorsLight.mpg
I recorded a football game to vhs with EP mode- it came out very noisy and had rolling interference lines. I captured at 528x480 with huffy codec. adjusted brightness, cropped, cut out the bad frames :wink: , saved to huffy avi again and encoded to kvcdx3 with the above script.

SansGrip 01-20-2003 06:20 PM

Great-looking sample -- in more ways than one :mrgreen:.

kwag 01-20-2003 06:27 PM

Quote:

Originally Posted by SansGrip
Great-looking sample -- in more ways than one :mrgreen:.

I'll drink the "02" :mrgreen:

Great sample ren :wink:
Great script too!

-kwag


All times are GMT -5. The time now is 10:23 AM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.