St Devious
28th February 2008, 02:41
I want to encode audio of a video file i captured from my DV camera , the file has .avi extension .
Here's my avisynth script :
AviSource("D:\ENCODING\HarjitSideMaiea-08272005Evening.avi")
Load_Stdcall_Plugin("C:\Program Files\megui\tools\yadif\yadif.dll")
ConvertToYV12()
Yadif(mode=3,order=0)
#crop
#resize
Undot() # Minimal Noise
Deen()
Here's my avisynth script :
AviSource("D:\ENCODING\HarjitSideMaiea-08272005Evening.avi")
Load_Stdcall_Plugin("C:\Program Files\megui\tools\yadif\yadif.dll")
ConvertToYV12()
Yadif(mode=3,order=0)
#crop
#resize
Undot() # Minimal Noise
Deen()