https://bugs.kde.org/show_bug.cgi?id=405924

--- Comment #35 from Davy Bartoloni <bartol...@outlook.com> ---
from:
<entry producer="producer2" in="00:00:00,000" out="00:00:02,760">
to 
<entry producer="producer2" in="00:00:00.000" out="00:00:02.760">

and all other changes... after replacing all the comma with points
i'm able to open project on Italian Windows version with replaced "comma" with
"point" on Localization/Regional settings

and when i open the project i have now the Misplacements visible (all
effects/transitions are in wrong place)..

this seems that Emohr is right.. the issue is the "," or "." on regional
settings.

i suggest to replace the "," or "." with another symbol...

for example:
from 
<tractor id="tractor2" in="00:00:00.000" out="00:13:37.120">
to
<tractor id="tractor2" in="00:00:00|000" out="00:13:37|120">

and also
from
<tractor id="tractor2" in="00:00:00,000" out="00:13:37,120">
to 
<tractor id="tractor2" in="00:00:00|000" out="00:13:37|120">

this make the projects equal on different regional settings.
after that manage the replacement of | directly on Kdenlive loading function.

this make the line:
  <property name="kdenlive:docproperties.decimalPoint">.</property>

unnecessary.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to