VideoHelp Forum




+ Reply to Thread
Results 1 to 5 of 5
  1. Member
    Join Date
    Jan 2002
    Location
    Manchester,uk
    Search Comp PM
    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)
    Quote Quote  
  2. 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.
    Quote Quote  
  3. Member
    Join Date
    Feb 2001
    Location
    Berlin, Germany
    Search Comp PM
    The clip is an error message. BicubicResize does not work in YV12 color space. Convert to yuy2 instead.
    Quote Quote  
  4. Member
    Join Date
    Jan 2002
    Location
    Manchester,uk
    Search Comp PM
    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)
    Quote Quote  
  5. 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).
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!