after many many many many tests, the only template that is working is the 352 x 240...everything is working fine with that one...
i am still asking why the other template are not working (352x480 & 528x480)...with the 352x480 tmpgenc works ok but i am unable to mux an mgpeg-1 with bbmpeg (unable to write to output file)...
and with the 528x480, it is tmpgenc that gives the message...illegal floating point...
i am using the same avs script for all of them...so why is it working only with 352 x 240???
my script is...
LoadPlugin("C:\Program Files\NimoCodec Pack\Mpeg2dec\Mpeg2dec.dll")
LoadPlugin("C:\Documents and Settings\MichelD\Mes documents\Programmes\LegalClip-0.2\LegalClip.dll")
LoadPlugin("C:\Documents and Settings\MichelD\Mes documents\Programmes\Blockbuster-0.7\Blockbuster.dll")
LoadPlugin("C:\Documents and Settings\MichelD\Mes documents\Programmes\FluxSmooth-1.0\FluxSmooth.dll")
LoadPlugin("C:\Documents and Settings\MichelD\Mes documents\Programmes\Sampler-0.2a\Sampler.dll")
LoadPlugin("C:\Documents and Settings\MichelD\Mes documents\Programmes\GripFit_preview_0.0c\GripFit_ Preview.dll")
LoadPlugin("C:\Documents and Settings\MichelD\Mes documents\Programmes\DustV5\DustV5.dll")
avisource("C:\Documents and Settings\MichelD\Mes documents\Films\Lilo.Et.Stitch.FRENCH.DVDRiP.DiVX-Ulysse.avi")
ConvertToYUY2()
LegalClip()
GripCrop(352, 480, overscan=1)
GripSize()
SpaceDust()
FluxSmooth()
GripBorders()
LegalClip()
#Sampler(length=24)
if someone could explain that please...
|