Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Kdenlive
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
259
Issues
259
List
Boards
Labels
Service Desk
Milestones
Merge Requests
14
Merge Requests
14
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Multimedia
Kdenlive
Commits
bfbb50e1
Commit
bfbb50e1
authored
Nov 12, 2020
by
Jean-Baptiste Mardelle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated effects descriptions and categories
parent
91dc8029
Changes
105
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
105 changed files
with
2299 additions
and
63 deletions
+2299
-63
data/effects/CMakeLists.txt
data/effects/CMakeLists.txt
+54
-40
data/effects/audiomap.xml
data/effects/audiomap.xml
+30
-0
data/effects/avfilter/CMakeLists.txt
data/effects/avfilter/CMakeLists.txt
+83
-4
data/effects/avfilter/avfilter_atadenoise.xml
data/effects/avfilter/avfilter_atadenoise.xml
+27
-0
data/effects/avfilter/avfilter_avgblur.xml
data/effects/avfilter/avfilter_avgblur.xml
+16
-0
data/effects/avfilter/avfilter_boxblur.xml
data/effects/avfilter/avfilter_boxblur.xml
+24
-0
data/effects/avfilter/avfilter_bwdif.xml
data/effects/avfilter/avfilter_bwdif.xml
+18
-0
data/effects/avfilter/avfilter_chromahold.xml
data/effects/avfilter/avfilter_chromahold.xml
+18
-0
data/effects/avfilter/avfilter_chromashift.xml
data/effects/avfilter/avfilter_chromashift.xml
+22
-0
data/effects/avfilter/avfilter_colorbalance.xml
data/effects/avfilter/avfilter_colorbalance.xml
+36
-0
data/effects/avfilter/avfilter_colorchannelmixer.xml
data/effects/avfilter/avfilter_colorchannelmixer.xml
+33
-0
data/effects/avfilter/avfilter_colorhold.xml
data/effects/avfilter/avfilter_colorhold.xml
+15
-0
data/effects/avfilter/avfilter_colorlevels.xml
data/effects/avfilter/avfilter_colorlevels.xml
+42
-0
data/effects/avfilter/avfilter_colormatrix.xml
data/effects/avfilter/avfilter_colormatrix.xml
+14
-0
data/effects/avfilter/avfilter_colorspace.xml
data/effects/avfilter/avfilter_colorspace.xml
+61
-0
data/effects/avfilter/avfilter_datascope.xml
data/effects/avfilter/avfilter_datascope.xml
+30
-0
data/effects/avfilter/avfilter_dctdnoiz.xml
data/effects/avfilter/avfilter_dctdnoiz.xml
+16
-0
data/effects/avfilter/avfilter_deband.xml
data/effects/avfilter/avfilter_deband.xml
+30
-0
data/effects/avfilter/avfilter_deblock.xml
data/effects/avfilter/avfilter_deblock.xml
+29
-0
data/effects/avfilter/avfilter_dedot.xml
data/effects/avfilter/avfilter_dedot.xml
+22
-0
data/effects/avfilter/avfilter_deflate.xml
data/effects/avfilter/avfilter_deflate.xml
+21
-0
data/effects/avfilter/avfilter_delogo.xml
data/effects/avfilter/avfilter_delogo.xml
+22
-0
data/effects/avfilter/avfilter_derain.xml
data/effects/avfilter/avfilter_derain.xml
+13
-0
data/effects/avfilter/avfilter_despill.xml
data/effects/avfilter/avfilter_despill.xml
+28
-0
data/effects/avfilter/avfilter_dilation.xml
data/effects/avfilter/avfilter_dilation.xml
+21
-0
data/effects/avfilter/avfilter_doubleweave.xml
data/effects/avfilter/avfilter_doubleweave.xml
+10
-0
data/effects/avfilter/avfilter_drawbox.xml
data/effects/avfilter/avfilter_drawbox.xml
+24
-0
data/effects/avfilter/avfilter_drawgrid.xml
data/effects/avfilter/avfilter_drawgrid.xml
+24
-0
data/effects/avfilter/avfilter_edgedetect.xml
data/effects/avfilter/avfilter_edgedetect.xml
+20
-0
data/effects/avfilter/avfilter_elbg.xml
data/effects/avfilter/avfilter_elbg.xml
+12
-0
data/effects/avfilter/avfilter_eq.xml
data/effects/avfilter/avfilter_eq.xml
+31
-0
data/effects/avfilter/avfilter_equalizer.xml
data/effects/avfilter/avfilter_equalizer.xml
+23
-0
data/effects/avfilter/avfilter_erosion.xml
data/effects/avfilter/avfilter_erosion.xml
+21
-0
data/effects/avfilter/avfilter_fftdnoiz.xml
data/effects/avfilter/avfilter_fftdnoiz.xml
+28
-0
data/effects/avfilter/avfilter_fftfilt.xml
data/effects/avfilter/avfilter_fftfilt.xml
+28
-0
data/effects/avfilter/avfilter_field.xml
data/effects/avfilter/avfilter_field.xml
+10
-0
data/effects/avfilter/avfilter_fieldorder.xml
data/effects/avfilter/avfilter_fieldorder.xml
+10
-0
data/effects/avfilter/avfilter_fillborders.xml
data/effects/avfilter/avfilter_fillborders.xml
+24
-0
data/effects/avfilter/avfilter_framestep.xml
data/effects/avfilter/avfilter_framestep.xml
+10
-0
data/effects/avfilter/avfilter_fspp.xml
data/effects/avfilter/avfilter_fspp.xml
+19
-0
data/effects/avfilter/avfilter_gblur.xml
data/effects/avfilter/avfilter_gblur.xml
+20
-0
data/effects/avfilter/avfilter_graphmonitor.xml
data/effects/avfilter/avfilter_graphmonitor.xml
+24
-0
data/effects/avfilter/avfilter_hflip.xml
data/effects/avfilter/avfilter_hflip.xml
+6
-0
data/effects/avfilter/avfilter_histeq.xml
data/effects/avfilter/avfilter_histeq.xml
+16
-0
data/effects/avfilter/avfilter_histogram.xml
data/effects/avfilter/avfilter_histogram.xml
+31
-0
data/effects/avfilter/avfilter_hqdn3d.xml
data/effects/avfilter/avfilter_hqdn3d.xml
+19
-0
data/effects/avfilter/avfilter_hqx.xml
data/effects/avfilter/avfilter_hqx.xml
+10
-0
data/effects/avfilter/avfilter_il.xml
data/effects/avfilter/avfilter_il.xml
+29
-0
data/effects/avfilter/avfilter_inflate.xml
data/effects/avfilter/avfilter_inflate.xml
+18
-0
data/effects/avfilter/avfilter_kerneldeint.xml
data/effects/avfilter/avfilter_kerneldeint.xml
+21
-0
data/effects/avfilter/avfilter_lagfun.xml
data/effects/avfilter/avfilter_lagfun.xml
+12
-0
data/effects/avfilter/avfilter_lenscorrection.xml
data/effects/avfilter/avfilter_lenscorrection.xml
+18
-0
data/effects/avfilter/avfilter_limiter.xml
data/effects/avfilter/avfilter_limiter.xml
+17
-0
data/effects/avfilter/avfilter_mcdeint.xml
data/effects/avfilter/avfilter_mcdeint.xml
+17
-0
data/effects/avfilter/avfilter_negate.xml
data/effects/avfilter/avfilter_negate.xml
+9
-0
data/effects/avfilter/avfilter_noise.xml
data/effects/avfilter/avfilter_noise.xml
+56
-0
data/effects/avfilter/avfilter_normalize.xml
data/effects/avfilter/avfilter_normalize.xml
+21
-0
data/effects/avfilter/avfilter_phase.xml
data/effects/avfilter/avfilter_phase.xml
+10
-0
data/effects/avfilter/avfilter_prewitt.xml
data/effects/avfilter/avfilter_prewitt.xml
+16
-0
data/effects/avfilter/avfilter_random.xml
data/effects/avfilter/avfilter_random.xml
+12
-0
data/effects/avfilter/avfilter_removegrain.xml
data/effects/avfilter/avfilter_removegrain.xml
+18
-0
data/effects/avfilter/avfilter_rgbashift.xml
data/effects/avfilter/avfilter_rgbashift.xml
+34
-0
data/effects/avfilter/avfilter_roberts.xml
data/effects/avfilter/avfilter_roberts.xml
+16
-0
data/effects/avfilter/avfilter_sab.xml
data/effects/avfilter/avfilter_sab.xml
+24
-0
data/effects/avfilter/avfilter_selectivecolor.xml
data/effects/avfilter/avfilter_selectivecolor.xml
+38
-0
data/effects/avfilter/avfilter_separatefields.xml
data/effects/avfilter/avfilter_separatefields.xml
+6
-0
data/effects/avfilter/avfilter_setrange.xml
data/effects/avfilter/avfilter_setrange.xml
+10
-0
data/effects/avfilter/avfilter_shuffleplanes.xml
data/effects/avfilter/avfilter_shuffleplanes.xml
+16
-0
data/effects/avfilter/avfilter_smartblur.xml
data/effects/avfilter/avfilter_smartblur.xml
+24
-0
data/effects/avfilter/avfilter_sobel.xml
data/effects/avfilter/avfilter_sobel.xml
+16
-0
data/effects/avfilter/avfilter_sr.xml
data/effects/avfilter/avfilter_sr.xml
+15
-0
data/effects/avfilter/avfilter_stereo3D.xml
data/effects/avfilter/avfilter_stereo3D.xml
+13
-0
data/effects/avfilter/avfilter_tmix.xml
data/effects/avfilter/avfilter_tmix.xml
+9
-0
data/effects/avfilter/avfilter_transpose.xml
data/effects/avfilter/avfilter_transpose.xml
+13
-0
data/effects/avfilter/avfilter_unsharp.xml
data/effects/avfilter/avfilter_unsharp.xml
+24
-0
data/effects/avfilter/avfilter_vaguedenoiser.xml
data/effects/avfilter/avfilter_vaguedenoiser.xml
+23
-0
data/effects/avfilter/avfilter_vectorscope.xml
data/effects/avfilter/avfilter_vectorscope.xml
+47
-0
data/effects/avfilter/avfilter_vflip.xml
data/effects/avfilter/avfilter_vflip.xml
+6
-0
data/effects/avfilter/avfilter_vibrance.xml
data/effects/avfilter/avfilter_vibrance.xml
+30
-0
data/effects/avfilter/avfilter_w3fdif.xml
data/effects/avfilter/avfilter_w3fdif.xml
+14
-0
data/effects/avfilter/avfilter_waveform.xml
data/effects/avfilter/avfilter_waveform.xml
+50
-0
data/effects/avfilter/avfilter_weave.xml
data/effects/avfilter/avfilter_weave.xml
+10
-0
data/effects/avfilter/avfilter_xbr.xml
data/effects/avfilter/avfilter_xbr.xml
+10
-0
data/effects/avfilter/avfilter_yadif.xml
data/effects/avfilter/avfilter_yadif.xml
+18
-0
data/effects/avfilter/avfilter_zoompan.xml
data/effects/avfilter/avfilter_zoompan.xml
+19
-0
data/effects/channelcopy.xml
data/effects/channelcopy.xml
+4
-1
data/effects/dance.xml
data/effects/dance.xml
+45
-0
data/effects/frei0r_bgsubtract0r.xml
data/effects/frei0r_bgsubtract0r.xml
+15
-0
data/effects/frei0r_bigsh0t_eq_mask.xml
data/effects/frei0r_bigsh0t_eq_mask.xml
+22
-0
data/effects/frei0r_bigsh0t_eq_to_rect.xml
data/effects/frei0r_bigsh0t_eq_to_rect.xml
+26
-0
data/effects/frei0r_bigsh0t_hemi_to_eq.xml
data/effects/frei0r_bigsh0t_hemi_to_eq.xml
+53
-0
data/effects/frei0r_bigsh0t_rect_to_eq.xml
data/effects/frei0r_bigsh0t_rect_to_eq.xml
+16
-0
data/effects/frei0r_bigsh0t_stabilize_360.xml
data/effects/frei0r_bigsh0t_stabilize_360.xml
+55
-0
data/effects/frei0r_bigsh0t_transform_360.xml
data/effects/frei0r_bigsh0t_transform_360.xml
+20
-0
data/effects/frei0r_cairoimagegrid.xml
data/effects/frei0r_cairoimagegrid.xml
+12
-0
data/effects/frei0r_cartoon.xml
data/effects/frei0r_cartoon.xml
+2
-2
data/effects/frei0r_dither.xml
data/effects/frei0r_dither.xml
+2
-2
data/effects/frei0r_primaries.xml
data/effects/frei0r_primaries.xml
+1
-1
data/effects/frei0r_rgbsplit0r.xml
data/effects/frei0r_rgbsplit0r.xml
+12
-0
data/effects/frei0r_tehroxx0r.xml
data/effects/frei0r_tehroxx0r.xml
+1
-1
data/effects/lightshow.xml
data/effects/lightshow.xml
+27
-0
data/effects/mono.xml
data/effects/mono.xml
+10
-0
data/effects/movit_flip.xml
data/effects/movit_flip.xml
+6
-0
data/effects/wave.xml
data/effects/wave.xml
+10
-1
data/kdenliveeffectscategory.rc
data/kdenliveeffectscategory.rc
+56
-11
No files found.
data/effects/CMakeLists.txt
View file @
bfbb50e1
INSTALL
(
FILES
audiobalance.xml
audiomap.xml
audiopan.xml
audiospectrum.xml
audiowave.xml
audiowaveform.xml
automask.xml
audiobalance.xml
audiopan.xml
boxblur.xml
brightness.xml
channelcopy.xml
...
...
@@ -13,48 +14,31 @@ charcoal.xml
chroma_hold.xml
chroma.xml
crop.xml
dance.xml
dust.xml
dynamictext.xml
freeze.xml
gamma.xml
grain.xml
greyscale.xml
invert.xml
loudness.xml
dynamic_loudness.xml
luma.xml
mirror.xml
mute.xml
normalise.xml
oldfilm.xml
pan_zoom.xml
pillar_echo.xml
obscure.xml
region.xml
rotation.xml
rotation_keyframable.xml
scratchlines.xml
sepia.xml
shape.xml
sox_bass.xml
sox_gain.xml
sox_phaser.xml
sox_band.xml
sox_echo.xml
sox_flanger.xml
sox_stretch.xml
threshold.xml
volume.xml
wave.xml
dynamictext.xml
fade_from_black.xml
fade_to_black.xml
fadein.xml
fadeout.xml
freeze.xml
frei0r_alpha0ps.xml
frei0r_alphagrad.xml
frei0r_alphaspot.xml
frei0r_balanc0r.xml
frei0r_baltan.xml
frei0r_bezier_curves.xml
frei0r_bgsubtract0r.xml
frei0r_bigsh0t_eq_mask.xml
frei0r_bigsh0t_eq_to_rect.xml
frei0r_bigsh0t_hemi_to_eq.xml
frei0r_bigsh0t_rect_to_eq.xml
frei0r_bigsh0t_stabilize_360.xml
frei0r_bigsh0t_transform_360.xml
frei0r_brightness.xml
frei0r_c0rners.xml
frei0r_cairoimagegrid.xml
frei0r_cartoon.xml
frei0r_cluster.xml
frei0r_colgate.xml
...
...
@@ -63,7 +47,6 @@ frei0r_colordistance.xml
frei0r_colorize.xml
frei0r_colortap.xml
frei0r_contrast0r.xml
frei0r_c0rners.xml
frei0r_curves.xml
frei0r_d90stairsteppingfix.xml
frei0r_defish0r.xml
...
...
@@ -74,6 +57,8 @@ frei0r_dither.xml
frei0r_edgeglow.xml
frei0r_emboss.xml
frei0r_equaliz0r.xml
frei0r_facebl0r.xml
frei0r_facedetect.xml
frei0r_flippo.xml
frei0r_glow.xml
frei0r_hqdn3d.xml
...
...
@@ -95,6 +80,7 @@ frei0r_pr0file.xml
frei0r_primaries.xml
frei0r_rgbnoise.xml
frei0r_rgbparade.xml
frei0r_rgbsplit0r.xml
frei0r_saturat0r.xml
frei0r_scale0tilt.xml
frei0r_scanline0r.xml
...
...
@@ -115,15 +101,21 @@ frei0r_twolay0r.xml
frei0r_vectorscope.xml
frei0r_vertigo.xml
frei0r_vignette.xml
frei0r_facebl0r.xml
frei0r_facedetect.xml
fade_from_black.xml
fade_to_black.xml
gain.xml
gamma.xml
grain.xml
greyscale.xml
invert.xml
lift_gamma_gain.xml
lightshow.xml
loudness.xml
luma.xml
mirror.xml
mono.xml
movit_blur.xml
movit_deconvolution_sharpen.xml
movit_diffusion.xml
movit_flip.xml
movit_glow.xml
movit_lift_gamma_gain.xml
movit_mirror.xml
...
...
@@ -133,15 +125,37 @@ movit_saturation.xml
movit_unsharp_mask.xml
movit_vignette.xml
movit_white_balance.xml
mute.xml
normalise.xml
obscure.xml
oldfilm.xml
pan_zoom.xml
pillar_echo.xml
qtblend.xml
qtcrop.xml
region.xml
rotation_keyframable.xml
rotation.xml
rotoscoping.xml
scratchlines.xml
sepia.xml
shape.xml
sox_band.xml
sox_bass.xml
sox_echo.xml
sox_flanger.xml
sox_gain.xml
sox_phaser.xml
sox_stretch.xml
speed.xml
swapchannels.xml
tcolor.xml
threshold.xml
tracker.xml
vignette.xml
vidstab.xml
qtcrop.xml
vignette.xml
volume.xml
wave.xml
DESTINATION
${
DATA_INSTALL_DIR
}
/kdenlive/effects
)
...
...
data/effects/audiomap.xml
0 → 100644
View file @
bfbb50e1
<!DOCTYPE kpartgui>
<effect
tag=
"audiomap"
id=
"audiomap"
type=
"audio"
unique=
"1"
>
<name>
audiomap
</name>
<description>
audiomap
</description>
<author>
Maksym Veremeyenko
</author>
<parameter
type=
"list"
name=
"0"
default=
"0"
paramlist=
"0;1;2;3;4;5;6;7;8;9;10;11;12;13;14;15;16;17;18;19;20;21;22;23;24;25;26;27;28;29;30;31"
>
<paramlistdisplay>
CH1,CH2,CH3,CH4,CH5,CH6,CH7,CH8,CH9,CH10,CH11,CH12,CH13,CH14,CH15,CH16,CH17,CH18,CH19,CH20,CH21,CH22,CH23,CH24,CH25,CH26,CH27,CH28,CH29,CH30,CH31,CH32
</paramlistdisplay>
<name>
CH1 source
</name>
</parameter>
<parameter
type=
"list"
name=
"1"
paramlist=
"0;1;2;3;4;5;6;7;8;9;10;11;12;13;14;15;16;17;18;19;20;21;22;23;24;25;26;27;28;29;30;31"
default=
"1"
>
<paramlistdisplay>
CH1,CH2,CH3,CH4,CH5,CH6,CH7,CH8,CH9,CH10,CH11,CH12,CH13,CH14,CH15,CH16,CH17,CH18,CH19,CH20,CH21,CH22,CH23,CH24,CH25,CH26,CH27,CH28,CH29,CH30,CH31,CH32
</paramlistdisplay>
<name>
CH2 source
</name>
</parameter>
<parameter
type=
"list"
name=
"2"
paramlist=
"0;1;2;3;4;5;6;7;8;9;10;11;12;13;14;15;16;17;18;19;20;21;22;23;24;25;26;27;28;29;30;31"
default=
"2"
>
<paramlistdisplay>
CH1,CH2,CH3,CH4,CH5,CH6,CH7,CH8,CH9,CH10,CH11,CH12,CH13,CH14,CH15,CH16,CH17,CH18,CH19,CH20,CH21,CH22,CH23,CH24,CH25,CH26,CH27,CH28,CH29,CH30,CH31,CH32
</paramlistdisplay>
<name>
CH3 source
</name>
</parameter>
<parameter
type=
"list"
name=
"3"
paramlist=
"0;1;2;3;4;5;6;7;8;9;10;11;12;13;14;15;16;17;18;19;20;21;22;23;24;25;26;27;28;29;30;31"
default=
"3"
>
<paramlistdisplay>
CH1,CH2,CH3,CH4,CH5,CH6,CH7,CH8,CH9,CH10,CH11,CH12,CH13,CH14,CH15,CH16,CH17,CH18,CH19,CH20,CH21,CH22,CH23,CH24,CH25,CH26,CH27,CH28,CH29,CH30,CH31,CH32
</paramlistdisplay>
<name>
CH4 source
</name>
</parameter>
<parameter
type=
"list"
name=
"4"
paramlist=
"0;1;2;3;4;5;6;7;8;9;10;11;12;13;14;15;16;17;18;19;20;21;22;23;24;25;26;27;28;29;30;31"
default=
"4"
>
<paramlistdisplay>
CH1,CH2,CH3,CH4,CH5,CH6,CH7,CH8,CH9,CH10,CH11,CH12,CH13,CH14,CH15,CH16,CH17,CH18,CH19,CH20,CH21,CH22,CH23,CH24,CH25,CH26,CH27,CH28,CH29,CH30,CH31,CH32
</paramlistdisplay>
<name>
CH5 source
</name>
</parameter>
<parameter
type=
"list"
name=
"5"
paramlist=
"0;1;2;3;4;5;6;7;8;9;10;11;12;13;14;15;16;17;18;19;20;21;22;23;24;25;26;27;28;29;30;31"
default=
"5"
>
<paramlistdisplay>
CH1,CH2,CH3,CH4,CH5,CH6,CH7,CH8,CH9,CH10,CH11,CH12,CH13,CH14,CH15,CH16,CH17,CH18,CH19,CH20,CH21,CH22,CH23,CH24,CH25,CH26,CH27,CH28,CH29,CH30,CH31,CH32
</paramlistdisplay>
<name>
CH6 source
</name>
</parameter>
</effect>
data/effects/avfilter/CMakeLists.txt
View file @
bfbb50e1
...
...
@@ -3,10 +3,89 @@ INSTALL (FILES
acompressor.xml
aecho.xml
agate.xml
selectivecolor.xml
avfilter_lut3d.xml
unsharp.xml
subtitles.xml
eq.xml
equalizer.xml
avfilter_atadenoise.xml
avfilter_avgblur.xml
avfilter_boxblur.xml
avfilter_bwdif.xml
avfilter_chromahold.xml
avfilter_chromashift.xml
avfilter_colorbalance.xml
avfilter_colorchannelmixer.xml
avfilter_colorhold.xml
avfilter_colorlevels.xml
avfilter_colormatrix.xml
avfilter_colorspace.xml
avfilter_datascope.xml
avfilter_dctdnoiz.xml
avfilter_deband.xml
avfilter_deblock.xml
avfilter_dedot.xml
avfilter_deflate.xml
avfilter_delogo.xml
avfilter_derain.xml
avfilter_despill.xml
avfilter_dilation.xml
avfilter_doubleweave.xml
avfilter_drawbox.xml
avfilter_drawgrid.xml
avfilter_edgedetect.xml
avfilter_elbg.xml
avfilter_eq.xml
avfilter_equalizer.xml
avfilter_erosion.xml
avfilter_fftdnoiz.xml
avfilter_fftfilt.xml
avfilter_field.xml
avfilter_fieldorder.xml
avfilter_fillborders.xml
avfilter_framestep.xml
avfilter_fspp.xml
avfilter_gblur.xml
avfilter_graphmonitor.xml
avfilter_hflip.xml
avfilter_histeq.xml
avfilter_histogram.xml
avfilter_hqdn3d.xml
avfilter_hqx.xml
avfilter_il.xml
avfilter_inflate.xml
avfilter_kerneldeint.xml
avfilter_lagfun.xml
avfilter_lenscorrection.xml
avfilter_limiter.xml
avfilter_lut3d.xml
avfilter_mcdeint.xml
avfilter_negate.xml
avfilter_noise.xml
avfilter_normalize.xml
avfilter_phase.xml
avfilter_prewitt.xml
avfilter_random.xml
avfilter_removegrain.xml
avfilter_rgbashift.xml
avfilter_roberts.xml
avfilter_sab.xml
avfilter_selectivecolor.xml
avfilter_separatefields.xml
avfilter_setrange.xml
avfilter_shuffleplanes.xml
avfilter_smartblur.xml
avfilter_sobel.xml
avfilter_sr.xml
avfilter_stereo3D.xml
avfilter_tmix.xml
avfilter_transpose.xml
avfilter_unsharp.xml
avfilter_vaguedenoiser.xml
avfilter_vectorscope.xml
avfilter_vflip.xml
avfilter_vibrance.xml
avfilter_w3fdif.xml
avfilter_waveform.xml
avfilter_weave.xml
avfilter_xbr.xml
avfilter_yadif.xml
avfilter_zoompan.xml
DESTINATION
${
DATA_INSTALL_DIR
}
/kdenlive/effects
)
data/effects/avfilter/avfilter_atadenoise.xml
0 → 100644
View file @
bfbb50e1
<!DOCTYPE kpartgui>
<effect
tag=
"avfilter.atadenoise"
id=
"avfilter.atadenoise"
>
<name>
Adaptive Temporal Averaging Denoiser
</name>
<description>
Apply an Adaptive Temporal Averaging Denoiser to the video input.
</description>
<author>
libavfilter
</author>
<parameter
type=
"constant"
name=
"av.0a"
default=
"0.02"
min=
"0"
max=
"0.3"
decimals=
"2"
>
<name>
A threshold for 1st plane
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.0b"
default=
"0.04"
min=
"0"
max=
"5"
decimals=
"2"
>
<name>
B threshold for 1st plane
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.1a"
default=
"0.02"
min=
"0"
max=
"0.3"
decimals=
"2"
>
<name>
A threshold for 2nd plane
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.1b"
default=
"0.04"
min=
"0"
max=
"5"
decimals=
"2"
>
<name>
B threshold for 2nd plane
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.2a"
default=
"0.02"
min=
"0"
max=
"0.3"
decimals=
"2"
>
<name>
A threshold for 3rd plane
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.2b"
default=
"0.04"
min=
"0"
max=
"5"
decimals=
"2"
>
<name>
B threshold for 3rd plane
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.s"
default=
"9"
min=
"5"
max=
"129"
odd=
"1"
>
<name>
Number of frames for averaging
</name>
</parameter>
</effect>
data/effects/avfilter/avfilter_avgblur.xml
0 → 100644
View file @
bfbb50e1
<!DOCTYPE kpartgui>
<effect
tag=
"avfilter.avgblur"
id=
"avfilter.avgblur"
>
<name>
Average Blur
</name>
<description>
Apply average blur filter.
</description>
<author>
libavfilter
</author>
<parameter
type=
"constant"
name=
"av.sizeX"
default=
"0"
min=
"0"
max=
"500"
factor=
"1"
>
<name>
X Size
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.sizeY"
default=
"0"
min=
"0"
max=
"500"
factor=
"1"
>
<name>
Y size
</name>
</parameter>
<parameter
type=
"list"
name=
"av.planes"
default=
"7"
paramlist=
"0;1;2;3;4;5;6;7"
>
<paramlistdisplay>
Alpha,Y,U,V,Red,Green,Blue,All
</paramlistdisplay>
<name>
Planes
</name>
</parameter>
</effect>
data/effects/avfilter/avfilter_boxblur.xml
0 → 100644
View file @
bfbb50e1
<!DOCTYPE kpartgui>
<effect
tag=
"avfilter.boxblur"
id=
"avfilter.boxblur"
>
<name>
Box Blur
</name>
<description>
Apply a boxblur algorithm to the input video
</description>
<author>
libavfilter
</author>
<parameter
type=
"constant"
name=
"av.lr"
max=
"540"
min=
"0"
default=
"2"
>
<name>
Luma Radius
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.lp"
max=
"100"
min=
"0"
default=
"0"
>
<name>
Luma Power
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.cr"
max=
"480"
min=
"0"
default=
"5"
>
<name>
Chroma Radius
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.cp"
max=
"100"
min=
"0"
default=
"0"
>
<name>
Chroma Power
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.ar"
max=
"540"
min=
"0"
default=
"5"
>
<name>
Alpha Radius
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.ap"
max=
"100"
min=
"0"
default=
"0"
>
<name>
Alpha Power
</name>
</parameter>
</effect>
data/effects/avfilter/avfilter_bwdif.xml
0 → 100644
View file @
bfbb50e1
<!DOCTYPE kpartgui>
<effect
tag=
"avfilter.bwdif"
id=
"avfilter.bwdif"
>
<name>
Bob Weaver Deinterlacer
</name>
<description>
Motion adaptive deinterlacing based on yadif with the use of w3fdif and cubic interpolation algorithms.
</description>
<author>
libavfilter
</author>
<parameter
type=
"list"
name=
"av.mode"
default=
"1"
paramlist=
"0;1"
>
<paramlistdisplay>
Send frame,Send field
</paramlistdisplay>
<name>
Mode
</name>
</parameter>
<parameter
type=
"list"
name=
"av.parity"
default=
"-1"
paramlist=
"0;1;-1"
>
<paramlistdisplay>
Top field first,Bottomfield first,Auto
</paramlistdisplay>
<name>
Parity
</name>
</parameter>
<parameter
type=
"list"
name=
"av.deint"
default=
"0"
paramlist=
"0;1"
>
<paramlistdisplay>
Deint all frames,Deint interlaced frames only
</paramlistdisplay>
<name>
Deinterlace
</name>
</parameter>
</effect>
data/effects/avfilter/avfilter_chromahold.xml
0 → 100644
View file @
bfbb50e1
<!DOCTYPE kpartgui>
<effect
tag=
"avfilter.chromahold"
id=
"avfilter.chromahold"
>
<name>
Chroma Hold
</name>
<description>
Remove all color information for all colors except for certain one.
</description>
<author>
libavfilter
</author>
<parameter
type=
"color"
name=
"av.color"
>
<name>
Color key
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.similarity"
default=
"1"
max=
"1"
min=
"0"
decimals=
"2"
>
<name>
Similarity
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.blend"
default=
"0"
max=
"1"
min=
"0"
decimals=
"2"
>
<name>
Blend
</name>
</parameter>
<paramter
type=
"bool"
name=
"av.yuv"
default=
"false"
>
<name>
for YUV color
</name>
</parameter>
</effect>
data/effects/avfilter/avfilter_chromashift.xml
0 → 100644
View file @
bfbb50e1
<!DOCTYPE kpartgui>
<effect
tag=
"avfilter.chromashift"
id=
"avfilter.chromashift"
>
<name>
Chroma shift
</name>
<description>
Shift chroma pixels horizontally and/or vertically.
</description>
<author>
libavfilter
</author>
<parameter
type=
"constant"
name=
"av.cbh"
default=
"0"
min=
"-255"
max=
"255"
factor=
"1"
>
<name>
Chroma-blue H shift
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.cbv"
default=
"0"
min=
"-255"
max=
"255"
factor=
"1"
>
<name>
Chroma-blue V shift
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.crh"
default=
"0"
min=
"-255"
max=
"255"
factor=
"1"
>
<name>
Chroma-red H shift
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.crv"
default=
"0"
min=
"-255"
max=
"255"
factor=
"1"
>
<name>
Chroma-red V shift
</name>
</parameter>
<parameter
type=
"list"
name=
"av.edge"
default=
"0"
paramlist=
"0;1"
>
<paramlistdisplay>
Smear,Wrap
</paramlistdisplay>
<name>
Edge mode
</name>
</parameter>
</effect>
data/effects/avfilter/avfilter_colorbalance.xml
0 → 100644
View file @
bfbb50e1
<!DOCTYPE kpartgui>
<effect
tag=
"avfilter.colorbalance"
id=
"avfilter.colorbalance"
>
<name>
Color balance
</name>
<description>
Modify intensity of primary colors (red, green and blue) of input frames.
</description>
<author>
libavfilter
</author>
<parameter
type=
"constant"
name=
"av.rs"
default=
"0"
min=
"-1"
max=
"1"
decimals=
"2"
>
<name>
Red Shadow
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.gs"
default=
"0"
min=
"-1"
max=
"1"
decimals=
"2"
>
<name>
Green Shadow
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.bs"
default=
"0"
min=
"-1"
max=
"1"
decimals=
"2"
>
<name>
Blue Shadow
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.rm"
default=
"0"
min=
"-1"
max=
"1"
decimals=
"2"
>
<name>
Red Midtones
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.gm"
default=
"0"
min=
"-1"
max=
"1"
decimals=
"2"
>
<name>
Green Midtones
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.bm"
default=
"0"
min=
"-1"
max=
"1"
decimals=
"2"
>
<name>
Blue Midtones
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.rh"
default=
"0"
min=
"-1"
max=
"1"
decimals=
"2"
>
<name>
Red Highlights
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.gh"
default=
"0"
min=
"-1"
max=
"1"
decimals=
"2"
>
<name>
Green Highlights
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.bh"
default=
"0"
min=
"-1"
max=
"1"
decimals=
"2"
>
<name>
Blue Highlights
</name>
</parameter>
<parameter
type=
"bool"
name=
"av.pl"
default=
"0"
>
<name>
Preserve lightness
</name>
</parameter>
</effect>
data/effects/avfilter/avfilter_colorchannelmixer.xml
0 → 100644
View file @
bfbb50e1
<!DOCTYPE kpartgui>
<effect
tag=
"avfilter.colorchannelmixer"
id=
"avfilter.colorchannelmixer"
>
<name>
Color Channel Mixer
</name>
<description>
Modifies a color channel by adding the values associated to the other channels of the same pixels
</description>
<author>
libavfilter
</author>
<parameter
type=
"constant"
name=
"av.rr"
default=
"1"
min=
"0"
max=
"2"
decimals=
"2"
>
<name>
Red-Red
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.rg"
default=
"0"
min=
"-2"
max=
"2"
decimals=
"2"
>
<name>
Red-Green
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.rb"
default=
"0"
min=
"-2"
max=
"2"
decimals=
"2"
>
<name>
Red-Blue
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.gr"
default=
"0"
min=
"-2"
max=
"2"
decimals=
"2"
>
<name>
Green-Red
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.gg"
default=
"1"
min=
"0"
max=
"2"
decimals=
"2"
>
<name>
Green-Green
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.gb"
default=
"0"
min=
"-2"
max=
"2"
decimals=
"2"
>
<name>
Green-Blue
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.br"
default=
"0"
min=
"-2"
max=
"2"
decimals=
"2"
>
<name>
Blue-Red
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.bg"
default=
"0"
min=
"-2"
max=
"2"
decimals=
"2"
>
<name>
Blue-Green
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.bb"
default=
"1"
min=
"0"
max=
"2"
decimals=
"2"
>
<name>
Blue-Blue
</name>
</parameter>
</effect>
data/effects/avfilter/avfilter_colorhold.xml
0 → 100644
View file @
bfbb50e1
<!DOCTYPE kpartgui>
<effect
tag=
"avfilter.colorhold"
id=
"avfilter.colorhold"
>
<name>
Color Hold
</name>
<description>
Remove all color information for all RGB colors except for certain one.
</description>
<author>
libavfilter
</author>
<parameter
type=
"color"
name=
"av.color"
>
<name>
Color key
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.similarity"
default=
"1"
max=
"1"
min=
"0"
decimals=
"2"
>
<name>
Similarity
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.blend"
default=
"0"
max=
"1"
min=
"0"
decimals=
"2"
>
<name>
Blend
</name>
</parameter>
</effect>
data/effects/avfilter/avfilter_colorlevels.xml
0 → 100644
View file @
bfbb50e1
<!DOCTYPE kpartgui>
<effect
tag=
"avfilter.colorlevels"
id=
"avfilter.colorlevels"
>
<name>
Color levels
</name>
<description>
Adjust video input frames using levels.
</description>
<author>
libavfilter
</author>
<parameter
type=
"constant"
name=
"av.rimin"
default=
"0"
min=
"0"
max=
"1"
decimals=
"2"
>
<name>
Red black input
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.rimax"
default=
"1"
min=
"0"
max=
"1"
decimals=
"2"
>
<name>
Red white input
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.romin"
default=
"0"
min=
"0"
max=
"1"
decimals=
"2"
>
<name>
Red black ouput input
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.romax"
default=
"1"
min=
"0"
max=
"1"
decimals=
"2"
>
<name>
Red white output
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.gimin"
default=
"0"
min=
"0"
max=
"1"
decimals=
"2"
>
<name>
Green black input
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.gimax"
default=
"1"
min=
"0"
max=
"1"
decimals=
"2"
>
<name>
Green white input
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.gomin"
default=
"0"
min=
"0"
max=
"1"
decimals=
"2"
>
<name>
Green black ouput input
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.gomax"
default=
"1"
min=
"0"
max=
"1"
decimals=
"2"
>
<name>
Green white output
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.bimin"
default=
"0"
min=
"0"
max=
"1"
decimals=
"2"
>
<name>
Blue black input
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.bimax"
default=
"1"
min=
"0"
max=
"1"
decimals=
"2"
>
<name>
Blue white input
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.bomin"
default=
"0"
min=
"0"
max=
"1"
decimals=
"2"
>
<name>
Blue black ouput input
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.bomax"
default=
"1"
min=
"0"
max=
"1"
decimals=
"2"
>
<name>
Blue white output
</name>
</parameter>
</effect>
data/effects/avfilter/avfilter_colormatrix.xml
0 → 100644
View file @
bfbb50e1
<!DOCTYPE kpartgui>
<effect
tag=
"avfilter.colormatrix"
id=
"avfilter.colormatrix"
>
<name>
Color Matrix
</name>
<description>
Convert color matrix.
</description>
<author>
libavfilter
</author>
<parameter
type=
"list"
name=
"av.src"
default=
"bt709"
paramlist=
"bt709;fcc;bt601;bt470;bt470bg;smpte170m;smpte240m;bt2020"
>
<paramlistdisplay>
BT.709,FCC,BT.601,BT.470,BT.470BG,SMPTE-170M,BT.2020
</paramlistdisplay>
<name>
Source color Matrix
</name>
</parameter>
<parameter
type=
"list"
name=
"av.dst"
default=
"smpte240m"
paramlist=
"bt709;fcc;bt601;bt470;bt470bg;smpte170m;smpte240m;bt2020"
>
<paramlistdisplay>
BT.709,FCC,BT.601,BT.470,BT.470BG,SMPTE-170M,BT.2020
</paramlistdisplay>
<name>
Destination color Matrix
</name>
</parameter>
</effect>
data/effects/avfilter/avfilter_colorspace.xml
0 → 100644
View file @
bfbb50e1
<!DOCTYPE kpartgui>
<effect
tag=
"avfilter.colorspace"
id=
"avfilter.colorspace"
>
<name>
Color Space
</name>
<description>
Convert colorspace, transfer characteristics or color primaries. Input video needs to have an even size.
</description>
<author>
libavfilter
</author>
<parameter
type=
"list"
name=
"av.all"
default=
"bt709"
paramlist=
"bt470m;bt470bg;bt601-6-525;bt601-6-625;bt709;smpte170m;smpte240m;bt2020"
>
<paramlistdisplay>
BT.470,BT.470BG,BT.601-6 525,BT.601-6 625,BT.709,SMPTE-170M,SMPTE-240M,BT.2020
</paramlistdisplay>
<name>
Color properties
</name>
</parameter>
<parameter
type=
"list"
name=
"av.space"
default=
"bt709"
paramlist=
"bt709;fcc;bt470bg;smpte170m;smpte240m;ycgco;bt2020ncl"
>
<paramlistdisplay>
BT.709,FCC,BT.470BG,SMPTE-170M,SMPTE-240M,YCgCo,BT.2020 non-constant luma
</paramlistdisplay>
<name>
Output Color Space
</name>
</parameter>
<parameter
type=
"list"
name=
"av.trc"
default=
"bt709"
paramlist=
"bt709;bt470m;bt470bg;gamma22;gamma28;smpte170m;smpte240m;srgb;iec61966-2-1;iec61966-2-4;xvycc;bt2020-10;bt2020-12"
>
<paramlistdisplay>
BT.709,BT.470M,BT.470BG,Constant gamma of 2.2,Constant gamma of 2.8,SMPTE-170M,SMPTE-240M,SRGB,iec61966-2-1,iec61966-2-4,xvycc,BT.2020 for 10-bits content, BT.2020 for 12-bits content
</paramlistdisplay>
<name>
Output transfer characteristicse
</name>
</parameter>
<parameter
type=
"list"
name=
"av.primaries"
default=
"bt709"
paramlist=
"bt709;bt470m;bt470bg;smpte170m;smpte240m;film;smpte431;smpte432;bt2020;jedec-p22"
>
<paramlistdisplay>
BT.709,BT.470M,BT.470BG,SMPTE-170M,SMPTE-240M,Film,Smpte-431,SMPTE-432,BT.2020,JEDEC P22 phsphors
</paramlistdisplay>
<name>
Output Color Primaries
</name>
</parameter>
<parameter
type=
"list"
name=
"av.range"
default=
"pc"
paramlist=
"tv;mpeg;pc;jpeg"
>
<paramlistdisplay>
TV (restricted range),MPEG (restricted range),PC (FULL range),JPEG (FULL range)
</paramlistdisplay>
<name>
Output Color Range
</name>
</parameter>