View Full Version : Avisynth Probs HELP!!
d4g
8th October 2003, 11:28
Hello i have a avi dv file which i use the avisynth script with the file.
now i loaded it in cce and it only show 10 seconds...of it
but if i load the avi file instead it see 2hrs of the film
i have tried everything and i cant seem to get it to see the whole file...
Any suggestions would be apreciated thanx
D4g
bb
9th October 2003, 21:14
Please post you AviSynth script.
bb
d4g
9th October 2003, 22:48
AviSource("D:\Pinnacletemp\disc1.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 had this one first...and i did a test which i imputted the file into virtual dub first it has issues with convolution3d say cant find.... so i deleated the lines then i get an error saying doesnt understand evn
then i deleted all the lines then left just source then it could import the file....
but if i leave it like this then it will have errors in virtual dub but in cce in only import 10secs
d4g
9th October 2003, 22:52
i tried the dll of converlution dvd by loading the plugin first via the sript then it said avisynth doesnt support this version...
then i did the dll of the avisynth version...yv12 and it said a diff error
how do i successfully import everything...coz i am using a vhs pass through a dv camera..for capture what script is suitable for me im a pal user....
and also would i use the same script when im using just dv footage....
bb
9th October 2003, 23:17
Make sure you use the YUV2 version of Convolution3D for AviSynth 2.5x. Put it in your AviSynth plugin directory, or even better: use LoadPlugin to assert you're using the correct Convolution3D dll.
CCE needs YUV2 input. To make sure you're in YUV2 colorspace you may use the "ConvertToYUY2()" command in AviSynth, e.g. at the end of your script.
bb
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.