Can't render with ffmpeg

Hai folks,

i want to render my animation with ffmpeg and i get the following error in the terminal window:

[Eval @ 0x7fff1afbba80] Invalid chars ‘,000000’ at the end of expression ‘24,000000’
Incorrect value for r: 24,000000

Is this because of the frame rate format?

My synfig version is 0.63.0 and Kubuntu 11.10 with KDE 4.7.2

Thank you very much for your support.

Regards

Volker

It is probably a bug that happens when the parameters are passed to ffmpeg renderer because it expects a dot formatted number and not a colon formated number due to locale settings.
Meanwhile, can you please run $LANG=C synfigstudio to use correct decimal point and test it again?
Also it would be so helpful if you open a bug report here:
sourceforge.net/tracker/?group_i … tid=757416
Thanks!
-G