digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   TMPGEnc: Illegal Floating Decimal Point Error (http://www.digitalfaq.com/archives/encode/2707-tmpgenc-illegal-floating.html)

labomba 04-07-2003 09:34 AM

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

Jellygoose 04-09-2003 02:13 AM

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 :wink: ... 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

:cry:

Jellygoose 04-09-2003 11:09 AM

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? :x

kwag 04-09-2003 11:46 AM

Hi Jellygoose,

Try commenting the DctFilter line.

-kwag

Graal_CPM 04-09-2003 02:00 PM

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.58))
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??

Jellygoose 04-11-2003 06:58 AM

Hi everybody!

:lol: 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

Graal_CPM 04-14-2003 12:37 PM

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...

Jellygoose 04-15-2003 04:02 PM

Yes that's the version. The tricks didn't work for me either. This version cured it! :wink:

Graal_CPM 04-16-2003 12:31 PM

Thanx for this swift reply man! :lol:

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...

rendalunit 06-18-2003 04:57 PM

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 :cry: I've been using Tmpg ver 2.54.36.134 and Avisynth 2.52

ren

vhelp 06-18-2003 06:32 PM

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 :x
Hope ta hear from ya soon.
-vhelp

rendalunit 06-19-2003 01:38 PM

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 :idea: The CQ was 73.219 - I'm going to try again with 73 and see if it makes a difference.

Thanks,
ren

rendalunit 06-20-2003 08:04 PM

>> 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 :roll:

marco 06-26-2003 04:38 PM

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.

rendalunit 09-16-2003 09:53 PM

I haven't seen this problem since I started using Avisynth 2.5x - problem solved (i hope) :D Anyone getting this crash with Avisynth 2.5x :?:

ren

Jellygoose 09-18-2003 06:16 AM

:lol: You just posted above that you had the problem with AviSynth 2.52... :lol:

rendalunit 09-18-2003 08:55 AM

me looky and me no so no error wit 2.52 :!: Me thinks da bad ting done gone away- yay :lol:

Wolfi 11-25-2003 03:13 PM

Dudes, this error sux, even with v2.52 :(

//Wolfi

Jellygoose 11-25-2003 03:57 PM

Go and get 2.53 :wink:

Wolfi 11-25-2003 04:37 PM

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


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