i'm new to avisynth & i'm trying to use avisynth and the Convolution3d filter when i load it into cce 2.5 i get an error saying framesize 728x56 not supported even thougth i've not put that size in, i'm sure i'm overlooking something simple i've no problems doing a basic resize.
LoadPlugin("F:\Documents and Settings\Administrator\Desktop\MPEG2Dec3 v0.94\MPEG2Dec3.dll")
LoadPlugin("F:\Program Files\AviSynth2\plugins\Convolution3DYV12.dll")
ConvertToyv12()
AviSource("F:\Documents and Settings\Administrator\Desktop\Wing Commander - DvdRip-DivX.avi")
BicubicResize(448,542,0,0.6,0,4,640,472)
AddBorders(16,17,16,17)
+ Reply to Thread
Results 1 to 5 of 5
-
-
I'm not very good at AviSynth either, but try to open your script in an old version of Windows Media Player (type "mplayer2" in your Run box, should be installed on most systems) and look at AviSynth's output.
There are only 10 types of people in the world:
Those who understand binary
and those who don't. -
The clip is an error message. BicubicResize does not work in YV12 color space. Convert to yuy2 instead.
-
ah k, i made some changes now it plays the sound but i only get a green screen not video?
LoadPlugin("F:\Program Files\AviSynth2\plugins\MPEG2Dec3.dll")
LoadPlugin("F:\Program Files\AviSynth2\plugins\Convolution3DYV12.dll")
AviSource("F:\Documents and Settings\Administrator\Desktop\Wing Commander - DvdRip-DivX.avi")
BilinearResize(480,576,120,0,400,480)
ConvertToYv12()
Convolution3D(0,32,128,32,128,10,0)
ResampleAudio(44100) -
1) Bicubicresize does work in YV12.
2) You need to have a YV12 decompressor installed (like Divx5 or one of the latest binaries of Koepi).
Similar Threads
-
Bizzare problem capturing - NEWBIE
By Aarell in forum Newbie / General discussionsReplies: 2Last Post: 17th Jan 2012, 10:38 -
Newbie with a PVR/Hard Drive Problem
By gassito in forum DVD RippingReplies: 5Last Post: 10th Dec 2008, 07:41 -
Newbie with a PVR/Hard Drive Problem
By gassito in forum DVD & Blu-ray RecordersReplies: 1Last Post: 18th Nov 2008, 01:05 -
Newbie MVI File Problem
By pbmc59 in forum Software PlayingReplies: 4Last Post: 3rd Sep 2007, 08:08 -
Newbie question: Problem with synchronization
By ffabioo in forum SubtitleReplies: 2Last Post: 15th Jul 2007, 17:40