i followed the import filter guide to get my dvd eps directly in adobe and it seems to work ok
loadplugin("C:\windows\system32\mpeg2dec.dll")
loadplugin("C:\windows\system32\decomb.dll")
mpeg2source("D:\opening.d2v")
#crop(1,10,692,470)
Telecide()
Decimate(5)
#bicubicresize(512,384,0,0.75)
but you can't crop or resize before so i do it in an export avs file to then encode in virualdub
loadplugin("avisynthex.dll")
IPCSource("Untitled.avi")
crop(1,10,692,470)
bicubicresize(512,384,0,0.75)
and then , when i open this avs file in virtualdub, i get a sort of "ipc source not detected , is frame server up ?" error
but untitled.avi is in the same rep as this avs export file
anyone had that kind of problem or knows what to do ?

