Summary: | git master: Transform (qtblend) effect doesn't allow for CCW rotation; rotation origin is top-left instead of center | ||
---|---|---|---|
Product: | [Applications] kdenlive | Reporter: | Wegwerf <wegwerf-1-2-3> |
Component: | Video Effects & Transitions | Assignee: | Vincent PINON <vpinon> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | fritzibaby, pajaro, snd.noise |
Priority: | NOR | Flags: | fritzibaby:
Brainstorm+
|
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Wegwerf
2016-08-08 16:34:56 UTC
3. Can the alpha operation parameter be used at all for a filter/effect? Agree with all suggestions. Yes, please! Go to the easy fast fix, moving the origin of the rotation to the center of the image instead of 0,0 This is oneliner fix :) (Maybe more if you have to migrate old .kdenlive after the change..) Or the complex one, allow to put set the origin of the rotation The workaround for this one is to use affine After trying everything, affine is the only one that keeps everything good about transform (rotation, keyframes, scaling) and its able to rotate using the center of the image The affine transition is not necessarilya substitute for composite&transform, or the transform effect: affine uses "atop" compositing, which often yields undesired results when working with multiple layers of transparency. Instead, often "over" compositing is desired. For details on how affine/atop and transform/over differ, please see our toolbox article "compositing with transparency", https://kdenlive.org/project/compositing-with-transparency/. Hello, both CCW rotation and rotate from center options are available since latest release. Closing, but if you encounter any issues don't hesitate to reopen. |