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

--- Comment #5 from Jean-Baptiste Mardelle <j...@kdenlive.org> ---
I just added a new option in Clip Properties to disable autorotate (in git
master).
Without source clips it's hard to know why your edits caused a freeze. However,
the correct and simpler way to disable autorotate from an existing .kdenlive
project file is to edit original project, and in every <producer> tags that use
the clip, add this:

<property name="autorotate">0</property>

For example:
<property name="resource">path/to/your/file/VID_20160402_114623.mp4</property>
<property name="autorotate">0</property>

This should disable autorotate without messing with the project

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

Reply via email to