Log in

View Full Version : I believe I've spotted a bug with AssumeFPS


JohannesL
24th July 2009, 15:20
I'm using Avisynth 2.5.8 on XP SP3.
AssumeFPS(30,1,true) works properly.
AssumeFPS(dshg) returns "invalid arguments", as expected.
AssumeFPS(30,true), however, makes AvsP crash, x264 refuses to start encoding from the avs, and MPC-HC just freezes at "opening".
"30,true" is invalid syntax for AssumeFPS, but I still don't think it should cause crashes..

Gavino
24th July 2009, 17:34
AssumeFPS(30, true) is perfectly valid and works fine for me (using v2.58). What else do you have in your script?

JohannesL
24th July 2009, 17:58
I forgot I was using Jeremy Duncan's MT 2.5.8 build and not the official 2.5.8. That was the cause of the problem. With that build, everything worked fine except AssumeFPS(numerator,true). Delete this thread please.

Gavino
24th July 2009, 18:08
Delete this thread please.
Why not leave it as a warning to others?

Jeremy Duncan
24th July 2009, 20:47
I forgot I was using Jeremy Duncan's MT 2.5.8 build.

The july 23 build?

JohannesL
25th July 2009, 15:12
Ah, it works with the new version.