-
-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
moving files (might be refined later)
- Loading branch information
Vincent PINON
committed
Jun 30, 2014
1 parent
5fcf17f
commit 5a7add2
Showing
516 changed files
with
510 additions
and
774 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,38 @@ | ||
install(FILES banner.png timeline_nothumbs.png timeline_athumbs.png timeline_vthumbs.png timeline_avthumbs.png metadata.properties blacklisted_effects.txt blacklisted_transitions.txt encodingprofiles.rc meta_ffmpeg.png meta_libav.png meta_magiclantern.png DESTINATION ${DATA_INSTALL_DIR}/kdenlive ) | ||
install( FILES kdenliveeffectscategory.rc DESTINATION ${CONFIG_INSTALL_DIR} ) | ||
install (FILES kdenlive.xpm DESTINATION share/pixmaps) | ||
install (FILES kdenlive.menu DESTINATION share/menu RENAME kdenlive) | ||
add_subdirectory(effects) | ||
add_subdirectory(icons) | ||
add_subdirectory(lumas) | ||
add_subdirectory(man) | ||
add_subdirectory(titles) | ||
install(FILES | ||
banner.png | ||
blacklisted_effects.txt | ||
blacklisted_transitions.txt | ||
encodingprofiles.rc | ||
kdenliveui.rc | ||
kdenlive.notifyrc | ||
metadata.properties | ||
meta_ffmpeg.png | ||
meta_libav.png | ||
meta_magiclantern.png | ||
timeline_athumbs.png | ||
timeline_avthumbs.png | ||
timeline_nothumbs.png | ||
timeline_vthumbs.png | ||
DESTINATION ${DATA_INSTALL_DIR}/kdenlive) | ||
install(FILES profiles.xml DESTINATION ${DATA_INSTALL_DIR}/kdenlive/export) | ||
install(FILES | ||
kdenliveeffectscategory.rc | ||
kdenlive_projectprofiles.knsrc | ||
kdenlive_renderprofiles.knsrc | ||
kdenlive_titles.knsrc | ||
kdenlive_wipes.knsrc | ||
kdenlivetranscodingrc | ||
DESTINATION ${CONFIG_INSTALL_DIR}) | ||
install(FILES kdenlive.xpm DESTINATION share/pixmaps) | ||
install(FILES kdenlive.menu DESTINATION share/menu RENAME kdenlive) | ||
install(FILES kdenlive.desktop DESTINATION ${XDG_APPS_INSTALL_DIR}) | ||
|
||
find_package(SharedMimeInfo REQUIRED) | ||
install(FILES kdenlive.xml westley.xml DESTINATION ${XDG_MIME_INSTALL_DIR}) | ||
update_xdg_mimetypes(${XDG_MIME_INSTALL_DIR}) | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<!DOCTYPE kpartgui> | ||
<effect tag="movit.blur" id="movit.blur"> | ||
<name>Movit: Blur</name> | ||
<description>Blur</description> | ||
<author>Steinar H. Gunderson</author> | ||
<parameter type="simplekeyframe" name="radius" default="150" min="0" max="1000" factor="10"> | ||
<name>Radius</name> | ||
</parameter> | ||
</effect> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<!DOCTYPE kpartgui> | ||
<effect tag="movit.sharpen" id="movit.sharpen"> | ||
<name>Movit: Deconvolution sharpen</name> | ||
<description>Sharpens in a more intelligent way</description> | ||
<author>Steinar H. Gunderson</author> | ||
<parameter type="simplekeyframe" name="matrix_size" default="5" min="1" max="10" factor="1"> | ||
<name>Matrix size</name> | ||
</parameter> | ||
<parameter type="simplekeyframe" name="circle_radius" default="200" min="0" max="1000" factor="100"> | ||
<name>Circle radius</name> | ||
</parameter> | ||
<parameter type="simplekeyframe" name="gaussian_radius" default="0" min="0" max="1000" factor="100"> | ||
<name>Gaussian radius</name> | ||
</parameter> | ||
<parameter type="simplekeyframe" name="correlation" default="950" min="0" max="1000" factor="1000"> | ||
<name>Correlation</name> | ||
</parameter> | ||
<parameter type="simplekeyframe" name="noise" default="10" min="0" max="1000" factor="1000"> | ||
<name>Noise</name> | ||
</parameter> | ||
</effect> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<!DOCTYPE kpartgui> | ||
<effect tag="movit.diffusion" id="movit.diffusion"> | ||
<name>Movit: Diffusion</name> | ||
<description>Diffusion</description> | ||
<author>Steinar H. Gunderson</author> | ||
<parameter type="simplekeyframe" name="radius" default="150" min="0" max="1000" factor="10"> | ||
<name>Radius</name> | ||
</parameter> | ||
<parameter type="simplekeyframe" name="mix" default="30" min="0" max="1000" factor="100"> | ||
<name>Mix amount</name> | ||
</parameter> | ||
</effect> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<!DOCTYPE kpartgui> | ||
<effect tag="movit.glow" id="movit.glow"> | ||
<name>Movit: Glow</name> | ||
<description>Glow</description> | ||
<author>Steinar H. Gunderson</author> | ||
<parameter type="simplekeyframe" name="radius" default="200" min="0" max="1000" factor="10"> | ||
<name>Radius</name> | ||
</parameter> | ||
<parameter type="simplekeyframe" name="blur_mix" default="100" min="0" max="1000" factor="100"> | ||
<name>Glow strength</name> | ||
</parameter> | ||
<parameter type="simplekeyframe" name="highlight_cutoff" default="20" min="0" max="100" factor="100"> | ||
<name>Highlight cutoff threshold</name> | ||
</parameter> | ||
</effect> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<!DOCTYPE kpartgui> | ||
<effect tag="movit.lift_gamma_gain" id="movit.lift_gamma_gain"> | ||
<name>Movit: Lift/gamma/gain</name> | ||
<description>Do simple color grading</description> | ||
<author>Steinar H. Gunderson</author> | ||
<parameter type="simplekeyframe" name="lift_r" default="0" min="0" max="500" factor="100"> | ||
<name>Lift: Red</name> | ||
</parameter> | ||
<parameter type="simplekeyframe" name="lift_g" default="0" min="0" max="500" factor="100"> | ||
<name>Lift: Green</name> | ||
</parameter> | ||
<parameter type="simplekeyframe" name="lift_b" default="0" min="0" max="500" factor="100"> | ||
<name>Lift: Blue</name> | ||
</parameter> | ||
<parameter type="simplekeyframe" name="gamma_r" default="100" min="0" max="500" factor="100"> | ||
<name>Gamma: Red</name> | ||
</parameter> | ||
<parameter type="simplekeyframe" name="gamma_g" default="100" min="0" max="500" factor="100"> | ||
<name>Gamma: Green</name> | ||
</parameter> | ||
<parameter type="simplekeyframe" name="gamma_b" default="100" min="0" max="500" factor="100"> | ||
<name>Gamma: Blue</name> | ||
</parameter> | ||
<parameter type="simplekeyframe" name="gain_r" default="100" min="0" max="500" factor="100"> | ||
<name>Gain: Red</name> | ||
</parameter> | ||
<parameter type="simplekeyframe" name="gain_g" default="100" min="0" max="500" factor="100"> | ||
<name>Gain: Green</name> | ||
</parameter> | ||
<parameter type="simplekeyframe" name="gain_b" default="100" min="0" max="500" factor="100"> | ||
<name>Gain: Blue</name> | ||
</parameter> | ||
</effect> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<!DOCTYPE kpartgui> | ||
<effect tag="movit.lift_gamma_gain" id="movit.lift_gamma_gain2"> | ||
<name>Movit: Lift/gamma/gain (colors)</name> | ||
<description>Do simple color grading</description> | ||
<author>Steinar H. Gunderson</author> | ||
<parameter type="double" name="lift_r" default="0" min="0" max="500" factor="100"> | ||
<name>Lift: Red</name> | ||
</parameter> | ||
<parameter type="double" name="lift_g" default="0" min="0" max="500" factor="100"> | ||
<name>Lift: Green</name> | ||
</parameter> | ||
<parameter type="double" name="lift_b" default="0" min="0" max="500" factor="100"> | ||
<name>Lift: Blue</name> | ||
</parameter> | ||
<parameter type="double" name="gamma_r" default="100" min="0" max="500" factor="100"> | ||
<name>Gamma: Red</name> | ||
</parameter> | ||
<parameter type="double" name="gamma_g" default="100" min="0" max="500" factor="100"> | ||
<name>Gamma: Green</name> | ||
</parameter> | ||
<parameter type="double" name="gamma_b" default="100" min="0" max="500" factor="100"> | ||
<name>Gamma: Blue</name> | ||
</parameter> | ||
<parameter type="double" name="gain_r" default="100" min="0" max="500" factor="100"> | ||
<name>Gain: Red</name> | ||
</parameter> | ||
<parameter type="double" name="gain_g" default="100" min="0" max="500" factor="100"> | ||
<name>Gain: Green</name> | ||
</parameter> | ||
<parameter type="double" name="gain_b" default="100" min="0" max="500" factor="100"> | ||
<name>Gain: Blue</name> | ||
</parameter> | ||
</effect> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<!DOCTYPE kpartgui> | ||
<effect tag="movit.mirror" id="movit.mirror"> | ||
<name>Movit: Mirror</name> | ||
<description>Flips the image horizontally</description> | ||
<author>Steinar H. Gunderson</author> | ||
</effect> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<!DOCTYPE kpartgui> | ||
<effect tag="movit.opacity" id="movit.opacity"> | ||
<name>Movit: Opacity</name> | ||
<description>Change the opacity of the image</description> | ||
<author>Steinar H. Gunderson</author> | ||
<parameter type="simplekeyframe" name="opacity" default="100" min="0" max="200" factor="100"> | ||
<name>Opacity</name> | ||
</parameter> | ||
</effect> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<!DOCTYPE kpartgui> | ||
<effect tag="movit.saturation" id="movit.saturation"> | ||
<name>Movit: Saturation</name> | ||
<description>Saturate or desaturate the image</description> | ||
<author>Steinar H. Gunderson</author> | ||
<parameter type="simplekeyframe" name="saturation" default="100" min="0" max="1000" factor="100"> | ||
<name>Saturation</name> | ||
</parameter> | ||
</effect> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<!DOCTYPE kpartgui> | ||
<effect tag="movit.unsharp_mask" id="movit.unsharp_mask"> | ||
<name>Movit: Unsharp mask</name> | ||
<description>Sharpens the image by subtracting a blurred copy</description> | ||
<author>Steinar H. Gunderson</author> | ||
<parameter type="simplekeyframe" name="radius" default="150" min="0" max="1000" factor="10"> | ||
<name>Radius</name> | ||
</parameter> | ||
<parameter type="simplekeyframe" name="radius" default="50" min="0" max="1000" factor="100"> | ||
<name>Amount</name> | ||
</parameter> | ||
</effect> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<!DOCTYPE kpartgui> | ||
<effect tag="movit.vignette" id="movit.vignette"> | ||
<name>Movit: Vignette</name> | ||
<description>Vignette</description> | ||
<author>Steinar H. Gunderson</author> | ||
<parameter type="simplekeyframe" name="radius" default="300" min="0" max="1000" factor="1000"> | ||
<name>Radius</name> | ||
</parameter> | ||
<parameter type="simplekeyframe" name="inner_radius" default="300" min="0" max="1000" factor="1000"> | ||
<name>Inner radius</name> | ||
</parameter> | ||
</effect> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<!DOCTYPE kpartgui> | ||
<group> | ||
<effect tag="movit.white_balance" id="movit.white_balance"> | ||
<name>Movit: White balance</name> | ||
<description>Adjust the white balance / color temperature</description> | ||
<author>Steinar H. Gunderson</author> | ||
<parameter type="color" name="neutral_color" default="0xffffffff"> | ||
<name>Neutral Color</name> | ||
</parameter> | ||
<parameter type="simplekeyframe" name="color_temperature" default="6500" min="1500" max="15000" factor="1"> | ||
<name>Color Temperature</name> | ||
</parameter> | ||
</effect> | ||
</group> | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
Oops, something went wrong.