View Single Post
Old 6th November 2003, 00:54   #1  |  Link
appelmoes
Registered User
 
Join Date: Sep 2003
Posts: 11
Convolution3D results in yv12 or yuy2 error

I have a *.avi type-2 from my miniDV.

I have installed the Panasonic DV codec from the links from "bb"

I use this script
Code:
AviSource("c:\example.avi")
SeparateFields()
odd=SelectOdd.Convolution3D(1, 6, 10, 6, 8, 2.8, 0)
evn=SelectEven.Convolution3D(1, 6, 10, 6, 8, 2.8, 0)
Interleave(evn,odd)
Weave()
DoubleWeave.SelectOdd()
I use AviSynth v2.52 and use

convolution3d.dll for AviSynth 2.5 I put this in de plugins dir and when I try to open the script in MediaPlayer I get this error:
Quote:
convolution3d supports YUY12 color formats only
So, I try somethin else. I use convolution3dyv12 for AviSynth 2.5
I put this is de plugins dir and when I try to open the script in MediaPlayer I get this error:
Quote:
convolution3d supports YV12 color formats only
when I put both dll files in the plugin-dir I get this error
Quote:
convolution3d supports YV12 color formats only
What can be the problem? When I use DirectShowSource everythings is fine!
appelmoes is offline   Reply With Quote