Blender Git Commit Log

Git Commits -> Revision 4f59db9

Revision 4f59db9 by Peter Schlaile (master)
February 5, 2006, 19:04 (GMT)
Add several usefull sequencer-plugins:
- color-correction-hsv & color-correction-yuv
Do color correction in HSV or YUV-space, rather sophisticated but slow.
You can control setup, gain and gamma and saturation (seperated by
shadows, midtones and highlights).
- gamma
a simple RGB-Gamma plugin, but very fast.
- dnr
Dynamic Noise Reduction (plugin ported from VirtualDub).
This helps mpeg encoding alot, by ignoring noise /movement
below a given threshold between frames.
It is also a lot faster than the original VirtualDub-plugin preserving
it's quality.

Commit Details:

Full Hash: 4f59db9ca17630a0289a953574303b77fccb46ff
SVN Revision: 6689
Parent Commit: 3cdd195
Lines Changed: +781, -0

4 Added Paths:

/release/plugins/sequence/color-correction-hsv.c (+279, -0) (View)
/release/plugins/sequence/color-correction-yuv.c (+220, -0) (View)
/release/plugins/sequence/dnr.c (+149, -0) (View)
/release/plugins/sequence/gamma.c (+133, -0) (View)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021