| Summary: | Kdenlive freeze - edit external altered project | ||
|---|---|---|---|
| Product: | [Applications] kdenlive | Reporter: | Ovidiu-Florin BOGDAN <kde.kfoar> |
| Component: | User Interface & Miscellaneous | Assignee: | Jean-Baptiste Mardelle <jb> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | wegwerf-1-2-3 |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
project file with original clip
project file with copy clip |
||
|
Description
Ovidiu-Florin BOGDAN
2016-04-14 18:54:26 UTC
Created attachment 98398 [details]
project file with original clip
Created attachment 98399 [details]
project file with copy clip
When I opened the project after editing (with Kate) Kdenlive complained that the video clips were missing and I clicked a button that said something like "Use replacements", and then it all worked fine. Git commit a79e692236d2718abeb3e74d3cac4a177d3e1eec by Jean-Baptiste Mardelle. Committed on 14/04/2016 at 20:53. Pushed by mardelle into branch 'master'. Add clip property to disable autorotate M +1 -1 src/bin/projectclip.cpp M +2 -2 src/mltcontroller/clipcontroller.cpp M +19 -2 src/mltcontroller/clippropertiescontroller.cpp http://commits.kde.org/kdenlive/a79e692236d2718abeb3e74d3cac4a177d3e1eec 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 The source clip in question is 3,8GB. If you want I can send it to you somehow, in private. I found no GUI option for this, so I edited the project file in Kate. I guess that's what I was supposed to do. Is there a plan to add a GUI option for this, before the release? Also, the clip properties still shows the resolution of the clip rotated: 720x1280, when the actual resolution is 1280x720. I see this resolution even on the clips that don't have the rotation problem. Is this intentional? Ovidiu-Florin, recent stable Kdenlive 16.04.2 has a GUI option "disable autorotate". This should solve your original problem. |