Quantcast TMPGEnc: Illegal Floating Decimal Point Error - Page 3 - digitalFAQ.com Forums [Archives]
  #41  
04-07-2003, 09:34 AM
labomba labomba is offline
Free Member
 
Join Date: Jan 2003
Location: S.Paulo-Brasil
Posts: 185
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks d&c!

I didn't try the 2.08 legacy version yet, I downloaded it only yesterday night.
I'm working now and don't have the scripts here.
I'll try to encode with the avisinth 2.08 legacy installed, and will post the scripts if not solved.

Anyway, thanks a lot folks!!

LaBomba
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #42  
04-09-2003, 02:13 AM
Jellygoose Jellygoose is offline
Free Member
 
Join Date: Jun 2002
Location: Germany
Posts: 1,288
Thanks: 0
Thanked 0 Times in 0 Posts
Ok, I got the error for the first time, on this movie, but I tried 4 different times, and the error keeps coming back at about 30%. Movie is Toy Story 2 ... I used AviSynth 2.08 Legacy and TMPGEnc 2.58...
this is really annyoing. Here's my script:
Code:
LoadPlugin("E:\MPEG-Tools\FitCD\MPEG2DEC.dll")
LoadPlugin("E:\MPEG-Tools\FitCD\legalclip.dll")
LoadPlugin("E:\MPEG-Tools\FitCD\sampler.dll")
LoadPlugin("E:\MPEG-Tools\FitCD\unfilter.dll")
LoadPlugin("E:\MPEG-Tools\FitCD\gripfit_preview.dll")
LoadPlugin("E:\MPEG-Tools\FitCD\dctfilter_YUY2.dll")
LoadPlugin("E:\MPEG-Tools\FitCD\STMedianFilter.dll")


Mpeg2Source("F:\Toy Story\toystory.d2v")

LegalClip()

GripCrop(704,576, Overscan=2)

Gripsize()

unfilter(40,40) 
temporalsmoother(2,2) 
mergechroma(blur(1.58)) 
mergeluma(blur(0.1)) 
STMedianFilter(7,15,4,7,7,15)

GripBorders()
Letterbox(0,0,24,24)

DctFilter(1,1,1,1,1,.5,.5,0) 

LegalClip()

ConvertToRGB24
__________________
j3llyG0053
Reply With Quote
  #43  
04-09-2003, 11:09 AM
Jellygoose Jellygoose is offline
Free Member
 
Join Date: Jun 2002
Location: Germany
Posts: 1,288
Thanks: 0
Thanked 0 Times in 0 Posts
Hi all...

I just can't seem to get over this problem. Tried 4 more times. Same results.. any other ideas of how to get rid of this?
__________________
j3llyG0053
Reply With Quote
  #44  
04-09-2003, 11:46 AM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
Hi Jellygoose,

Try commenting the DctFilter line.

-kwag
Reply With Quote
  #45  
04-09-2003, 02:00 PM
Graal_CPM Graal_CPM is offline
Free Member
 
