YY1020
15th July 2003, 16:20
I used AviSynth 2.52 to write my avs file,then used AVSPreview2 to opened and it show me message "DrvOpen err [YV12]"
My avs file below that......
#
# PLUGINS
LoadPlugin("C:\PROGRA~1\GORDIA~1\mpeg2dec3.dll")
#LoadPlugin("C:\Plugin\Decomb.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\VSFilter.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\SimpleResize.dll")
LoadPlugin("C:\Plugin\MSharpen.dll")
LoadPlugin("C:\Plugin\Deen.dll")
#
# SOURCE
avisource("C:\V.avi",pixel_type="YUY2").ConvertToYV12()
#
# CROPPING
#crop(0,0,640,480)
#
#
# SUBTITLES
textsub("C:\V.ass")
#
# RESIZING
#BicubicResize(640,480,0,0.5)
#SimpleResize(640,480)
#
#
#MSharpen
MSharpen(threshold=15,strength=75,mask=false,highq=true,debug=false)
#
# 2D DENOISE
deen("a2d",2,10,12)
#
Can someone tell me how to correct it??
My avs file below that......
#
# PLUGINS
LoadPlugin("C:\PROGRA~1\GORDIA~1\mpeg2dec3.dll")
#LoadPlugin("C:\Plugin\Decomb.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\VSFilter.dll")
#LoadPlugin("C:\PROGRA~1\GORDIA~1\SimpleResize.dll")
LoadPlugin("C:\Plugin\MSharpen.dll")
LoadPlugin("C:\Plugin\Deen.dll")
#
# SOURCE
avisource("C:\V.avi",pixel_type="YUY2").ConvertToYV12()
#
# CROPPING
#crop(0,0,640,480)
#
#
# SUBTITLES
textsub("C:\V.ass")
#
# RESIZING
#BicubicResize(640,480,0,0.5)
#SimpleResize(640,480)
#
#
#MSharpen
MSharpen(threshold=15,strength=75,mask=false,highq=true,debug=false)
#
# 2D DENOISE
deen("a2d",2,10,12)
#
Can someone tell me how to correct it??