An open API service indexing awesome lists of open source software.

https://github.com/acc4github/kdenlive-camerashake-organic

Frei0r plugin that brings organic, randomized camera shake effects to Kdenlive.
https://github.com/acc4github/kdenlive-camerashake-organic

frei0r-plugins kdenlive video-editing windows

Last synced: 10 days ago
JSON representation

Frei0r plugin that brings organic, randomized camera shake effects to Kdenlive.

Awesome Lists containing this project

README

          

# Camera Shake Organic for Kdenlive
This is a modified Frei0r plugin for Kdenlive that provides more organic and irregular camera shake with noise-based movement on position, rotation, and blur.


kdenlive_13LMMaXrVi

| Original Camera Shake Ultimate | Camera Shake Organic (Modified) |
|--------------------------------|---------------------------------|
| | |

---
### Original Plugin
- Author: PakeMPC
- Original repository: https://github.com/PakeMPC/kdenlive-camerashake
- Original license: GNU GPLv3

### Modifications
- Made by: acc4commissions
- AI Assistance: Grok 4.3 (xAI)
- Changes:
- Much more random/noisy movement overall
- Much smoother visuals with Bilinear Interpolation
- Added fluctuation to blur to emulate the camera's focal point miss
- Added 'Seed' parameter to give variations between clips
- Added 'Edge Smoothing' option to smooth out the clip's edges to avoid jagged/pixelated lines.
- Reduced overall intensity of the sliders for microadjustments
- Removed opacity parameter
- Removed background color
- Different plugin name to avoid conflict (`camerashakeorganic.dll`)

### Important Warning
**This is NOT an official Kdenlive plugin.**
This is a modified third-party plugin.
- It may stop working after Kdenlive or Frei0r updates.
- Not tested on all systems or versions.
- Use at your own risk.

### Installation (Windows)
1. Download the build from the release. The zip file should have `camerashakeorganic.dll` and `camerashakeorganic.xml`.
2. Place `camerashakeorganic.dll` in Kdenlive frei0r plugins folder (e.g., kdenlive-master\lib\frei0r-1)
3. Place `camerashakeorganic.xml` in Kdenlive effects folder (e.g., kdenlive-master\bin\data\kdenlive\effects)
4. Restart Kdenlive

### Building from Source
See `CMakeLists.txt` and original repo instructions.

### License
This project is licensed under the same GNU General Public License v3.0 as the original.
See LICENSE file for details.
You are free to use, modify, and distribute as long as you follow GPLv3 terms (provide source code, keep license, etc.).