File: spot_remover.xml

package info (click to toggle)
kdenlive 25.12.2-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 126,184 kB
  • sloc: cpp: 206,938; xml: 11,894; python: 1,139; ansic: 1,054; javascript: 578; sh: 389; makefile: 15
file content (11 lines) | stat: -rw-r--r-- 596 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0"?>
<!DOCTYPE kpartgui>
<effect xmlns="https://www.kdenlive.org" tag="spot_remover" id="spot_remover">
    <name>Spot Remover</name>
    <description>Replace an area with interpolated pixels. The new pixel values are interpolated from the nearest pixels immediately outside of the specified area.</description>
    <author>Meltytech, LLC</author>
    <parameter type="animatedrect" name="rect" default="42% 42% 16% 16%" opacity="false">
        <name>Rectangle</name>
        <comment>Defines the rectangle of the area that will be removed.</comment>
    </parameter>
</effect>