Open goamberg opened 4 years ago
I have been dealing with a family emergency and unable to respond.
The C#
code it uses is string speed = "setpts=" + val.ToString("#.#####") + "*PTS";
It may be a language problem if you are in a another country than the United States. I will have to find out how to fix it.
no worries, family always first! could be...using a german keyboard here. But I did quick check and at least point and comma are the same on the GER and ENG layouts. Tested switching keyboard languages and it did not resolve this.
Its not a big problem, always can change the this one character.
@goamberg
I have an announcement here https://github.com/MattMcManis/Axiom/issues/71#issue-757365245
I've released an update that has fixed several bugs v1.9.3.0 https://github.com/MattMcManis/Axiom/releases
Added Culture Info en-US to any values that contain a decimal, so they should use .
instead of ,
Let me know if it works for you.
When using the speed setting over 100% it scripts with a comma instead of a point. eg. 400% setpts=,25PTS, -> correct would be: setpts=.25PTS,