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