MattMcManis / Axiom

An FFmpeg GUI for Windows
https://axiomui.github.io
GNU General Public License v3.0
1.44k stars 114 forks source link

Change Playback speed comma to point in script #58

Open goamberg opened 3 years ago

goamberg commented 3 years ago

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,

MattMcManis commented 3 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.

goamberg commented 3 years ago

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.

MattMcManis commented 3 years ago

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