digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   TOK: Invalid floating point operation? (http://www.digitalfaq.com/archives/encode/6224-tok-invalid-floating.html)

Zolie 10-20-2003 06:08 PM

TOK: Invalid floating point operation?
 
ok heres the thing, after preparing my script and whatnot, and loading it into ToK, i get an error that says "Invalid floating point operation". There doesn,'t appear to be any mistakes in my script, but here it is anyways. Also with these setting will my movie look normal on a widescreen tv, or will the picture be stretched?

AviSource("Movie.avi",false)
ConvertToYV12()
BlindPP(cpu=4)
Blockbuster(method="noise",detail_min=1,detail_max =3,variance=0.1,seed=1)
ATC(2,3,5,0.5,false)
GripCrop(528, 480, overscan=1, source_anamorphic=false)
GripSize(resizer="LanczosResize")
Undot()
TemporalSoften(2,7,7,3,2)
DCTFilter(1,1,1,1,1,1,0.5,0)
GripBorders()
#123 min 23 sec
#23.976

Dialhot 10-20-2003 06:24 PM

IFPO is a common bug of TMPGENC.

It seems that it happens when you have a black screen taht is not completly black (due to bad divx encoding :!:).

If that happens in the beguining of the clip, use "FadeIn(50)" just after the "avisource".

If it happens during the encoding, you can try to avoid them by using "Dup(threshold=1.5, blend = true)" justs before the "gripborders".
(need to load Dup plugin).


You also need "dest_anamorphic=true" in the gripcrop line if you plan to see the film on a widescreen TV.

Zolie 10-21-2003 05:47 AM

perfect, thanks Dialhot, ill try those aftre im done my classes. Oh and do i replace source_anamorphic=false, with the line you posted, or just add it alongside that one, so there would be 3 things in the brackets?

Dialhot 10-21-2003 08:25 AM

Quote:

Originally Posted by Zolie
perfect, thanks Dialhot, ill try those aftre im done my classes. Oh and do i replace source_anamorphic=false, with the line you posted, or just add it alongside that one, so there would be 3 things in the brackets?

you need both source_ana and dest_ana parameters, so 3 things in the brackets.

Zolie 10-21-2003 03:21 PM

well i tried those two things and still no luck. what i dont get though is now all of my scripts dont work (old or new), even when they did before. do i need to reinstall everything?

EightBall 10-21-2003 03:54 PM

Zolie, I'm no expert, but I did have the problem you just stated with none of the previously "good" templates working either. And yes, after I reinstalled avisynth, they worked again. I also reinstalled readavs.dll.
Doesnt hurt to try both. Worked for me.

Zolie 10-21-2003 04:09 PM

okay after re-installing avisynth everything works again, thanks again Dialhot and Eightball. Also should i use the 16:9 setting in TMPGenc, or should i use 4:3? or does it not matter in general?

Dialhot 10-21-2003 04:51 PM

All KVCD template are 4:3

Zolie 10-22-2003 07:36 PM

everythings going smoothly so far, thanks :D


All times are GMT -5. The time now is 04:11 PM  —  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.