Join Date: Jun 2002
Location: Paris, France
Posts: 54
Thanks: 0
Thanked 0 Times in 0 Posts
I encountered this error recently on an anime at CQ79 and 704x576. Simple script like :
LoadPlugin("F:\VIDEO\MOVIESTACKER\Filters\MPEG2Dec 2.dll")
LoadPlugin("F:\VIDEO\MOVIESTACKER\Filters\GripFit_ preview.dll")
LoadPlugin("f:\video\avisynth\unfilter.dll")
LoadPlugin("F:\VIDEO\MOVIESTACKER\Filters\LegalCli p.dll")
Mpeg2Source("D:\dvdump\xxxxx.d2v")
LegalClip()
GripCrop(704, 576, overscan=2)
GripSize(resizer="BicubicResize")
unfilter(50,50)
temporalsmoother(1,2)
mergechroma(blur(1.5)
mergeluma(blur(0.2))
GripBorders()
LegalClip()

In the past i remember solving the issue by switching back to MPEG2Dec.dll.In some forums I read about disabling the ReadAVS.dll in TMPGENC (!). I have launched an new encoding changing only this. I should see what happen <=== EDIT : stop the crap. This kills colors. Don't try it.

Reading here (TMPGEnc BBS!!) : http://www.pegasys-inc.co.jp/bbscgi/...ost_10806.html
It gives other ideas (likeun-check the "use floating piont DCT" box). It seems this problem is linked with error in the video source.

Further reading says it can be linked with overclocking... Maybe lowering my ReadAVS prio to 1 instead of 3 now??
Reply With Quote
  #46  
04-11-2003, 06:58 AM
Jellygoose Jellygoose is offline
Free Member
 
Join Date: Jun 2002
Location: Germany
Posts: 1,288
Thanks: 0
Thanked 0 Times in 0 Posts
Hi everybody!

I finally cured the problem. After trying every trick recommended, and still having the problem, I tried to encode with TMPGEnc 2.54a.
This worked. No errors, no problems. I won't stick with that version, but I'll use it whenever I come across this prob again!
So everybody, who still gets that error, try this version.

HF
__________________
j3llyG0053
Reply With Quote
  #47  
04-14-2003, 12:37 PM
Graal_CPM Graal_CPM is offline
Free Member
 
Join Date: Jun 2002
Location: Paris, France
Posts: 54
Thanks: 0
Thanked 0 Times in 0 Posts
Thanx for the tip Jellygoose.
I have a TMPGEnc Version 2.54.37.135 in my archive, is this the one you've used?

None of the tricks I have used worked by the way...
Reply With Quote
  #48  
04-15-2003, 04:02 PM
Jellygoose Jellygoose is offline
Free Member
 
Join Date: Jun 2002
Location: Germany
Posts: 1,288
Thanks: 0
Thanked 0 Times in 0 Posts
Yes that's the version. The tricks didn't work for me either. This version cured it!
__________________
j3llyG0053
Reply With Quote
  #49  
04-16-2003, 12:31 PM
Graal_CPM Graal_CPM is offline
Free Member
 
Join Date: Jun 2002
Location: Paris, France
Posts: 54
Thanks: 0
Thanked 0 Times in 0 Posts
Thanx for this swift reply man!

I am going to try right away, because I had this &$#!! error a second time today. Never happend before. I guess it's because now with last scripts I do MPEG1 544x576 Q>70, which was not the case before...
Reply With Quote
  #50  
06-18-2003, 04:57 PM
rendalunit rendalunit is offline
Free Member
 
Join Date: Apr 2002
Location: san jose, Ca
Posts: 1,148
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Jellygoose
I finally cured the problem. After trying every trick recommended, and still having the problem, I tried to encode with TMPGEnc 2.54a.
This worked. No errors, no problems. I won't stick with that version, but I'll use it whenever I come across this prob again!
So everybody, who still gets that error, try this version.
I haven't had this error in a long time but I did today I've been using Tmpg ver 2.54.36.134 and Avisynth 2.52

ren
Reply With Quote
  #51  
06-18-2003, 06:32 PM
vhelp vhelp is offline
Free Member
 
Join Date: Jan 2003
Posts: 1,009
Thanks: 0
Thanked 0 Times in 0 Posts
Hi rendalunit..

I'm having trouble of my own (which I"ll be posting a thread on shortly)...

But, I think I may have some form of crazy idea or theory of why U's people
are having this sort of RANDOM crash.

But, let me ask ya..
When you have these crashes, are these from DVD rips ??
and, do they happen w/ the sampe project and/or place in scene ??

I'm theorizing because I am experiencing something that I believe I may
have the answers to (ironically, thanks in part to my VFAPI issues (above
note))

Just trying ta help you narrow down the cultprit
Hope ta hear from ya soon.
-vhelp
Reply With Quote
  #52  
06-19-2003, 01:38 PM
rendalunit rendalunit is offline
Free Member
 
Join Date: Apr 2002
Location: san jose, Ca
Posts: 1,148
Thanks: 0
Thanked 0 Times in 0 Posts
Hi vhelp,

This particular instance, the source was a dvd rip but it has happened with other type sources before too.

I have a possible theory too- I don't remember this ever happening to me when I was using a CQ value that was a whole number instead of a decimal The CQ was 73.219 - I'm going to try again with 73 and see if it makes a difference.

Thanks,
ren
Reply With Quote
  #53  
06-20-2003, 08:04 PM
rendalunit rendalunit is offline
Free Member
 
Join Date: Apr 2002
Location: san jose, Ca
Posts: 1,148
Thanks: 0
Thanked 0 Times in 0 Posts
>> I'm going to try again with 73 and see if it makes a difference.

Didn't make a difference- crashed again with cq 68
Reply With Quote
  #54  
06-26-2003, 04:38 PM
marco marco is offline
Free Member
 
Join Date: Jun 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Just let TMPGEnc decide on its own, what VBV buffer size it needs.
This has to be done by putting 0 instead of 40 in the VBV field.

In my case, it completely fixed the 'floating point' problems i had.
Reply With Quote
  #55  
09-16-2003, 09:53 PM
rendalunit rendalunit is offline
Free Member
 
Join Date: Apr 2002
Location: san jose, Ca
Posts: 1,148
Thanks: 0
Thanked 0 Times in 0 Posts
I haven't seen this problem since I started using Avisynth 2.5x - problem solved (i hope) Anyone getting this crash with Avisynth 2.5x

ren
Reply With Quote
  #56  
09-18-2003, 06:16 AM
Jellygoose Jellygoose is offline
Free Member
 
Join Date: Jun 2002
Location: Germany
Posts: 1,288
Thanks: 0
Thanked 0 Times in 0 Posts
You just posted above that you had the problem with AviSynth 2.52...
__________________
j3llyG0053
Reply With Quote
  #57  
09-18-2003, 08:55 AM
rendalunit rendalunit is offline
Free Member
 
Join Date: Apr 2002
Location: san jose, Ca
Posts: 1,148
Thanks: 0
Thanked 0 Times in 0 Posts
me looky and me no so no error wit 2.52 Me thinks da bad ting done gone away- yay
Reply With Quote
  #58  
11-25-2003, 03:13 PM
Wolfi Wolfi is offline
Free Member
 
Join Date: Oct 2002
Location: Sweden
Posts: 489
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Wolfi Send a message via MSN to Wolfi Send a message via Yahoo to Wolfi
Dudes, this error sux, even with v2.52

//Wolfi
Reply With Quote
  #59  
11-25-2003, 03:57 PM
Jellygoose Jellygoose is offline
Free Member
 
Join Date: Jun 2002
Location: Germany
Posts: 1,288
Thanks: 0
Thanked 0 Times in 0 Posts
Go and get 2.53
__________________
j3llyG0053
Reply With Quote
  #60  
11-25-2003, 04:37 PM
Wolfi Wolfi is offline
Free Member
 
Join Date: Oct 2002
Location: Sweden
Posts: 489
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Wolfi Send a message via MSN to Wolfi Send a message via Yahoo to Wolfi
Is there a 2.53 version which not includes ffvfw? Had to reinstalled my comp two times in a row cause of that thing

//Wolfi
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
TMPGEnc: ERROR illegal floating decimal point calculation order CATENA JP Video Encoding and Conversion 9 06-17-2003 04:12 AM
TMPGEnc Error: Illegal floating decimal point calculation order Gaudi Video Encoding and Conversion 3 05-04-2003 12:33 PM
TMPGEnc: ILLEGAL FLOATING DECIMAL POINT CALCULATION ORDER error acidfire Video Encoding and Conversion 4 10-26-2002 08:28 AM
TMPGEnc: DVD2SCVD Illegal Floating Decimal Point Order twobit326 Video Encoding and Conversion 1 10-26-2002 07:05 AM
TMPGEnc: Illegal floating decimal point roddd23 Video Encoding and Conversion 7 06-29-2002 05:38 AM

Thread Tools



 
All times are GMT -5. The time now is 04:17 PM  —  vBulletin © Jelsoft Enterprises Ltd