digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   tmpgenc error - illegal decimal point calculation order? (http://www.digitalfaq.com/archives/encode/2604-tmpgenc-error-illegal.html)

big 02-13-2003 09:53 PM

tmpgenc error - illegal decimal point calculation order?
 
illegal decimal point calculation order...what do we do???

hachemoncourt told me to put gripsize after gripcrop and it solved my problem but seems that it is starting again...and here is my avs modified with the help of hachemoncourt...i did not change a single thing and it was working but seems that it doesn't anymore...

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(528, 480, overscan=2)
GripSize()
SpaceDust()
FluxSmooth()
LegalClip()
#Sampler(length=24)

kwag 02-13-2003 11:33 PM

Re: error from tmpgenc
 
Quote:

Originally Posted by big
illegal decimal point calculation order...what do we do???

hachemoncourt told me to put gripsize after gripcrop and it solved my problem but seems that it is starting again...and here is my avs modified with the help of hachemoncourt...i did not change a single thing and it was working but seems that it doesn't anymore...

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(528, 480, overscan=2)
GripSize()
SpaceDust()
FluxSmooth()
LegalClip()
#Sampler(length=24)

It should read:

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(528, 480, overscan=2)
GripSize()
SpaceDust()
FluxSmooth()
GripBorders()
LegalClip()
#Sampler(length=24)

-kwag


All times are GMT -5. The time now is 11:58 AM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.