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 floating decimal point calculation order (http://www.digitalfaq.com/archives/encode/3496-tmpgenc-error-illegal.html)

Gaudi 05-04-2003 12:05 PM

TMPGEnc Error: Illegal floating decimal point calculation order
 
While encoding Powerpuff Girls, I got somewhere the following error:
  • TMPGEnc
    Illegal floating decimal point calculation order
At first I thought that it may be related to an internal machine problem, but after 4 more encodings I realized it is somehow related to the source. I tried both encoding with the new 2.511 and 2.510 versions, and always got the same error, apparently at the same place (always at 17%).
The file is DivX with dual audio file (Spanish and English) as languages, altough I have extracted the audio with VirtualDubMod and am encoding just the video.

The script I am using is:

Code:

AviSource("C:\Pruebas KVCD\04-30 - PowerPuff Girls\PowerPuff Girls - Dual Audio 2.avi", false)

LegalClip()

GripCrop( width=528, height=480, overscan=2 )
GripSize(resizer="BicubicResize")

STMedianFilter(10, 30, 0, 0, 10, 30)
unfilter(50,50)
temporalsmoother(1,2)
mergechroma(blur(1.50))
mergeluma(blur(0.2))

GripBorders()
LegalClip()

I am using the modified GOP structure for anime, with a 15 P pictures in GOP and Max N of frames in GOP also 15.

Has someone here any idea of what might be causing this problem?

Any help will be very welcome.
Thanks in advance.

Gaudi

PyRoMaNiA 05-04-2003 12:19 PM

Bad frames? Try DivXRepair. :wink:

bman 05-04-2003 12:28 PM

First , Try to encode without filters

AviSource("C:\Pruebas KVCD\04-30 - PowerPuff Girls\PowerPuff Girls - Dual Audio 2.avi", false)

Then add one filter each time and see which one is trouble maker .
From my experience LegalClip() must be THE ONE .
bman

Gaudi 05-04-2003 12:33 PM

Many thanks.

Will try those suggestions and will let you know.


Gaudi


All times are GMT -5. The time now is 07:29 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.