Archive:Kdenlive/Manual/Effects/Alpha manipulation/Color Selection: Difference between revisions

    From KDE UserBase Wiki
    m (fix note)
    (Marked this version for translation)
    (7 intermediate revisions by 4 users not shown)
    Line 2: Line 2:
    <translate>
    <translate>


    == Color Selection == <!--T:1-->
    ==== Color Selection ==== <!--T:1-->


    <!--T:2-->
    <!--T:28-->
    This is the [http://www.mltframework.org/bin/view/MLT/FilterFrei0r-select0r FilterFrei0r-select0r] filter written by Marko Cebokli  August 2010.
    The '''Colour Selection''' effect (or '''Color Selection''') is a more advanced version of the [https://userbase.kde.org/Kdenlive/Manual/Effects/Alpha_manipulation/Blue_Screen Chroma Key] effect. Colour Selection allows for some basic feathering (by changing the '''Edge Mode''') and much more fine-grained control over how much & in which way you remove the background.


    <!--T:3-->
    <!--T:29-->
    This is color based alpha selection. For example, this offers you a blue screen/green screen/chroma-keying effect.
    This is better for backgrounds that have less contrast with the foreground, or more complex backgrounds. For simple backgrounds (such as green, blue, red or possibly black), use the [https://userbase.kde.org/Kdenlive/Manual/Effects/Alpha_manipulation/Blue_Screen Chroma Key]  effect.
     
    ===Basic Technique=== <!--T:30-->
     
    <!--T:31-->
    Find a clip with a background (preferably multiple, or slighty complex, because the "chroma key effect" can do easy backgrounds such as green or blue). Add the color selection effect to the clip.
     
    <!--T:36-->
    After this, either chose the color using the little droplet button. Click on the droplet button, and then click on the background part of the clip you want to remove. Adjust the Delta sliders until the background is removed correctly. This might need to experimenting. If you find it isn't removing the background well, try changing the "selection subspace" and experiment again. If you experimented and cycled through all the "selection subspaces", and the background isn't still removed properly, then it is probably too complicated for kdenlive to remove. At this point you will need to use [[Kdenlive/Manual/Effects/Alpha manipulation/Rotoscoping |Rotoscoping]].
     
    If the effect took lots of time to experiment, and you will need to use this effect again, then click on the three horizontal lines in the top right corner, and then click "Save effect". Give the effect a name, and save. You can now search for this specific effect in your effects tab
    === All Options=== <!--T:32-->


    <!--T:4-->
    <!--T:4-->
    [[File:Color_selection_effect.png]]
    [[File:Color_selection_effect.png]]
    <!--T:33-->
    Here is a outline of all the options:


    <!--T:14-->
    <!--T:14-->
    '''Color to select''': the color to select. This is the center point of the selected color subspace.
    '''Color to select''': the color to select. This is the color that will be transparent/the only colour that is opaque.


    <!--T:15-->
    <!--T:15-->
    '''Invert selection''': When ON, the selected color will be transparent, as normally used with keying. When OFF (default) the selected color will be opaque, for example for alpha controlled adjustment of that color only.
    '''Invert selection''': When ON (default), the selected color will be transparent. When OFF the selected color will be opaque. Keeping the selected colour opaque may be more effective if the foreground is simple and the background is complicated


    <!--T:5-->
    <!--T:5-->
    '''Selection Subspace''' options are: RGB (Red Green Blue), ABI and HCI  (Hue Chromacity Intensity)
    '''Selection Subspace''' options are: RGB (Red Green Blue), ABI and HCI  (Hue Chromacity Intensity)


    <!--T:16-->
    <!--T:34-->
    Specifies in which of the three color spaces (RGB, ABI, HCI) the delta controls will work. Both ABI and HCI are separated luma/chroma. HCI is a cylindrical "Hue Chromacity Intensity" space, and ABI is a cartesian version thereof. Both suffer from chroma subsampling, and will give less sharp results than RGB.
    These different options yield different results. While RGB should yield the sharpest and best results, sometimes (as [https://userbase.kde.org/User:TheMickyRosen-Left I] have seen from experience) the other option, HCI & ABI, can yield much better results then RGB. So if RGB isn't producing good results then try on of the other options. Note:'''Previews of video chroma keyed using HCI will be slow''' since it has to calculate values for every single pixel.
     
    <!--T:17-->
    {{Note|Chroma subsampling is not a fault of this plugin. Frei0r plugins work in RGB 4:4:4. If you supply it with a truly 4:4:4 video, it will produce perfectly sharp alpha from all three color spaces.}}
     
    <!--T:18-->
    {{Note|HCI is slow, because it has to calculate atan2() and hypot() for each pixel.}}
     
    <!--T:19-->
    {{Note|ABI is based on the alpha an beta coordinates, upon which most of the Hxx type colorspaces are defined.}}
     
    <!--T:20-->
    See http://en.wikipedia.org/wiki/HSL_and_HSV
     
    <!--T:6-->
    '''Subspace Shape''' options are: Box, Ellipsoid, Diamond
     
    <!--T:21-->
    Determines the shape of the color subspace. Options are: box, ellipsoid or diamond. Box is the biggest of them (by volume) and diamond the smallest. Imagine an octahedron inscribed inside an ellipsoid, which is in turn inscribed in a box. The tips of the diamond touch the ellipsoid, and the box, at the center of the sides of the box.


    <!--T:7-->
    <!--T:7-->
    '''Edge Mode''' Options are: Hard, Fat, Normal, Skinny, Slope
    '''Edge Mode''' Options are: Hard, Fat, Normal, Skinny, Slope
    <!--T:37-->
    If the Edge Mode is set to slope, you can use the "slope" slider. This slider determines the smoothness of the edges. The higher the value, the smoother the edges of your color selection will be.


    <!--T:22-->
    <!--T:22-->
    "Hard" means the alpha channel will be thresholded to two values only, fully opaque and fully transparent. This is mainly useful for keying.  
    "Hard" means there is no featuring (edges are not smooth at all). Any part of the image/video is either fully opaque and fully transparent. This means there will be no blue between the removed parts and the remaining parts whatsoever, and this option is useful if your chroma key turned out to be perfect.


    <!--T:23-->
    <!--T:23-->
    The remaining options ("Fat", "Normal" and "Skinny") create a gradual transition between transparent and opaque. Alpha will be a function of the difference of color from the selected color, with cutoff at the delta points. The fatter the choice, the more the selected areas are filled towards the rim. This is useful with alpha controlled color adjustment tools.
    The remaining options ("Fat", "Normal" and "Skinny") create a gradual transition between transparent and opaque. The fatter the choice, the more the selected areas are filled towards the rim (AKA more featuring for fatter choices). This is useful if your colour selection did not turn out that well.
     
    <!--T:8-->
    '''Operation''' options are: Write On Clear, Max, Min, Add and Subtract. This defines how to deal with an existing alpha channel in the clip. See [[Kdenlive/Manual/Effects/Alpha_manipulation/Alpha_shapes#Operations|Alpha Shapes]] for the meanings of these operations.
     
    <!--T:24-->
    The "min", "max", "add" and "subtract" options allow cascading of select0r plugins (or combination with other alpha-writting plugins). These options combine the current selection with the pre-existing alpha of the source material. This way complex selections can be built.


    <!--T:25-->
    <!--T:25-->
    '''Delta XXXX:'''
    '''Delta XXXX:'''
    These three parameters determine the size of the color subspace along each axis. Bigger value means bigger tolerance on that axis.
    These three parameters determine the tolerance of the chroma keying. The higher the value, the more of the background is removed. The lower the value, less is removed. A bit of experimenting is required to find the correct values for each clip
     
    <!--T:26-->
    For example, setting a high I delta (in ABI and HCI), will allow the selection of a specific color in both light and shadows, but will also discard most of the high-bandwidth luma signal, making the selection less spatially accurate.
     


    === See Also === <!--T:9-->
    ===== See Also ===== <!--T:9-->


    <!--T:10-->
    <!--T:10-->

    Revision as of 20:30, 31 March 2019

    Other languages:

    Color Selection

    The Colour Selection effect (or Color Selection) is a more advanced version of the Chroma Key effect. Colour Selection allows for some basic feathering (by changing the Edge Mode) and much more fine-grained control over how much & in which way you remove the background.

    This is better for backgrounds that have less contrast with the foreground, or more complex backgrounds. For simple backgrounds (such as green, blue, red or possibly black), use the Chroma Key effect.

    Basic Technique

    Find a clip with a background (preferably multiple, or slighty complex, because the "chroma key effect" can do easy backgrounds such as green or blue). Add the color selection effect to the clip.

    After this, either chose the color using the little droplet button. Click on the droplet button, and then click on the background part of the clip you want to remove. Adjust the Delta sliders until the background is removed correctly. This might need to experimenting. If you find it isn't removing the background well, try changing the "selection subspace" and experiment again. If you experimented and cycled through all the "selection subspaces", and the background isn't still removed properly, then it is probably too complicated for kdenlive to remove. At this point you will need to use Rotoscoping.

    If the effect took lots of time to experiment, and you will need to use this effect again, then click on the three horizontal lines in the top right corner, and then click "Save effect". Give the effect a name, and save. You can now search for this specific effect in your effects tab

    All Options

    Here is a outline of all the options:

    Color to select: the color to select. This is the color that will be transparent/the only colour that is opaque.

    Invert selection: When ON (default), the selected color will be transparent. When OFF the selected color will be opaque. Keeping the selected colour opaque may be more effective if the foreground is simple and the background is complicated

    Selection Subspace options are: RGB (Red Green Blue), ABI and HCI (Hue Chromacity Intensity)

    These different options yield different results. While RGB should yield the sharpest and best results, sometimes (as I have seen from experience) the other option, HCI & ABI, can yield much better results then RGB. So if RGB isn't producing good results then try on of the other options. Note:Previews of video chroma keyed using HCI will be slow since it has to calculate values for every single pixel.

    Edge Mode Options are: Hard, Fat, Normal, Skinny, Slope

    If the Edge Mode is set to slope, you can use the "slope" slider. This slider determines the smoothness of the edges. The higher the value, the smoother the edges of your color selection will be.

    "Hard" means there is no featuring (edges are not smooth at all). Any part of the image/video is either fully opaque and fully transparent. This means there will be no blue between the removed parts and the remaining parts whatsoever, and this option is useful if your chroma key turned out to be perfect.

    The remaining options ("Fat", "Normal" and "Skinny") create a gradual transition between transparent and opaque. The fatter the choice, the more the selected areas are filled towards the rim (AKA more featuring for fatter choices). This is useful if your colour selection did not turn out that well.

    Delta XXXX: These three parameters determine the tolerance of the chroma keying. The higher the value, the more of the background is removed. The lower the value, less is removed. A bit of experimenting is required to find the correct values for each clip

    See Also

    See also Blue Screen which does color based alpha selection but is a bit simpler.

    This page covers some Color Theory to help understand Hue, Chroma, Luminance etc.