killingspree
13th February 2003, 16:20
i've just tried to do another compressability check using jonnys manual method. but when i try to start the encode, i get the fellowing error:
Cannot start video compression:
The source image format is not acceptable
error code -2
the video comes from an avisynth 2.5 file and is in YV12 format. i'm using mpeg2dec3 and just do crop and resize, no other filters.
here's my script:
LoadPlugin("C:\PROGRAmme\avisynth 2.5\plugins\mpeg2dec3.dll")
loadplugin("C:\Programme\avisynth 2.5\plugins\bicublinresize.dll")
mpeg2source("reservoirdogs.d2v")
crop(10,72,702,432)
BicubicResize(608,256,0.333,0.333)
SelectRangeEvery(280,14)
the crop and resize values are taken from gknot
now the script runs just fine in bsplayer and mplayer.
oh yea... i'm using divx 5.03 and vdubmod 1.4.13
i've tried using another resolution, but it gives me the exact same error...
regards
steVe
PS: i hope this is the right forum. i could also post this in the avisynth or the divx5 forum, but since vdubmod is giving me the error, i decided to post it here!
Cannot start video compression:
The source image format is not acceptable
error code -2
the video comes from an avisynth 2.5 file and is in YV12 format. i'm using mpeg2dec3 and just do crop and resize, no other filters.
here's my script:
LoadPlugin("C:\PROGRAmme\avisynth 2.5\plugins\mpeg2dec3.dll")
loadplugin("C:\Programme\avisynth 2.5\plugins\bicublinresize.dll")
mpeg2source("reservoirdogs.d2v")
crop(10,72,702,432)
BicubicResize(608,256,0.333,0.333)
SelectRangeEvery(280,14)
the crop and resize values are taken from gknot
now the script runs just fine in bsplayer and mplayer.
oh yea... i'm using divx 5.03 and vdubmod 1.4.13
i've tried using another resolution, but it gives me the exact same error...
regards
steVe
PS: i hope this is the right forum. i could also post this in the avisynth or the divx5 forum, but since vdubmod is giving me the error, i decided to post it here!