Forum: Avisynth Scripting
01-26-2004, 06:33 PM
|
|
Replies: 2
Views: 1,113
|
Forum: Avisynth Scripting
01-25-2004, 09:42 PM
|
|
Replies: 2
Views: 1,113
Avisynth: is not a valid integer value ?
that's the message I get when loading the MA script (without alteration) into ToK. Problem is, which " is it talking about - there are a few there?!
It seems other people have had this problem but I...
|
Forum: Avisynth Scripting
01-25-2004, 09:05 PM
|
|
Replies: 2
Views: 1,120
Ah....yes
Silly me, turns out I'd forgotten to install a DivX codec, so the YV12 bit was getting a bit confused. :oops:
|
Forum: Avisynth Scripting
01-25-2004, 08:43 AM
|
|
Replies: 2
Views: 1,120
Avisynth: Floating point error with MA script?
When I load my script into ToK I get a "floating point error" message box, what's up here?
## Defined Variables and Constants ##
#
MaxTreshold = 1.50
nf = 0 # Current frame.
#
####
...
|