Compare commits

...

1394 Commits

Author SHA1 Message Date
Jean-Baptiste Mardelle
1e13756f34 Merge branch 'master' into work/embeded-python2 2025-05-16 18:13:16 +02:00
Jean-Baptiste Mardelle
ae70b653ab Cleanup plugins config page 2025-05-16 18:12:40 +02:00
Jean-Baptiste Mardelle
dc02eb9841 Fix SAM2 use system packages hidden
Related to #2005
2025-05-16 17:13:40 +02:00
Jean-Baptiste Mardelle
1765e19bfb Merge branch 'master' into work/embeded-python2 2025-05-16 16:35:14 +02:00
Jean-Baptiste Mardelle
0eeceaeef5 Fix whisper process button incorrectly disabled and incorrect install detection
Related to #2005
2025-05-16 16:32:17 +02:00
Jean-Baptiste Mardelle
9544e4c1f0 Tests for using embeded python 2025-05-16 14:29:13 +02:00
Jean-Baptiste Mardelle
fd21d0cacd Tests for using embeded python 2025-05-16 14:24:04 +02:00
Jean-Baptiste Mardelle
dc9b0d1f25 Fix tests failing if system uses a non 25 fps default profile 2025-05-16 12:49:01 +02:00
Jean-Baptiste Mardelle
6762998801 Cleanup some of the recent markers changes 2025-05-16 11:45:56 +02:00
Jean-Baptiste Mardelle
ddaec4e7da Enable/disable guides liste buttons contextually 2025-05-16 11:17:05 +02:00
Jean-Baptiste Mardelle
7d3ebd6bf5 Fix missing config entry 2025-05-16 11:07:00 +02:00
Jean-Baptiste Mardelle
3b37b009b3 Fix case of enum 2025-05-16 10:55:18 +02:00
Jean-Baptiste Mardelle
ea1dc75fdf Fix marker list not initialized on opening and missing includes 2025-05-16 10:53:12 +02:00
Jean-Baptiste Mardelle
a5a411773e Add option to show thumbails in markers list dialog
This adds a new option in the guides list menu: show thumbnails

![image](/uploads/a8044fa26f7503d5c8f0cb7bac4ee6c1/image.png){width=236 height=276}
2025-05-16 10:21:57 +02:00
l10n daemon script
7a1c3bf866 GIT_SILENT Sync po/docbooks with svn 2025-05-16 01:40:48 +00:00
Jean-Baptiste Mardelle
dbedd52e9b Move show all guides option to a top pushbutton, show sequence name in guides widget
Related to !641
2025-05-15 13:14:56 +02:00
Jean-Baptiste Mardelle
53b39b4f65 Cleanup guides list code 2025-05-15 09:33:36 +02:00
Jean-Baptiste Mardelle
4485d3f704 Fix built-in effects disabled state changes on cut 2025-05-15 06:23:14 +02:00
l10n daemon script
0ef8cb7b24 GIT_SILENT Sync po/docbooks with svn 2025-05-15 01:41:42 +00:00
Jean-Baptiste Mardelle
f310a6231a Guides list: add a button to show all project clip markers in the list
Fixes #1402
2025-05-14 14:53:27 +02:00
l10n daemon script
019725ee7a GIT_SILENT Sync po/docbooks with svn 2025-05-14 01:40:53 +00:00
Jean-Baptiste Mardelle
8c5e36da68 Drop mediainfo dependency now that we can directly read tc from MLT 2025-05-13 11:32:06 +02:00
l10n daemon script
5ba472bd85 GIT_SILENT Sync po/docbooks with svn 2025-05-13 01:41:56 +00:00
Jean-Baptiste Mardelle
8847d35313 STT: fix disabled process button in speech dialog
Related to #2005
2025-05-12 18:33:49 +02:00
Jean-Baptiste Mardelle
17b348c2d8 Resources widget: add abort button and don't add clips in sequences folder
CCBUG: 503991
2025-05-12 07:35:32 +02:00
l10n daemon script
b2163e0d4d GIT_SILENT Sync po/docbooks with svn 2025-05-12 01:37:00 +00:00
balooii balooii
c48d5c2431 Download online resources thumbnails in parallel
* previously thumbs have been loaded sequentially which wasn't the best experience. This change speeds it up by running these requests in parallel
* according to docs QNetworkAccessManager executes up to 6 requests in parallel which fits this purpose and shouldn't overload these APIs
* don't use temporary files to download the thumbnails before converting to pixmaps. Just do it in memory
2025-05-11 07:32:05 +02:00
l10n daemon script
8bb0225c93 GIT_SILENT Sync po/docbooks with svn 2025-05-11 01:39:32 +00:00
Jean-Baptiste Mardelle
482eed7b02 Fix possible crash on new project introduced in last commit 2025-05-10 18:06:47 +02:00
Jean-Baptiste Mardelle
0253ff9359 Update render dialog guides when sequence offset changes 2025-05-10 18:00:19 +02:00
Jean-Baptiste Mardelle
14d1bdb889 Changing sequence timecode offset now updates timecode display in timeline ruler, monitor timecode and guides list
CCBUG: 499221
2025-05-10 07:32:15 +02:00
Jean-Baptiste Mardelle
ecaa0ad692 remove debug 2025-05-10 07:32:13 +02:00
Jean-Baptiste Mardelle
a5b68b3927 Adjust monitor timecode for sequence clips with timecode offset 2025-05-10 07:32:11 +02:00
Jean-Baptiste Mardelle
09c52b37bd Display timecode offset in render dialog 2025-05-10 07:32:08 +02:00
l10n daemon script
8cb404864d GIT_SILENT Sync po/docbooks with svn 2025-05-10 01:39:12 +00:00
Jean-Baptiste Mardelle
94bdad65a2 Add timeline sequence offset timecode in clip properties
Related to #886
2025-05-09 11:54:56 +02:00
Jean-Baptiste Mardelle
4d20f8d631 Add better strings for mask task 2025-05-09 10:10:58 +02:00
Jean-Baptiste Mardelle
e51138e1f8 Merge branch 'release/25.04' 2025-05-09 10:04:08 +02:00
Jean-Baptiste Mardelle
82116260aa Fix render widget target file can have no extension or incorrect path.
CCBUG: 503896
2025-05-09 10:02:06 +02:00
Jean-Baptiste Mardelle
a823ce9889 SAM2: show message and full log if the python script crashes, try to auto reinstall if the venv python exe is missing 2025-05-09 10:02:01 +02:00
l10n daemon script
5624376e17 GIT_SILENT Sync po/docbooks with svn 2025-05-09 03:09:54 +00:00
l10n daemon script
030568a1bb GIT_SILENT Sync po/docbooks with svn 2025-05-09 01:35:42 +00:00
l10n daemon script
9c437161e0 GIT_SILENT Sync po/docbooks with svn 2025-05-08 01:36:26 +00:00
l10n daemon script
f37f3cc320 GIT_SILENT Sync po/docbooks with svn 2025-05-07 03:13:06 +00:00
l10n daemon script
73f5f65482 GIT_SILENT Sync po/docbooks with svn 2025-05-07 01:38:25 +00:00
Xander Bailey
cbb54eeb1c Add Arch Linux build instructions
I added some instructions on how to get a build environment for Arch Linux. I figured if it's specifically named as being supported for building it would make sense to have some information on how to build under it.
2025-05-06 11:13:29 +02:00
Jean-Baptiste Mardelle
4da56479c4 Project notes:use space as separator for clip timecodes, update links when a clip is renamed
CCBUG: 503558
2025-05-06 10:18:54 +02:00
Jean-Baptiste Mardelle
9975f670e5 Merge branch 'release/25.04' 2025-05-06 09:08:26 +02:00
Jean-Baptiste Mardelle
156ab9072b Save and restore titler tool panel width
CCBUG: 502869
2025-05-06 09:05:34 +02:00
l10n daemon script
7497e40e91 GIT_SILENT Sync po/docbooks with svn 2025-05-06 03:15:02 +00:00
l10n daemon script
b82aa23422 GIT_SILENT Sync po/docbooks with svn 2025-05-06 01:37:10 +00:00
balooii balooii
3ba1cd602b Audio thumbnail generation: set discard flag for all but selected streams to reduce I/O 2025-05-06 00:12:03 +02:00
balooii balooii
2708d8687e Audio thumbnail generation: set discard flag for all but selected streams to reduce I/O 2025-05-06 00:09:35 +02:00
Jean-Baptiste Mardelle
6c20666b5c Merge branch 'release/25.04' 2025-05-05 23:52:40 +02:00
Jean-Baptiste Mardelle
b8270cad18 Fix crash deleting multiple bin clips 2025-05-05 23:51:56 +02:00
Jean-Baptiste Mardelle
6f78fac339 Fix crash on profile change while loading clips
Related to #2001
2025-05-05 22:14:14 +02:00
Jean-Baptiste Mardelle
68a778c25a Don't try to cancel finished tasks
Related to #2001
2025-05-05 22:14:00 +02:00
Jean-Baptiste Mardelle
af238778c7 Drop unique_ptr in favor of plain pointers to avoid dangling connections.
Related to #2001
2025-05-05 22:13:48 +02:00
Jean-Baptiste Mardelle
43141b76b3 Fix crash on profile change while loading clips
Related to #2001
2025-05-05 22:12:22 +02:00
balooii balooii
98a68e287a Fix misalignment of monitor tools CCBUG: 498337 CCBUG:461219
* Fixes rounding error when converting between cpp and qml offsets. In cpp we use top-left integer offset but in QML centered x/y floating point coords. This accumulated in a misalignment by a few pixels. Also affected drawing the overlays / grids being off slightly.
* Fixes zoombar compensation when setting qml offsets. This was hardcoded to 10 pixels but on my system this is 14. This resulted in major misalignment on higher zoom levels as the error is multiplied by the zoom factor.

2nd problem is most noticable when using rotoscope on a high zoom level but affected all tools. Notice yellow rectangle is off as well as red rotoscope mask border

misaligned:
![misalignment_roto_zoomed](/uploads/28c59b85cd7e506be63fd4220505301e/misalignment_roto_zoomed.png)

fixed:
![fixed_alignment_roto_zoomed](/uploads/c14216cce501fc6d76733acc8f17cb3d/fixed_alignment_roto_zoomed.png)

1st problem was also noticable when not zoomed. See slight offset of red rectangle at the bottom

misaligned:

![misalignment_transform_no_zoom](/uploads/d3a055d492b80b45c4adee551b0983b9/misalignment_transform_no_zoom.png)

fixed:

![fixed_alignment_transform_no_zoom](/uploads/40f52bc10314b6e4c4aec17510960e0e/fixed_alignment_transform_no_zoom.png)

I was pulling my hair out trying to understand what `10 * m_zoom` is supposed to be until I understood that is supposed to be the size of the opposite zoombar...

This is definitely a fix for 
https://bugs.kde.org/show_bug.cgi?id=498337

and I think also for 
https://bugs.kde.org/show_bug.cgi?id=461219

but I'm not exactly sure about the 2nd report or if reported meant something different.
2025-05-05 18:57:34 +02:00
balooii balooii
17fac17d25 Use window color as background color for RGB Parade min/max text section 2025-05-05 08:38:30 +02:00
l10n daemon script
cbb59da155 GIT_SILENT Sync po/docbooks with svn 2025-05-05 03:15:16 +00:00
l10n daemon script
d47a9f1120 GIT_SILENT Sync po/docbooks with svn 2025-05-05 01:39:08 +00:00
Jean-Baptiste Mardelle
08df6e405e Don't try to cancel finished tasks
Related to #2001
2025-05-04 15:08:37 +02:00
Jean-Baptiste Mardelle
d12173f34a Drop unique_ptr in favor of plain pointers to avoid dangling connections.
Related to #2001
2025-05-04 14:33:35 +02:00
Jean-Baptiste Mardelle
365a6965b0 CEnsure the python venv is found before launching mask task 2025-05-04 13:58:28 +02:00
balooii balooii
55f2cb2bc8 Fix high memory consumption of SAM2
Fixes: https://invent.kde.org/multimedia/kdenlive/-/issues/1973

Official AsyncVideoFrameLoader loads all frames into memory which prevents it for being used clips longer than a few seconds.
This introduces our own version of AsyncVideoFrameLoader which doesn't cache all images.

Check out the comment https://invent.kde.org/multimedia/kdenlive/-/issues/1973#note_1199934 for more details.

Didn't bother to create a PR for the official Facebook repo. Based on outstanding open PRs and official activity on that repo its not a community project. Need to fix this on our side unfortunately.

Its basically as three line change as mentioned in the comment but needed to create our custom SAM2VideoPredictor which delegates to the official SAM2VideoPredictorOfficial except loading the images in init in order to fix it (Wanted to avoid forking SAM2 repo so we don't have another repo to maintain...).

I intend to work a bit more on the SAM integration and added a few TODOs for myself. Will clean up this code and fix the TODOs in future MRs.

Also, while testing the feature looks like preview mode is somewhat broken (preview seems to work only for the first frame atm).
2025-05-04 08:07:05 +02:00
Jean-Baptiste Mardelle
d6b05aee93 Fix AMF checksum 2025-05-04 08:06:00 +02:00
Jean-Baptiste Mardelle
ab993a44db Fix amf download url 2025-05-04 08:05:47 +02:00
Jean-Baptiste Mardelle
b5bc58cc8f Project notes: fix entering newline breaks timeline links, enable timecode actions only if relevant
CCBUG: 503558
2025-05-04 08:04:43 +02:00
Jean-Baptiste Mardelle
bb37143346 Merge branch 'release/25.04' 2025-05-04 07:11:24 +02:00
Jean-Baptiste Mardelle
8b9d06ef25 Fix audio mixer volume spinbox not really changing volume
CCBUG: 503662
2025-05-04 07:08:39 +02:00
Jean-Baptiste Mardelle
789274f0cd Fix release script catching incorrect version for Kdenlive 2025-05-04 06:31:52 +02:00
l10n daemon script
276c1a18c9 GIT_SILENT Sync po/docbooks with svn 2025-05-04 03:24:01 +00:00
l10n daemon script
8b60e54104 GIT_SILENT Sync po/docbooks with svn 2025-05-04 01:43:08 +00:00
Jean-Baptiste Mardelle
4217373f8e Fix release script catching incorrect version for Kdenlive 2025-05-03 06:25:54 +02:00
Jean-Baptiste Mardelle
dcff4f0def Allow reassigning a notes timecode to a timeline clip
CCBUG: 503558
2025-05-03 06:07:18 +02:00
l10n daemon script
0c264059ee GIT_SILENT Sync po/docbooks with svn 2025-05-03 03:09:53 +00:00
l10n daemon script
6e6175bf07 GIT_SILENT Sync po/docbooks with svn 2025-05-03 01:36:52 +00:00
Heiko Becker
bd3e9af4fc GIT_SILENT Update Appstream for new release
(cherry picked from commit 3b4958533e)
2025-05-02 23:38:57 +02:00
Heiko Becker
3b4958533e GIT_SILENT Update Appstream for new release 2025-05-02 23:38:43 +02:00
Heiko Becker
8cbc1f3626 GIT_SILENT Upgrade release service version to 25.04.1. 2025-05-02 22:57:18 +02:00
balooii balooii
b0222af82b Fix high memory consumption of SAM2
Fixes: https://invent.kde.org/multimedia/kdenlive/-/issues/1973

Official AsyncVideoFrameLoader loads all frames into memory which prevents it for being used clips longer than a few seconds.
This introduces our own version of AsyncVideoFrameLoader which doesn't cache all images.

Check out the comment https://invent.kde.org/multimedia/kdenlive/-/issues/1973#note_1199934 for more details.

Didn't bother to create a PR for the official Facebook repo. Based on outstanding open PRs and official activity on that repo its not a community project. Need to fix this on our side unfortunately.

Its basically as three line change as mentioned in the comment but needed to create our custom SAM2VideoPredictor which delegates to the official SAM2VideoPredictorOfficial except loading the images in init in order to fix it (Wanted to avoid forking SAM2 repo so we don't have another repo to maintain...).

I intend to work a bit more on the SAM integration and added a few TODOs for myself. Will clean up this code and fix the TODOs in future MRs.

Also, while testing the feature looks like preview mode is somewhat broken (preview seems to work only for the first frame atm).
2025-05-02 16:10:45 +02:00
Jean-Baptiste Mardelle
3fcf0b7a3b When creating guides/markers from project notes, use notes text.
CCBUG: 503558
2025-05-02 14:31:15 +02:00
Jean-Baptiste Mardelle
7aa0b29bc1 Notes widget: improve icons, automatically convert typed timecodes to links when pressing enter
CCBUG: 503558
2025-05-02 13:04:40 +02:00
Jean-Baptiste Mardelle
7669fb6ac9 Fix pasting text with multiple lines in notes widget not seeing timecode 2025-05-02 11:16:12 +02:00
Jean-Baptiste Mardelle
e0c17f11b6 Fix pasting text with multiple lines in notes widget not seeing timecode 2025-05-02 11:15:24 +02:00
Jean-Baptiste Mardelle
632c21abbf Fix AMF checksum 2025-05-02 11:11:37 +02:00
Jean-Baptiste Mardelle
1d304dfc92 Fix amf download url 2025-05-02 10:15:07 +02:00
Jean-Baptiste Mardelle
2fb2996b8c Merge branch 'release/25.04' 2025-05-02 09:48:26 +02:00
Jean-Baptiste Mardelle
d563e8c952 Fix crash moving single clip from group and standalone clip
BUG: 503626
FIXED-IN: 25.04.1
2025-05-02 09:47:56 +02:00
Jean-Baptiste Mardelle
066c705fa1 Merge branch 'release/25.04' 2025-05-02 09:09:15 +02:00
Jean-Baptiste Mardelle
ebf4cf6bdd Fix ghost widget and other layout issues in effectstack
BUG: 503562
FIXED-IN: 25.04.1
2025-05-02 09:01:58 +02:00
l10n daemon script
e54fc12e0f GIT_SILENT Sync po/docbooks with svn 2025-05-02 03:12:53 +00:00
l10n daemon script
07523d723c GIT_SILENT Sync po/docbooks with svn 2025-05-02 01:36:43 +00:00
Jean-Baptiste Mardelle
95463586fe Timecode widget can now be dragged to seek (Shift+drag for 1 frame, CTRL+drag for fast seek)
CCBUG: 502869
2025-05-01 09:49:15 +02:00
Jean-Baptiste Mardelle
0e7a26b5c7 Don't seek when double clicking a title in timeline
CCBUG: 502869
2025-05-01 09:32:00 +02:00
Jean-Baptiste Mardelle
91fc2e6330 Remove incorrect whitespaces 2025-05-01 09:31:58 +02:00
l10n daemon script
51874f941e GIT_SILENT Sync po/docbooks with svn 2025-05-01 03:13:27 +00:00
l10n daemon script
60a42047a3 GIT_SILENT Sync po/docbooks with svn 2025-05-01 01:37:17 +00:00
Jean-Baptiste Mardelle
a527764581 Merge branch 'release/25.04' 2025-04-30 09:19:06 +02:00
Jean-Baptiste Mardelle
04046e707d Add timecode to seek in Title widget, Rename pattern tab to templates and move templates there
CCBUG: 502869
2025-04-30 09:18:03 +02:00
l10n daemon script
26f4fb6949 GIT_SILENT Sync po/docbooks with svn 2025-04-30 03:13:05 +00:00
l10n daemon script
125b35266b GIT_SILENT Sync po/docbooks with svn 2025-04-30 01:38:17 +00:00
Jean-Baptiste Mardelle
49be8aea5b Various titler fixes: allow correctly moving and resizing svg items, add center resize with Shift+Drag
CCBUG: 502869
2025-04-29 11:18:12 +02:00
l10n daemon script
49eaa2dca4 GIT_SILENT Sync po/docbooks with svn 2025-04-29 03:13:24 +00:00
l10n daemon script
b2b7e60c6f GIT_SILENT Sync po/docbooks with svn 2025-04-29 01:35:27 +00:00
l10n daemon script
fcccd9b27a GIT_SILENT Sync po/docbooks with svn 2025-04-28 03:15:19 +00:00
l10n daemon script
b672a0782d GIT_SILENT Sync po/docbooks with svn 2025-04-28 01:36:58 +00:00
Camille Moulin
7156b5977a Brand color correction for flathub guidelines
See #1971
2025-04-27 10:50:39 +00:00
Jean-Baptiste Mardelle
953e333911 Fix background removal not starting with box selection 2025-04-27 11:57:32 +02:00
l10n daemon script
0af0a4aad5 GIT_SILENT Sync po/docbooks with svn 2025-04-27 03:15:36 +00:00
l10n daemon script
09763ff013 GIT_SILENT Sync po/docbooks with svn 2025-04-27 01:37:40 +00:00
Jean-Baptiste Mardelle
c60b3e5ecd Titler: allow scaling images with mouse drag
CCBUG: 502869
2025-04-26 16:41:50 +02:00
Eugen Mohr
f2cb5cdf98 Update copyright to 2025 2025-04-26 11:04:42 +02:00
Eugen Mohr
e65f8aa14c Update copyright to 2025 2025-04-26 09:21:27 +02:00
l10n daemon script
93c4ac6935 GIT_SILENT Sync po/docbooks with svn 2025-04-26 03:14:36 +00:00
l10n daemon script
8d01bd8a9b GIT_SILENT Sync po/docbooks with svn 2025-04-26 01:38:02 +00:00
Jean-Baptiste Mardelle
b0348d5f7a Merge branch 'release/25.04' 2025-04-25 15:42:31 +02:00
Jean-Baptiste Mardelle
f3c2030d4e Fix project corruption pasting sequences into another project
BUG: 503227
2025-04-25 15:41:32 +02:00
l10n daemon script
0972b69851 GIT_SILENT Sync po/docbooks with svn 2025-04-25 03:13:19 +00:00
l10n daemon script
e99e9cf2b4 GIT_SILENT Sync po/docbooks with svn 2025-04-25 01:37:53 +00:00
l10n daemon script
0365c5ccd3 GIT_SILENT Sync po/docbooks with svn 2025-04-24 03:12:14 +00:00
l10n daemon script
0588c221f4 GIT_SILENT Sync po/docbooks with svn 2025-04-24 01:35:54 +00:00
Jean-Baptiste Mardelle
3732c80ec3 Merge branch 'release/25.04' 2025-04-23 20:56:37 +02:00
Jean-Baptiste Mardelle
f94d4ea3c8 Allow recovering project files with invalid sequence in bin
CCBUG: 503227
2025-04-23 20:54:34 +02:00
Jean-Baptiste Mardelle
17dbce0c9c Add spinbox with values in titler's gradient editor
CCBUG: 502869
2025-04-23 13:33:19 +02:00
Jean-Baptiste Mardelle
244feed044 Fix Titles cannot be created on first run 2025-04-23 13:15:01 +02:00
Jean-Baptiste Mardelle
e214e1a83f Merge branch 'release/25.04' 2025-04-23 10:36:52 +02:00
Jean-Baptiste Mardelle
b38c0345b4 Fix titler text shadow angles 2025-04-23 10:10:12 +02:00
Jean-Baptiste Mardelle
a8675682ac Fix title text outline has sharp angles
Requires latest MLT git
BUG: 437781
FIXED-IN: 25.04.1
2025-04-23 09:44:13 +02:00
Jean-Baptiste Mardelle
074e9ad675 Fix editing title text with outline makes text ugly
BUG: 503205
FIXED-IN: 25.04.1
2025-04-23 09:27:08 +02:00
Jean-Baptiste Mardelle
0b3f1ccdb6 Fix bin audio/video icons have wrong color if not using default color theme 2025-04-23 09:27:05 +02:00
balooii balooii
fdb38ba769 Refactor layout management
* extract layout management dialog (accessible via menu View - Manage Layouts...)
* extract layout switcher (shown in top-right corner of menu bar)
* extract functionality around the collection of layouts (like loading, ordering, getting)

While preparing for https://invent.kde.org/multimedia/kdenlive/-/issues/1999 I had a hard time understanding this code as its doing lots of things so I tried to extract the self-contained functionality mentioned above and kept only the plumbing in layoutmanagement.cpp.

This change contains no user-visible changes, just refactoring of existing functionality.

Left a TODO regarding setting up the autosafe label and corner of the bar menu where I didn't know a good place to put it. If you have a suggestion for this I can do in scope of this MR otherwise I hope I'd find something while working on the layout switcher. Cheers!
2025-04-23 07:56:00 +02:00
Jean-Baptiste Mardelle
66fb3f3db5 Discard all audio thumbs jobs when disabling thumbnails 2025-04-23 07:55:04 +02:00
l10n daemon script
e8d996ca2f GIT_SILENT Sync po/docbooks with svn 2025-04-23 03:14:05 +00:00
l10n daemon script
0edb8063e3 GIT_SILENT Sync po/docbooks with svn 2025-04-23 01:37:28 +00:00
Jean-Baptiste Mardelle
4530bd135b Fix inverted logic in titler background previous commit 2025-04-22 16:01:57 +02:00
Jean-Baptiste Mardelle
4fa1cb4a0c Fix load/save text action tooltips 2025-04-22 15:49:42 +02:00
Jean-Baptiste Mardelle
90a2708253 Merge branch 'release/25.04' 2025-04-22 15:12:19 +02:00
Jean-Baptiste Mardelle
d7a2b87dcb Titler: disable background type if background disabled
Remove duplicate shortcuts from toolbar actions
CCBUG: 502869
2025-04-22 15:11:42 +02:00
Jean-Baptiste Mardelle
c59123c4cc Audio mix composition should only be allowed on audio tracks
BUG: 502998
FIXED-IN: 25.04.1
2025-04-22 14:57:35 +02:00
Jean-Baptiste Mardelle
5cc834da3f Don't save disabled built-in effects when saving effect stack
BUG: 502973
FIXED-IN: 25.04.1
2025-04-22 14:39:56 +02:00
Jean-Baptiste Mardelle
6c54ac5549 Merge branch 'release/25.04' 2025-04-22 11:49:25 +02:00
Jean-Baptiste Mardelle
27929bd74f Fix freeze extracting last clips in timeline
BUG: 503149
FIXED-IN: 25.04.1
2025-04-22 11:35:49 +02:00
balooii balooii
37037a2924 docs: update README
I'd like to propose some changes to the README:

After brief welcome and introduction what this project is I would like to point regular users to the website. It contains the best and most up-to-date info for everything except dev/coding documentation.

Everything after that would then focus only on developers / potential code contributors.

I imagine the README to be the landing page we forward people to from the website that are interested in contributing code / hacking on the project. (On the new website this would be from the contribute page https://invent.kde.org/websites/kdenlive-org/-/merge_requests/22)
2025-04-22 09:12:43 +02:00
l10n daemon script
07f28391c8 GIT_SILENT Sync po/docbooks with svn 2025-04-22 03:13:37 +00:00
l10n daemon script
72009eb4e7 GIT_SILENT Sync po/docbooks with svn 2025-04-22 01:36:25 +00:00
l10n daemon script
ef4796697a GIT_SILENT Sync po/docbooks with svn 2025-04-21 03:11:59 +00:00
l10n daemon script
52f5453c6b GIT_SILENT Sync po/docbooks with svn 2025-04-21 01:35:57 +00:00
Julius Künzel
91a86857c1 [plugins] Add option for cuda 12.8 2025-04-20 13:26:32 +02:00
l10n daemon script
82c1f91d7a GIT_SILENT Sync po/docbooks with svn 2025-04-20 03:10:04 +00:00
l10n daemon script
0bc3039803 GIT_SILENT Sync po/docbooks with svn 2025-04-20 01:35:09 +00:00
Julius Künzel
d32d5c7e47 [Nightly Flatpak] Update deps and sync with stable
(cherry picked from commit f105a113fd)
2025-04-19 20:10:57 +02:00
Julius Künzel
ccbdb63201 [nightly flatpak] Update runtime
(cherry picked from commit 8d73ecbdb1)
2025-04-19 20:10:49 +02:00
Julius Künzel
4a956b3a9f GIT_SILENT Add missing header 2025-04-19 19:04:27 +02:00
Julius Künzel
2b183639e2 GIT_SILENT At missing header 2025-04-19 18:31:00 +02:00
Julius Künzel
4c9d1c5f30 Fix build-in flip effect creates orphaned widgets
This was visible in the UI and causes a crash on close

(cherry picked from commit bdfca83c44)
2025-04-19 13:43:15 +02:00
Julius Künzel
bdfca83c44 Fix build-in flip effect creates orphaned widgets
This was visible in the UI and causes a crash on close
2025-04-19 13:39:23 +02:00
Julius Künzel
827c87ac47 Cleanup and deduplicate code for build in effects widget 2025-04-19 13:39:22 +02:00
Jean-Baptiste Mardelle
39e830fada Add tooltip to autosave indicator 2025-04-19 08:07:51 +02:00
Jean-Baptiste Mardelle
01964b54ec Make autosave configurable (duration, operations count), show small save indicator besides layout widget 2025-04-19 08:06:48 +02:00
l10n daemon script
169aa1012d GIT_SILENT Sync po/docbooks with svn 2025-04-19 03:13:09 +00:00
l10n daemon script
316927fd7c GIT_SILENT Sync po/docbooks with svn 2025-04-19 01:36:46 +00:00
Julius Künzel
6a190060ac Add keybind info for automask monitor 2025-04-19 00:49:53 +02:00
Julius Künzel
911a60668b Consistently use bookmark icon for guides/markers 2025-04-19 00:17:52 +02:00
Julius Künzel
f105a113fd [Nightly Flatpak] Update deps and sync with stable 2025-04-18 21:10:40 +02:00
Julius Künzel
8d73ecbdb1 [nightly flatpak] Update runtime 2025-04-18 21:09:05 +02:00
Jean-Baptiste Mardelle
ab244be451 Merge branch 'release/25.04' 2025-04-18 19:11:07 +02:00
Jean-Baptiste Mardelle
09cb1b71b5 Fix autosave is too agressive, causes lag in editing (switch minimum interval from a few seconds to 1 minute) 2025-04-18 19:10:22 +02:00
Alex Efimov
99b32e254f build.md: Add missing libraries
On Ubuntu 25.04, the libraries listed under `Get the build dependencies`
in `build.md` are insufficient to build the project. Add the missing
libraries.

Fixes https://bugs.kde.org/show_bug.cgi?id=471281.
2025-04-18 10:52:33 +00:00
balooii balooii
3eebf8d991 Vectorscope: Use system palette for better theme integration
No changes inside the circle regarding pen or background colors.

## before
Themes: Breeze light & Sweet

<img src="/uploads/ebe7870f9c165578d56469308f4852b4/vectorscope-current-breeze-light.png" width="400">
<img src="/uploads/ae93cd5920f3fae782c368d8ff22aa68/vectorscope-current-sweet.png" width="400">

## after
Themes: Breeze light & Sweet

<img src="/uploads/89431b66cc4fa1a776a3099d3b3154eb/vectorscope-pr-breeze-light.png" width="400">
<img src="/uploads/df869ef8f7a6c9be9e22e88c9198e8e2/vectorscope-pr-sweet.png" width="400">
2025-04-18 08:20:03 +00:00
Darby Johnston
2d712beaf1 Disable OTIO install 2025-04-18 07:52:33 +00:00
l10n daemon script
6b7bd3b4a3 GIT_SILENT Sync po/docbooks with svn 2025-04-18 03:11:16 +00:00
l10n daemon script
6605f8964b GIT_SILENT Sync po/docbooks with svn 2025-04-18 01:35:48 +00:00
balooii balooii
2ad7cb3bf8 RGB parade color scope: Use system palette for better theme integration 2025-04-17 08:51:49 +00:00
balooii balooii
0f3a5f0d5d Waveform color scope: Use system palette for better theme integration + fix bug in green paint mode
Green paint mode produced brownish and other weird colors instead of green as 0 values were not handled correctly which produced -inf when calculating its log value
2025-04-17 08:48:38 +00:00
balooii balooii
300eb8c7ea Histogram color scope: Use system palette for better theme integration
## before
Themes: Breeze light & Sweet

<img src="/uploads/45978ba042c956867d00ac65091f94c4/histogram-current-breeze-light.png" width="400">
<img src="/uploads/950468efef3f7992497c4cf229f9db70/histogram-current-sweet.png" width="400">

## after
Themes: Breeze light & Sweet

<img src="/uploads/9c8f1a73b19c33f05fc78f0ed0b2f1a7/histogram-pr-breeze-light.png" width="400">
<img src="/uploads/b45c6090fe0907b2e8ab12941a9809d2/histogram-pr-sweet.png" width="400">
2025-04-17 08:45:10 +00:00
l10n daemon script
c8b682a5e6 GIT_SILENT Sync po/docbooks with svn 2025-04-17 03:10:42 +00:00
l10n daemon script
7371a0cfda GIT_SILENT Sync po/docbooks with svn 2025-04-17 01:35:20 +00:00
l10n daemon script
2028695fc5 GIT_SILENT Sync po/docbooks with svn 2025-04-16 03:10:49 +00:00
l10n daemon script
4f754b134e GIT_SILENT Sync po/docbooks with svn 2025-04-16 01:36:07 +00:00
Jean-Baptiste Mardelle
77e2d2cebe Merge branch 'release/25.04' 2025-04-15 08:34:24 +02:00
Jean-Baptiste Mardelle
d6b3da499b Ensure secondary bins are created after mainwindow is initialized 2025-04-15 07:37:09 +02:00
l10n daemon script
0fa6c21a76 GIT_SILENT Sync po/docbooks with svn 2025-04-15 03:12:06 +00:00
l10n daemon script
b40b5f6c55 GIT_SILENT Sync po/docbooks with svn 2025-04-15 01:36:18 +00:00
Jean-Baptiste Mardelle
1dcd0818d3 Fix corrupted bin icon
Fixes #1993
2025-04-14 22:15:36 +02:00
Jean-Baptiste Mardelle
a6207c6938 Fix crash duplicating a sequence with built-in effects enabled
Fixes #1996
2025-04-14 22:04:34 +02:00
Darby Johnston
4d7c91e522 Temporarily disable exporting OTIO metadata on macos
Try disabling OTIO metadata on macOS to fix the crash when exporting.

As an alternative to:
https://invent.kde.org/multimedia/kdenlive/-/merge_requests/618
2025-04-14 22:04:32 +02:00
Darby Johnston
62f3d783ef Temporarily disable exporting OTIO metadata on macos
Try disabling OTIO metadata on macOS to fix the crash when exporting.

As an alternative to:
https://invent.kde.org/multimedia/kdenlive/-/merge_requests/618
2025-04-14 10:23:39 +00:00
l10n daemon script
a0bde2b9c8 GIT_SILENT Sync po/docbooks with svn 2025-04-14 03:11:47 +00:00
l10n daemon script
6448759e13 GIT_SILENT Sync po/docbooks with svn 2025-04-14 01:35:34 +00:00
Scarlett Moore
977f3134a6 snapcraft: Enable glaxnimate 2025-04-13 21:16:56 +00:00
Scarlett Moore
295176e9fe snapcraft: sync fixes from master to release 2025-04-13 21:02:39 +00:00
Jean-Baptiste Mardelle
dce0619755 Merge branch 'release/25.04' 2025-04-13 17:40:26 +02:00
Jean-Baptiste Mardelle
c6e80c2978 Don't search LUT file in all subdirectories
CCBUG: 502581
2025-04-13 17:39:58 +02:00
Jean-Baptiste Mardelle
dfe54b0deb Fix guides menu
Fixes #1995
2025-04-13 16:01:44 +02:00
Eugen Mohr
1153552d89 Fix GPU whisper script 2025-04-13 06:30:49 +02:00
Eugen Mohr
2b110d060a Fix GPU whisper script 2025-04-13 04:30:01 +00:00
Jean-Baptiste Mardelle
aba0cee287 Merge branch 'release/25.04' 2025-04-13 06:27:59 +02:00
Jean-Baptiste Mardelle
4976a9bd37 Show proper error message when trying to apply a mix and all tracks are disabled
BUG: 502610
FIXED-IN: 25.04.0
2025-04-13 06:26:07 +02:00
Jean-Baptiste Mardelle
3b0b9066f4 Fix qml typo 2025-04-13 06:26:04 +02:00
l10n daemon script
308314a2c1 GIT_SILENT Sync po/docbooks with svn 2025-04-13 03:06:31 +00:00
l10n daemon script
c8a1edd7b1 GIT_SILENT Sync po/docbooks with svn 2025-04-13 01:35:01 +00:00
Jean-Baptiste Mardelle
d4c8790900 Fix clip markers vertical pos 2025-04-12 11:26:02 +02:00
Jean-Baptiste Mardelle
624d9994e3 Fix clip markers vertical pos 2025-04-12 11:05:11 +02:00
l10n daemon script
8539fae5c7 GIT_SILENT Sync po/docbooks with svn 2025-04-12 03:06:37 +00:00
l10n daemon script
1850464a72 GIT_SILENT Sync po/docbooks with svn 2025-04-12 01:33:28 +00:00
Jean-Baptiste Mardelle
fb91fa5035 Merge branch 'release/25.04' 2025-04-11 21:42:13 +02:00
Jean-Baptiste Mardelle
7cac2ca22a Fix typo breaking timeline thumbnails 2025-04-11 21:36:43 +02:00
Jean-Baptiste Mardelle
3e07cddd24 Merge branch 'release/25.04' 2025-04-11 18:10:54 +02:00
Jean-Baptiste Mardelle
75ab29ca9d Fix major slowdown to timeline operations (scroll, etc) on large projects using clip markers
CCBUG: 502610
2025-04-11 17:58:08 +02:00
Jean-Baptiste Mardelle
7db52e6fea Refactor qml around timeline mouse position 2025-04-11 11:17:08 +02:00
l10n daemon script
dc5bf8cf56 GIT_SILENT Sync po/docbooks with svn 2025-04-11 03:09:40 +00:00
l10n daemon script
f6e9c5ee86 GIT_SILENT Sync po/docbooks with svn 2025-04-11 01:35:01 +00:00
Jean-Baptiste Mardelle
24dac85e3c Merge branch 'release/25.04' 2025-04-10 13:36:52 +02:00
Jean-Baptiste Mardelle
792ccca07c Try to fix render dialog categories (xml extract does not work with i18nc)
CCBUG: 502297
2025-04-10 13:36:22 +02:00
Jean-Baptiste Mardelle
e40208bf1f Merge branch 'release/25.04' 2025-04-10 12:49:54 +02:00
Jean-Baptiste Mardelle
f68f7e4278 Add torchaudio for NVidia GPU whisper in case it is not automatically installed 2025-04-10 12:38:22 +02:00
Jean-Baptiste Mardelle
ade168ca11 Fix Extract clip with multiple selection
BUG: 485517
FIXED-IN: 25.04.0
2025-04-10 12:37:26 +02:00
Jean-Baptiste Mardelle
efd0219cd3 Don't enforce mapping audio or video streams if we anyways don't want them
CCBUG: 502437
2025-04-10 10:53:40 +02:00
Jean-Baptiste Mardelle
b09fa218a5 Fix Clip monitor audio preview causing monitor image resize when not permanently enabled
Related to #1984
2025-04-10 10:40:36 +02:00
Jean-Baptiste Mardelle
64d0835d2b Merge branch 'release/25.04' 2025-04-10 09:43:51 +02:00
Jean-Baptiste Mardelle
158a05e9e2 Fix audio spectrum not correctly refreshing on color theme change.
Replaces !614
2025-04-10 09:42:10 +02:00
Jean-Baptiste Mardelle
5ce35a35ba Remove undocumented <full> tag in effects xml breaking translations
CCBUG: 502594
2025-04-10 09:42:07 +02:00
Jean-Baptiste Mardelle
bc31282277 Fix documentation link to JogShuttle
BUG: 502618
FIXED-IN: 25.04.0


(cherry picked from commit 6c23fb372a)

d27cfed1 Fix documentation link to JogShuttle
33c7d978 Fix url

Co-authored-by: Eugen Mohr <fritzibaby@gmx.net>
2025-04-10 07:08:07 +00:00
Eugen Mohr
6c23fb372a Fix documentation link to JogShuttle
BUG: 502618
FIXED-IN: 25.04.0
2025-04-10 07:07:41 +00:00
l10n daemon script
7e4d06492d GIT_SILENT Sync po/docbooks with svn 2025-04-10 03:10:57 +00:00
l10n daemon script
6b611174c0 GIT_SILENT Sync po/docbooks with svn 2025-04-10 01:35:38 +00:00
Jean-Baptiste Mardelle
57fc6ffe22 Merge branch 'release/25.04' 2025-04-09 13:38:36 +02:00
Jean-Baptiste Mardelle
e9434d9ce3 Cleanup track head tooltips, show track name on track tag hover when collapsed 2025-04-09 13:36:48 +02:00
l10n daemon script
035cbeafda GIT_SILENT Sync po/docbooks with svn 2025-04-09 03:11:04 +00:00
l10n daemon script
b73740225d GIT_SILENT Sync po/docbooks with svn 2025-04-09 01:35:37 +00:00
Heiko Becker
be57ab2c0d appstream: Fix up version
Unfortunately the script to add the version to the appstream files
relies on cmake and at the moment it grabs the version from imath, which
is included with OpenTimeLineIO, which is fetched by default.

GIT_SILENT

(cherry picked from commit 89eb8d717b)
2025-04-08 22:09:19 +02:00
Heiko Becker
89eb8d717b appstream: Fix up version
Unfortunately the script to add the version to the appstream files
relies on cmake and at the moment it grabs the version from imath, which
is included with OpenTimeLineIO, which is fetched by default.

GIT_SILENT
2025-04-08 22:04:52 +02:00
l10n daemon script
35308125e4 GIT_SILENT Sync po/docbooks with svn 2025-04-08 03:19:47 +00:00
l10n daemon script
7070e08455 GIT_SILENT Sync po/docbooks with svn 2025-04-08 01:39:22 +00:00
Heiko Becker
eb9bc5f6ea GIT_SILENT Update Appstream for new release
(cherry picked from commit adbc3ad486)
2025-04-07 23:18:29 +02:00
Heiko Becker
adbc3ad486 GIT_SILENT Update Appstream for new release 2025-04-07 23:18:18 +02:00
Heiko Becker
f5c6a358fc GIT_SILENT Upgrade release service version to 25.04.0. 2025-04-07 22:38:11 +02:00
balooii balooii
1c9ee5400f Make Slider in AudioMixer follow changes done in the SpinBox
Currently the slider only changes if the user hits enter after doing changes in the spin box. On other widgets like Volume Effect widget we update the slider immediately when user changes the value via mousewheel or up/down buttons.
2025-04-07 09:30:38 +02:00
balooii balooii
7852040d3d Fix cut-off text of dB scale values in AudioLevelWidget
We need to calculate the bounding rectangle after we've set the actual
font via setFont(). Otherwise the default font will be used for the
calculation which may or may not be what is used later when draw the
actual text.
2025-04-07 09:30:19 +02:00
balooii balooii
d2ab466d33 Make Slider in AudioMixer follow changes done in the SpinBox
Currently the slider only changes if the user hits enter after doing changes in the spin box. On other widgets like Volume Effect widget we update the slider immediately when user changes the value via mousewheel or up/down buttons.
2025-04-07 07:29:47 +00:00
balooii balooii
0821ead32e Fix cut-off text of dB scale values in AudioLevelWidget
We need to calculate the bounding rectangle after we've set the actual
font via setFont(). Otherwise the default font will be used for the
calculation which may or may not be what is used later when draw the
actual text.
2025-04-07 07:26:43 +00:00
Darby Johnston
e96cbbbedb Additional OTIO missing media test
As I was doing more OTIO testing, I found a freeze while opening a file with all missing media filenames. All of the `ClipCreator::createClipFromFile` callbacks seemed to fire OK, but the test hangs when trying to insert the clips into the timeline. Here is a partial stack trace:
```
QReadWriteLock::lockForRead(class QReadWriteLock * const this) (/usr/include/x86_64-linux-gnu/qt6/QtCore/qreadwritelock.h:68)
QReadLocker::relock(class QReadLocker * const this) (/usr/include/x86_64-linux-gnu/qt6/QtCore/qreadwritelock.h:115)
QReadLocker::QReadLocker(class QReadLocker * const this, class QReadWriteLock * areadWriteLock) (/usr/include/x86_64-linux-gnu/qt6/QtCore/qreadwritelock.h:134)
ClipController::getProducerIntProperty(const class ClipController * const this, const class QString & name) (src/mltcontroller/clipcontroller.cpp:596)
TimelineModel::requestClipInsertion(class TimelineModel * const this, const class QString & binClipId, int trackId, int position, int & id, bool logUndo, bool refreshView, bool useTargets, Fun & undo, Fun & redo, const QVector & allowedTracks) (src/timeline2/model/timelinemodel.cpp:2119)
OtioImport::importClip(class OtioImport * const this, const class std::shared_ptr<OtioImportData> & importData, const struct opentimelineio::v1_0::SerializableObject::Retainer<opentimelineio::v1_0::Clip> & otioClip, int trackId) (src/otio/otioimport.cpp:325)
OtioImport::importTrack(class OtioImport * const this, const class std::shared_ptr<OtioImportData> & importData, const struct opentimelineio::v1_0::SerializableObject::Retainer<opentimelineio::v1_0::Track> & otioTrack, int trackId) (src/otio/otioimport.cpp:276)
OtioImport::importTimeline(class OtioImport * const this, const class std::shared_ptr<OtioImportData> & importData) (src/otio/otioimport.cpp:248)
```

Strangely enough, the existing OTIO missing media test that only has some missing media filenames seems to pass OK.

(Note, I also edited the test OTIO files to remove some empty tracks that were not necessary for testing.)
2025-04-07 09:15:03 +02:00
Darby Johnston
b9b2c7908f Additional OTIO missing media test
As I was doing more OTIO testing, I found a freeze while opening a file with all missing media filenames. All of the `ClipCreator::createClipFromFile` callbacks seemed to fire OK, but the test hangs when trying to insert the clips into the timeline. Here is a partial stack trace:
```
QReadWriteLock::lockForRead(class QReadWriteLock * const this) (/usr/include/x86_64-linux-gnu/qt6/QtCore/qreadwritelock.h:68)
QReadLocker::relock(class QReadLocker * const this) (/usr/include/x86_64-linux-gnu/qt6/QtCore/qreadwritelock.h:115)
QReadLocker::QReadLocker(class QReadLocker * const this, class QReadWriteLock * areadWriteLock) (/usr/include/x86_64-linux-gnu/qt6/QtCore/qreadwritelock.h:134)
ClipController::getProducerIntProperty(const class ClipController * const this, const class QString & name) (src/mltcontroller/clipcontroller.cpp:596)
TimelineModel::requestClipInsertion(class TimelineModel * const this, const class QString & binClipId, int trackId, int position, int & id, bool logUndo, bool refreshView, bool useTargets, Fun & undo, Fun & redo, const QVector & allowedTracks) (src/timeline2/model/timelinemodel.cpp:2119)
OtioImport::importClip(class OtioImport * const this, const class std::shared_ptr<OtioImportData> & importData, const struct opentimelineio::v1_0::SerializableObject::Retainer<opentimelineio::v1_0::Clip> & otioClip, int trackId) (src/otio/otioimport.cpp:325)
OtioImport::importTrack(class OtioImport * const this, const class std::shared_ptr<OtioImportData> & importData, const struct opentimelineio::v1_0::SerializableObject::Retainer<opentimelineio::v1_0::Track> & otioTrack, int trackId) (src/otio/otioimport.cpp:276)
OtioImport::importTimeline(class OtioImport * const this, const class std::shared_ptr<OtioImportData> & importData) (src/otio/otioimport.cpp:248)
```

Strangely enough, the existing OTIO missing media test that only has some missing media filenames seems to pass OK.

(Note, I also edited the test OTIO files to remove some empty tracks that were not necessary for testing.)
2025-04-07 07:13:51 +00:00
l10n daemon script
2939e56c8f GIT_SILENT Sync po/docbooks with svn 2025-04-07 03:25:35 +00:00
l10n daemon script
f015b97883 GIT_SILENT Sync po/docbooks with svn 2025-04-07 01:41:29 +00:00
l10n daemon script
3867d06545 GIT_SILENT Sync po/docbooks with svn 2025-04-06 03:13:44 +00:00
l10n daemon script
f6cca5df23 GIT_SILENT Sync po/docbooks with svn 2025-04-06 01:37:08 +00:00
l10n daemon script
f07b93744c GIT_SILENT Sync po/docbooks with svn 2025-04-05 03:19:14 +00:00
l10n daemon script
61a8b50b5a GIT_SILENT Sync po/docbooks with svn 2025-04-05 01:37:41 +00:00
Jean-Baptiste Mardelle
e5765dce6b Merge branch 'release/25.04' 2025-04-04 12:58:00 +02:00
Darby Johnston
e1170af448 Fixes for small clips
Two fixes for clips with small durations (1 and zero frames):

* Don't create clips with zero duration when importing OTIO files.
* Remove an assert in ClipModel::requestSlip() that was triggered when slipping clips with a duration of 1 frame.

The diff for the first change looks like a lot, but the change is really just adding this conditional:
```
const int duration = otioTrimmedRange.value().duration().rescaled_to(otioTimelineDuration).round().value();
if (duration > 0) {
```
2025-04-04 12:56:11 +02:00
Jean-Baptiste Mardelle
9476d8ea9e Fix effect stack model crashes and undo move 2025-04-04 12:55:34 +02:00
Darby Johnston
12ef8c0058 Fixes for small clips
Two fixes for clips with small durations (1 and zero frames):

* Don't create clips with zero duration when importing OTIO files.
* Remove an assert in ClipModel::requestSlip() that was triggered when slipping clips with a duration of 1 frame.

The diff for the first change looks like a lot, but the change is really just adding this conditional:
```
const int duration = otioTrimmedRange.value().duration().rescaled_to(otioTimelineDuration).round().value();
if (duration > 0) {
```
2025-04-04 07:06:49 +00:00
l10n daemon script
a72dd496d7 GIT_SILENT Sync po/docbooks with svn 2025-04-04 03:19:59 +00:00
l10n daemon script
e25113cee0 GIT_SILENT Sync po/docbooks with svn 2025-04-04 01:38:51 +00:00
Jean-Baptiste Mardelle
542258f37a Fix deleting single bin clip effect when effect group is enabled 2025-04-03 13:51:02 +02:00
Jean-Baptiste Mardelle
fcc18d1c88 increase precision of BoxBlur to allow 1 pixel blur 2025-04-03 12:04:04 +02:00
Jean-Baptiste Mardelle
60e57fe9d9 LUT: always list LUTS placed in the last opened folder
Related to #1985
2025-04-03 09:10:59 +02:00
l10n daemon script
72ba694cf7 GIT_SILENT Sync po/docbooks with svn 2025-04-03 03:11:56 +00:00
l10n daemon script
4787fd85a0 GIT_SILENT Sync po/docbooks with svn 2025-04-03 01:36:07 +00:00
l10n daemon script
c0431a274a GIT_SILENT Sync po/docbooks with svn 2025-04-02 03:12:15 +00:00
l10n daemon script
9742a94125 GIT_SILENT Sync po/docbooks with svn 2025-04-02 01:36:30 +00:00
Jean-Baptiste Mardelle
22395c893e Merge branch 'release/25.04' 2025-04-01 11:19:27 +02:00
Jean-Baptiste Mardelle
4fc03d21ab Fix timeline audio thumbnails for clips with multiple streams and different channel count
BUG: 501280
FIXED-IN: 25.04.0
2025-04-01 11:09:02 +02:00
Jean-Baptiste Mardelle
4b5d224ae9 Make Remove timeline preview work with undo/redo
BUG: 502192
FIXED-IN: 25.04.0
2025-04-01 10:42:06 +02:00
Jean-Baptiste Mardelle
a630af0c69 Fix timeline preview chunk incorrectly identified as missing bin clip 2025-04-01 09:10:32 +02:00
Jean-Baptiste Mardelle
1c08610892 timeline preview: fix breakage with build-in effects and undo 2025-04-01 08:52:25 +02:00
l10n daemon script
15bfaf7959 GIT_SILENT Sync po/docbooks with svn 2025-04-01 01:36:12 +00:00
l10n daemon script
c6e2ab52dc GIT_SILENT Sync po/docbooks with svn 2025-03-31 03:11:00 +00:00
l10n daemon script
58120fd61c GIT_SILENT Sync po/docbooks with svn 2025-03-31 01:35:37 +00:00
Josep M. Ferrer
3c1b1f5294 Fix minor typo (shutte -> shuttle) 2025-03-30 08:39:04 +00:00
l10n daemon script
0b6817dd33 GIT_SILENT Sync po/docbooks with svn 2025-03-30 03:07:32 +00:00
l10n daemon script
bc9d1a97af GIT_SILENT Sync po/docbooks with svn 2025-03-30 01:35:38 +00:00
Julius Künzel
9d750bd12d Restore setting to control raise of effect stack
This option seems to be effectively dead since 19.04, but still exposed on the UI. No the wording is a bit clear and it works again.
2025-03-29 21:49:28 +01:00
Julius Künzel
b477b040d2 Fix compositions after recent QML changes 2025-03-29 20:41:39 +01:00
Julius Künzel
947814ecf5 Add setting to enable/disable timeline debug mode 2025-03-29 20:27:40 +01:00
Julius Künzel
892033bff7 GIT_SILENT Minor code cleanup 2025-03-29 17:18:39 +01:00
Julius Künzel
6c921a67e7 Start enhance some logging lines 2025-03-29 17:17:22 +01:00
Julius Künzel
6ff2f19179 Use a logging category for the renderer 2025-03-29 17:14:59 +01:00
Julius Künzel
6a9fa83cbd Cleanup unused code (mostly commented logging) 2025-03-29 17:11:56 +01:00
l10n daemon script
1890891520 GIT_SILENT Sync po/docbooks with svn 2025-03-29 03:11:33 +00:00
l10n daemon script
f4d371f2a5 GIT_SILENT Sync po/docbooks with svn 2025-03-29 01:36:23 +00:00
Jean-Baptiste Mardelle
8a5da5fbff Merge branch 'release/25.04' 2025-03-28 15:03:01 +01:00
Julius Künzel
a36eac9838 Fix typo 2025-03-28 13:11:13 +00:00
Julius Künzel
8f16c443ed Split SubtitleTrackHead into its own file 2025-03-28 12:01:54 +00:00
Julius Künzel
07ce97766b Switch QML to the default icon mechanism
This seems to work fine. I can not see theming issues anymore which I
vaguely remember from the last time I tried it.
2025-03-28 12:01:54 +00:00
Julius Künzel
6ab196cc28 Use KdenliveSettings directly from QML 2025-03-28 12:01:54 +00:00
Julius Künzel
a19f391d85 De-duplicate guide monitor overlay code 2025-03-28 12:01:54 +00:00
Julius Künzel
2f9e3c76fd Make KdenliveSettings available in QML 2025-03-28 12:01:54 +00:00
Julius Künzel
4d1e433e46 Fix a few qmllint warnings 2025-03-28 12:01:54 +00:00
Julius Künzel
1af870746d Use new KLocalizedQmlContext 2025-03-28 12:01:54 +00:00
Julius Künzel
d0e11f61b3 Cleanup monitor code
- Remove unused code
- Normalize connections (https://github.com/KDE/clazy/blob/1.13/docs/
checks/README-connect-not-normalized.md)
2025-03-28 12:01:54 +00:00
Julius Künzel
9a0a93ae37 Cleanup unused QML files 2025-03-28 12:01:54 +00:00
Julius Künzel
1e694f186d Update monitor qml filenames 2025-03-28 12:01:54 +00:00
Julius Künzel
b60f17d816 Port to qml module 2025-03-28 12:01:54 +00:00
Jean-Baptiste Mardelle
ec583e3640 Fix clear history broken
BUG: 499544
FIXED-IN: 25.04.0
2025-03-28 12:38:14 +01:00
Jean-Baptiste Mardelle
4e9619b1d0 Fix glaxnimate connection not terminated on app close on Windows
BUG: 473036
FIXED-IN: 25.04.0
2025-03-28 12:23:19 +01:00
Jean-Baptiste Mardelle
cd59f097f6 Text based edit: with multiple text selection, create multiple markers
BUG: 498259
FIXED-IN: 25.04.0
2025-03-28 10:48:49 +01:00
Jean-Baptiste Mardelle
d4fce1e924 Fix markers on clips with negative speed seeking to incorrect position 2025-03-28 09:35:28 +01:00
Jean-Baptiste Mardelle
6fc25a0461 Fix variable fps message in clip properties using too much space 2025-03-28 06:58:04 +01:00
l10n daemon script
e9417f8779 GIT_SILENT Sync po/docbooks with svn 2025-03-28 03:16:16 +00:00
l10n daemon script
66a302ff50 GIT_SILENT Sync po/docbooks with svn 2025-03-28 01:38:10 +00:00
Jean-Baptiste Mardelle
ad3b618173 Better default height for assets info box, remember its size
BUG: 502089
2025-03-28 01:48:17 +01:00
Steve Cossette
9b7588355c Fix simple spelling mistake 2025-03-27 11:50:16 +00:00
Julius Künzel
cdddd9b41e Refactor clippropertiescontroller 2025-03-27 10:25:42 +00:00
Julius Künzel
da8f7b05a2 De-duplicate proxy support check 2025-03-27 10:25:42 +00:00
Julius Künzel
7bbac8b402 Cleanup code for Exif and MagicLantern metadata 2025-03-27 10:25:42 +00:00
Julius Künzel
d7dec9b9e3 Move ElidedLinkLabel out of ClipProperties, refactor and use it more 2025-03-27 10:25:42 +00:00
Julius Künzel
1ef71bdea6 Move rotatedIcon to UiUtils 2025-03-27 10:25:42 +00:00
Albert Astals Cid
de241b83e3 GIT_SILENT Upgrade release service version to 25.03.90. 2025-03-27 10:52:25 +01:00
Jean-Baptiste Mardelle
d1fa418b20 Merge branch 'release/25.04' 2025-03-27 09:29:23 +01:00
Jean-Baptiste Mardelle
8330a3287c Fix 1 frame offset in reverse clip 2025-03-27 09:28:40 +01:00
Jean-Baptiste Mardelle
c8f5f12d76 Fix incorrect waveform on clips with negative speed
Fixes #1981
2025-03-27 09:23:41 +01:00
l10n daemon script
55e60c9d95 GIT_SILENT Sync po/docbooks with svn 2025-03-27 03:16:41 +00:00
l10n daemon script
463a8ed36c GIT_SILENT Sync po/docbooks with svn 2025-03-27 01:37:57 +00:00
Ron El
63ebfe21af Add a status tip for hide-all as we have for collapse-all 2025-03-26 09:04:36 +00:00
Jean-Baptiste Mardelle
cbf9e78f5a Prevent loading MLT Qt5 modules crashing tests 2025-03-26 10:03:58 +01:00
Jean-Baptiste Mardelle
424889fbed Prevent loading MLT Qt5 modules crashing tests 2025-03-26 10:03:24 +01:00
Jean-Baptiste Mardelle
d4b965bd61 Add extract frame to clipboard
BUG: 501513
FIXED-IN: 25.08.0
2025-03-26 09:12:00 +01:00
Jean-Baptiste Mardelle
bcc70f8c60 Add action and shortcut for hide all tracks (Shift+Ctrl+H)
BUG: 495921
FIXED-IN: 25.08.0
2025-03-26 08:54:14 +01:00
Jean-Baptiste Mardelle
62bddf6265 Merge branch 'release/25.04' 2025-03-26 08:30:24 +01:00
Jean-Baptiste Mardelle
a3f10cf484 Ensure track state is correctly restored on undo hide 2025-03-26 08:22:16 +01:00
Jean-Baptiste Mardelle
7b3e209aba Fix missing menu entry for hide track, cleanup and allow Shift+click to hide all audio/video tracks
CCBUG: 495921
2025-03-26 07:38:14 +01:00
l10n daemon script
872d98fb2d GIT_SILENT Sync po/docbooks with svn 2025-03-26 03:12:33 +00:00
l10n daemon script
3e7146e82b GIT_SILENT Sync po/docbooks with svn 2025-03-26 01:36:40 +00:00
Jean-Baptiste Mardelle
3ccc5c9684 Merge branch 'release/25.04' 2025-03-25 09:26:08 +01:00
Jean-Baptiste Mardelle
e2c3e961a9 Fix first background frame not displayed when opening a timeline clip in glaxnimate 2025-03-25 09:20:55 +01:00
Jean-Baptiste Mardelle
d7620212a2 Correclty restore all audio streams in restore audio operation.
Also, we should use active tracks not audio target tracks to restore
BUG: 474140
FIXED-IN: 25.04.0
2025-03-25 06:49:36 +01:00
Jean-Baptiste Mardelle
b628bb8613 Ensure render dialog shows up even if it was minimized 2025-03-25 06:49:32 +01:00
l10n daemon script
aca11cd861 GIT_SILENT Sync po/docbooks with svn 2025-03-25 03:12:56 +00:00
l10n daemon script
51eb3fe397 GIT_SILENT Sync po/docbooks with svn 2025-03-25 01:36:12 +00:00
Jean-Baptiste Mardelle
0c1f250dff Try to move Render Widget on top when activated 2025-03-24 15:36:05 +00:00
Jean-Baptiste Mardelle
86bf2c4c36 Fix audio targets not updating anymore after audio or video only drag from clip monitor 2025-03-24 13:32:58 +01:00
l10n daemon script
ada794beb4 GIT_SILENT Sync po/docbooks with svn 2025-03-24 03:11:33 +00:00
l10n daemon script
1b42061a28 GIT_SILENT Sync po/docbooks with svn 2025-03-24 01:35:56 +00:00
Jean-Baptiste Mardelle
206b520493 Merge branch 'release/25.04' 2025-03-23 22:00:40 +01:00
Jean-Baptiste Mardelle
f359c2bff4 cleanup debug lines 2025-03-23 21:56:41 +01:00
Jean-Baptiste Mardelle
993307f16c Add Quick Sync h264/265 render profile 2025-03-23 21:42:28 +01:00
l10n daemon script
cdf4e02440 GIT_SILENT Sync po/docbooks with svn 2025-03-23 03:11:41 +00:00
l10n daemon script
6cc82e25b8 GIT_SILENT Sync po/docbooks with svn 2025-03-23 01:36:37 +00:00
l10n daemon script
3bc738b819 GIT_SILENT Sync po/docbooks with svn 2025-03-22 03:10:02 +00:00
l10n daemon script
937094cf12 GIT_SILENT Sync po/docbooks with svn 2025-03-22 01:35:04 +00:00
Jean-Baptiste Mardelle
c737342f15 Merge branch 'release/25.04' 2025-03-22 00:56:16 +01:00
Jean-Baptiste Mardelle
899becf20d Ensure we don't delete a builtin effect 2025-03-22 00:55:23 +01:00
Jean-Baptiste Mardelle
17c5bba646 Fix crash undoing delete all effects 2025-03-22 00:38:30 +01:00
Jean-Baptiste Mardelle
bf4b158dfc Merge branch 'release/25.04' 2025-03-21 15:07:23 +01:00
Jean-Baptiste Mardelle
2e70ab24c4 Fix crash trying to group a clip with a composition 2025-03-21 15:06:30 +01:00
Jean-Baptiste Mardelle
24e6ca13ff Enable Ctrl+F shortcut to focus search line in Bin, Guides and Effects/Transitions list 2025-03-21 14:19:09 +01:00
Jean-Baptiste Mardelle
efa4b8ba1f Merge branch 'release/25.04' 2025-03-21 14:04:36 +01:00
Jean-Baptiste Mardelle
20039488c2 Text based edit: don't use hardcoded colors in text search background, make standard shortcuts work (find, find next/previous)
Make is also work for project notes
2025-03-21 14:03:22 +01:00
Josep M. Ferrer
ff6604180b Some minor typos 2025-03-21 09:57:58 +00:00
Jean-Baptiste Mardelle
9a08c67ee2 Fix some effects/composition names appear untranslated - caused by i18n context
CCBUG: 473086
2025-03-21 06:40:08 +01:00
l10n daemon script
a1a6fafaa8 GIT_SILENT Sync po/docbooks with svn 2025-03-21 03:19:51 +00:00
l10n daemon script
e99b03a5b9 GIT_SILENT Sync po/docbooks with svn 2025-03-21 01:38:19 +00:00
Jean-Baptiste Mardelle
7f67049d44 Merge branch 'release/25.04' 2025-03-20 12:17:56 +01:00
Jean-Baptiste Mardelle
816a894d0e Fix tests after last commit 2025-03-20 12:17:19 +01:00
Jean-Baptiste Mardelle
5707f37e4f Merge branch 'release/25.04' 2025-03-20 12:02:23 +01:00
Jean-Baptiste Mardelle
6dec114a42 When opening a project file with a custom effect that is not on the system, use the MLT base effect to correctly recover the project
BUG: 460928
FIXED-IN: 25.04.0
2025-03-20 12:01:52 +01:00
Jean-Baptiste Mardelle
606ff404fe Correctly set audio flag for generator clips (don't pretend we have an audio track when we don't)
Related to !546
2025-03-20 11:25:49 +01:00
Jean-Baptiste Mardelle
3c680571e0 Correctly set audio flag for generator clips (don't pretend we have an audio track when we don't)
Related to !546
2025-03-20 11:23:16 +01:00
Julius Künzel
00b668d260 Re-enable OTIO tests 2025-03-20 09:16:41 +00:00
Jean-Baptiste Mardelle
01b1e725c1 Merge branch 'release/25.04' 2025-03-20 09:29:02 +01:00
Jean-Baptiste Mardelle
6d0511bf4f Fix autoclose attribute not properly set on playlists on rendering, causing huge memory usage
CCBUG: 501578
2025-03-20 09:28:05 +01:00
l10n daemon script
c2daf06712 GIT_SILENT Sync po/docbooks with svn 2025-03-20 03:19:19 +00:00
l10n daemon script
b75197328f GIT_SILENT Sync po/docbooks with svn 2025-03-20 01:39:00 +00:00
Jean-Baptiste Mardelle
148463ca1e Fix some minor color palette issues in effect stack 2025-03-19 22:17:32 +01:00
Jean-Baptiste Mardelle
2859b8e409 Remove unsupported html tags from notifications
BUG: 174560
FIXED-IN: 25.04.0
2025-03-19 09:23:51 +01:00
Jean-Baptiste Mardelle
42f62f59c4 Merge branch 'release/25.04' 2025-03-19 07:39:32 +01:00
Jean-Baptiste Mardelle
6ff2edcd92 Improve our memory checks on rendering to use more sane values and be more visible on low memory 2025-03-19 07:38:30 +01:00
l10n daemon script
442a5ec08c GIT_SILENT Sync po/docbooks with svn 2025-03-19 03:12:55 +00:00
l10n daemon script
b58ad9273a GIT_SILENT Sync po/docbooks with svn 2025-03-19 01:37:16 +00:00
Jean-Baptiste Mardelle
4ef3d02ea7 Get rid of stylesheets for asset panel
Related to QTBUG-133845
2025-03-18 10:57:55 +01:00
l10n daemon script
765803daaf GIT_SILENT Sync po/docbooks with svn 2025-03-18 03:17:05 +00:00
l10n daemon script
50de205b11 GIT_SILENT Sync po/docbooks with svn 2025-03-18 01:39:08 +00:00
Bernd Jordan
9125e250d8 Corrected some minor typos; updated list parameters 2025-03-17 20:19:50 +00:00
Jean-Baptiste Mardelle
99dd34e1e5 Warn when exiting Kdenlive when render jobs are running, allow to terminate all jobs
BUG: 396519
FIXED-IN: 25.08.0
2025-03-17 19:43:52 +01:00
Yuri Chornoivan
628dec251a Fix minor typos 2025-03-17 20:40:10 +02:00
Jean-Baptiste Mardelle
b0f3bb84d2 Ensure we use cpu by default for whisper if no device configured yet 2025-03-17 09:04:08 +01:00
l10n daemon script
75e25d0a67 GIT_SILENT Sync po/docbooks with svn 2025-03-17 03:08:25 +00:00
l10n daemon script
c518e3b57b GIT_SILENT Sync po/docbooks with svn 2025-03-17 01:34:34 +00:00
Oliver Kellogg
0493203cee data/effects/avfilter/avfilter_yadif.xml : fix typo in paramlistdisplay of av.mode and av.parity 2025-03-16 15:59:57 +00:00
Yuri Chornoivan
58560d3fd8 Fix minor typos 2025-03-16 16:18:08 +02:00
Jean-Baptiste Mardelle
4ea0ba3a58 Merge branch 'release/25.04' 2025-03-16 11:32:50 +01:00
Jean-Baptiste Mardelle
1aa7778301 Fix speed dialog mnemonics and tab order
BUG: 501565
FIXED-IN: 25.04.0
2025-03-16 11:31:45 +01:00
Jean-Baptiste Mardelle
d878548134 Several monitor qml overlay fixes
Fix crash exiting mask mode and resize on show hide audio thumbs
2025-03-16 10:28:31 +00:00
l10n daemon script
bf3fc5ffd5 GIT_SILENT Sync po/docbooks with svn 2025-03-16 03:14:37 +00:00
l10n daemon script
7166d84b41 GIT_SILENT Sync po/docbooks with svn 2025-03-16 01:37:19 +00:00
Yuri Chornoivan
d83db8defc Fix tag 2025-03-15 22:16:29 +02:00
Yuri Chornoivan
4521e4c741 Fix minor typos 2025-03-15 19:02:34 +02:00
l10n daemon script
32c1cf7c03 GIT_SILENT Sync po/docbooks with svn 2025-03-15 03:15:32 +00:00
l10n daemon script
5f78ca2928 GIT_SILENT Sync po/docbooks with svn 2025-03-15 01:37:21 +00:00
Jean-Baptiste Mardelle
c6947cbaec Merge branch 'release/25.04' 2025-03-14 17:37:01 +01:00
Jean-Baptiste Mardelle
b3afb024b7 Fix profile change aborted when switching from empty project
BUG: 500751
FIXED-IN: 25.04.0
2025-03-14 17:34:02 +01:00
Jean-Baptiste Mardelle
f62bcec44f Merge branch 'release/25.04' 2025-03-14 17:16:21 +01:00
Jean-Baptiste Mardelle
6bb2a28764 Insert space should move guides if they are not locked
BUG: 500773
FIXED-IN;: 25.04.0
2025-03-14 17:15:50 +01:00
Jean-Baptiste Mardelle
dd43263e3f Add keyboard shortut for render filename field
BUG: 500772
FIXED-IN: 25.04.0
2025-03-14 17:08:10 +01:00
Jean-Baptiste Mardelle
701e17d06a Fix rendering files with an ampersand in name is broken on linux
BUG: 500794
FIXED-IN: 25.04.0
2025-03-14 17:02:30 +01:00
Jean-Baptiste Mardelle
6d237e9a05 Remove link character that is missing in many fonts 2025-03-14 15:21:06 +01:00
Jean-Baptiste Mardelle
724d42fec4 Merge branch 'release/25.04' 2025-03-14 14:16:59 +01:00
Jean-Baptiste Mardelle
9dfaef6981 Motion tracker: create keyframes with smooth_natural type instead of the deprecated smooth that caused cusps and could lead to empty area causing crashes
CCBUG: 500850
2025-03-14 14:08:50 +01:00
Jean-Baptiste Mardelle
3f857e57a2 Merge branch 'release/25.04' 2025-03-14 07:01:10 +01:00
Jean-Baptiste Mardelle
3a495be063 Add missing subfolders for translations
CCBUG: 473086
2025-03-14 07:00:13 +01:00
l10n daemon script
49c6521c9e GIT_SILENT Sync po/docbooks with svn 2025-03-14 03:23:14 +00:00
l10n daemon script
eef4618aeb GIT_SILENT Sync po/docbooks with svn 2025-03-14 01:41:16 +00:00
Jean-Baptiste Mardelle
21c6c6610e Fix saved tracker effect doesn't work
BUG: 501227
FIXED-IN: 25.04.0
2025-03-13 19:03:29 +01:00
Darby Johnston
e22afe883c Add OTIO tests for transitions and missing media 2025-03-13 18:52:22 +01:00
Jean-Baptiste Mardelle
c61d301d00 Ensure Bin messages don't crash when running in headless mode (like tests) 2025-03-13 18:52:11 +01:00
Jean-Baptiste Mardelle
d643cb6a8b Fix project monitor ruler not updating correctly on scene change 2025-03-13 18:51:46 +01:00
Jean-Baptiste Mardelle
5fd6475c1e Display black frame when seeking after last clip in timeline 2025-03-13 18:51:33 +01:00
Jean-Baptiste Mardelle
c390b87c0f Display timecode in project monitor even if we are past the last clip 2025-03-13 18:51:20 +01:00
Darby Johnston
280abf9703 Add OTIO tests for transitions and missing media 2025-03-13 17:49:20 +00:00
Jean-Baptiste Mardelle
9388b110d4 Ensure Bin messages don't crash when running in headless mode (like tests) 2025-03-13 17:48:53 +00:00
Jean-Baptiste Mardelle
a085a1e481 Fix replacing color clip
BUG: 501394
FIXED-IN: 25.04.0
2025-03-13 12:48:00 +01:00
Jean-Baptiste Mardelle
ecfcc320b5 Reorganize timeline toolbar separators to be more coherent with feature
Related to #1972
2025-03-13 12:23:48 +01:00
Jean-Baptiste Mardelle
633eeee461 Merge branch 'release/25.04' 2025-03-13 12:13:04 +01:00
Jean-Baptiste Mardelle
501e45db12 Re-enable the keep source default size feature now that qtblend is fixed 2025-03-13 12:12:03 +01:00
Jean-Baptiste Mardelle
e5bceed37e Add some context info for built-in effects 2025-03-13 12:11:29 +01:00
Jean-Baptiste Mardelle
46e6d4bb77 Fix project monitor ruler not updating correctly on scene change 2025-03-13 12:10:32 +01:00
Jean-Baptiste Mardelle
e1e2d594d8 Merge branch 'release/25.04' 2025-03-13 11:14:44 +01:00
Jean-Baptiste Mardelle
4e97fdf00c Fix crash on close with mask task running 2025-03-13 11:13:18 +01:00
Jean-Baptiste Mardelle
94b2346709 Display black frame when seeking after last clip in timeline 2025-03-13 04:52:11 +01:00
l10n daemon script
cc2dfac3ac GIT_SILENT Sync po/docbooks with svn 2025-03-13 03:13:18 +00:00
l10n daemon script
8f510d20e6 GIT_SILENT Sync po/docbooks with svn 2025-03-13 01:37:34 +00:00
Bernd Jordan
054d0e92c8 XML effect file corrections
- Added suffix, one decimal point, translated planes from numbers to plain text and changed type to "list"
- Added parameters for alpha channel, added comments with explanation
- Corrected max values, added alpha channel, added comments
2025-03-12 23:35:06 +01:00
Jean-Baptiste Mardelle
0b7d72da94 Display timecode in project monitor even if we are past the last clip 2025-03-12 20:19:12 +01:00
Bernd Jordan
5a7e93863e XML effect file corrections
- Added suffix, one decimal point, translated planes from numbers to plain text and changed type to "list"
- Added parameters for alpha channel, added comments with explanation
- Corrected max values, added alpha channel, added comments
2025-03-12 17:20:53 +00:00
Jean-Baptiste Mardelle
d771e1e6bb Merge branch 'release/25.04' 2025-03-12 13:37:50 +01:00
Jean-Baptiste Mardelle
c9272e0e58 Add some contextual info buttons to plugins 2025-03-12 13:37:04 +01:00
Jean-Baptiste Mardelle
49286f99e2 Fix transcoding and proxying of clips with cover art
BUG: 496599
FIXED-IN: 25.04.0
2025-03-12 13:36:18 +01:00
Jean-Baptiste Mardelle
a9cda0406b Merge branch 'release/25.04' 2025-03-12 07:59:46 +01:00
Jean-Baptiste Mardelle
b7c388fda7 Add info message about SAM2's high memory usage 2025-03-12 07:58:49 +01:00
Jean-Baptiste Mardelle
d8b272e4d5 Hide some built-in effects on color clips 2025-03-12 07:58:47 +01:00
l10n daemon script
b22117db33 GIT_SILENT Sync po/docbooks with svn 2025-03-12 03:15:05 +00:00
l10n daemon script
b07e8b56e2 GIT_SILENT Sync po/docbooks with svn 2025-03-12 01:38:07 +00:00
Jean-Baptiste Mardelle
7d1f1ce210 Merge branch 'release/25.04' 2025-03-11 11:26:20 +01:00
Jean-Baptiste Mardelle
115a8827ce Fix incorrect properties keyword 2025-03-11 11:25:39 +01:00
Jean-Baptiste Mardelle
c353374683 Merge branch 'release/25.04' 2025-03-11 11:23:11 +01:00
Jean-Baptiste Mardelle
72021098ae Disable exception handling to fix CD builds 2025-03-11 11:19:23 +01:00
Jean-Baptiste Mardelle
161b0b6c14 Clazy fixes 2025-03-11 10:35:05 +01:00
Jean-Baptiste Mardelle
293d0d0fb6 Allow installing specific CUDA version for Whisper and SAM2 2025-03-11 10:33:57 +01:00
Darby Johnston
4ea348d614 Add OTIO support for color clips
This adds OTIO support for exporting and importing color clips.

I implemented the OTIO metadata a bit different from the kdenlinve Python adapter, by adding a "kdenlive" namespace/prefix. Since OTIO doesn't specify what the metadata should be, it seemed like a good idea to mark it as kdenlive specific (they also recommend this in the developer documentation).

I am currently seeing a segfault in the tests with these changes, it looks like it is happening when the test application is shutting down. Doing a similar import/export test in the kdenlive application works OK though.

```
libQt6Core.so.6!QUuid::isNull() const (Unknown Source:0)
libQt6Core.so.6!QUuid::variant() const (Unknown Source:0)
libQt6Core.so.6!QUuid::operator<(QUuid const&) const (Unknown Source:0)
std::less<QUuid>::operator()(const std::less<QUuid> * const this, const QUuid & __x, const QUuid & __y) (/usr/include/c++/14/bits/stl_function.h:405)
std::_Rb_tree<QUuid, std::pair<QUuid const, std::shared_ptr<TimelineItemModel> >, std::_Select1st<std::pair<QUuid const, std::shared_ptr<TimelineItemModel> > >, std::less<QUuid>, std::allocator<std::pair<QUuid const, std::shared_ptr<TimelineItemModel> > > >::_M_lower_bound(const std::_Rb_tree<QUuid, std::pair<QUuid const, std::shared_ptr<TimelineItemModel> >, std::_Select1st<std::pair<QUuid const, std::shared_ptr<TimelineItemModel> > >, std::less<QUuid>, std::allocator<std::pair<QUuid const, std::shared_ptr<TimelineItemModel> > > > * const this, std::_Rb_tree<QUuid, std::pair<QUuid const, std::shared_ptr<TimelineItemModel> >, std::_Select1st<std::pair<QUuid const, std::shared_ptr<TimelineItemModel> > >, std::less<QUuid>, std::allocator<std::pair<QUuid const, std::shared_ptr<TimelineItemModel> > > >::_Const_Link_type __x, std::_Rb_tree<QUuid, std::pair<QUuid const, std::shared_ptr<TimelineItemModel> >, std::_Select1st<std::pair<QUuid const, std::shared_ptr<TimelineItemModel> > >, std::less<QUuid>, std::allocator<std::pair<QUuid const, std::shared_ptr<TimelineItemModel> > > >::_Const_Base_ptr __y, const QUuid & __k) (/usr/include/c++/14/bits/stl_tree.h:1964)
std::_Rb_tree<QUuid, std::pair<QUuid const, std::shared_ptr<TimelineItemModel> >, std::_Select1st<std::pair<QUuid const, std::shared_ptr<TimelineItemModel> > >, std::less<QUuid>, std::allocator<std::pair<QUuid const, std::shared_ptr<TimelineItemModel> > > >::find(const std::_Rb_tree<QUuid, std::pair<QUuid const, std::shared_ptr<TimelineItemModel> >, std::_Select1st<std::pair<QUuid const, std::shared_ptr<TimelineItemModel> > >, std::less<QUuid>, std::allocator<std::pair<QUuid const, std::shared_ptr<TimelineItemModel> > > > * const this, const QUuid & __k) (/usr/include/c++/14/bits/stl_tree.h:2541)
std::map<QUuid, std::shared_ptr<TimelineItemModel>, std::less<QUuid>, std::allocator<std::pair<QUuid const, std::shared_ptr<TimelineItemModel> > > >::find(const std::map<QUuid, std::shared_ptr<TimelineItemModel>, std::less<QUuid>, std::allocator<std::pair<QUuid const, std::shared_ptr<TimelineItemModel> > > > * const this, const std::map<QUuid, std::shared_ptr<TimelineItemModel>, std::less<QUuid>, std::allocator<std::pair<QUuid const, std::shared_ptr<TimelineItemModel> > > >::key_type & __x) (/usr/include/c++/14/bits/stl_map.h:1244)
QMap<QUuid, std::shared_ptr<TimelineItemModel> >::contains(const QMap<QUuid, std::shared_ptr<TimelineItemModel> > * const this, const QUuid & key) (/usr/include/x86_64-linux-gnu/qt6/QtCore/qmap.h:344)
KdenliveDoc::getTimeline(KdenliveDoc * const this, const QUuid & uuid, bool allowEmpty) (src/doc/kdenlivedoc.cpp:2311)
ProjectClip::selfSoftDelete(ProjectClip * const this, Fun & undo, Fun & redo) (src/bin/projectclip.cpp:2480)
ProjectItemModel::requestBinClipDeletion(ProjectItemModel * const this, const std::shared_ptr<AbstractProjectItem> & clip, Fun & undo, Fun & redo) (src/bin/projectitemmodel.cpp:776)
ProjectItemModel::clean(ProjectItemModel * const this, bool quit) (src/bin/projectitemmodel.cpp:631)
main(int argc, char ** argv) (tests/TestMain.cpp:41)
```
2025-03-11 10:33:42 +01:00
Jean-Baptiste Mardelle
bd91b63f69 Allow installing specific CUDA version for Whisper and SAM2 2025-03-11 09:32:42 +00:00
Darby Johnston
3f328288b8 Add OTIO support for color clips
This adds OTIO support for exporting and importing color clips.

I implemented the OTIO metadata a bit different from the kdenlinve Python adapter, by adding a "kdenlive" namespace/prefix. Since OTIO doesn't specify what the metadata should be, it seemed like a good idea to mark it as kdenlive specific (they also recommend this in the developer documentation).

I am currently seeing a segfault in the tests with these changes, it looks like it is happening when the test application is shutting down. Doing a similar import/export test in the kdenlive application works OK though.

```
libQt6Core.so.6!QUuid::isNull() const (Unknown Source:0)
libQt6Core.so.6!QUuid::variant() const (Unknown Source:0)
libQt6Core.so.6!QUuid::operator<(QUuid const&) const (Unknown Source:0)
std::less<QUuid>::operator()(const std::less<QUuid> * const this, const QUuid & __x, const QUuid & __y) (/usr/include/c++/14/bits/stl_function.h:405)
std::_Rb_tree<QUuid, std::pair<QUuid const, std::shared_ptr<TimelineItemModel> >, std::_Select1st<std::pair<QUuid const, std::shared_ptr<TimelineItemModel> > >, std::less<QUuid>, std::allocator<std::pair<QUuid const, std::shared_ptr<TimelineItemModel> > > >::_M_lower_bound(const std::_Rb_tree<QUuid, std::pair<QUuid const, std::shared_ptr<TimelineItemModel> >, std::_Select1st<std::pair<QUuid const, std::shared_ptr<TimelineItemModel> > >, std::less<QUuid>, std::allocator<std::pair<QUuid const, std::shared_ptr<TimelineItemModel> > > > * const this, std::_Rb_tree<QUuid, std::pair<QUuid const, std::shared_ptr<TimelineItemModel> >, std::_Select1st<std::pair<QUuid const, std::shared_ptr<TimelineItemModel> > >, std::less<QUuid>, std::allocator<std::pair<QUuid const, std::shared_ptr<TimelineItemModel> > > >::_Const_Link_type __x, std::_Rb_tree<QUuid, std::pair<QUuid const, std::shared_ptr<TimelineItemModel> >, std::_Select1st<std::pair<QUuid const, std::shared_ptr<TimelineItemModel> > >, std::less<QUuid>, std::allocator<std::pair<QUuid const, std::shared_ptr<TimelineItemModel> > > >::_Const_Base_ptr __y, const QUuid & __k) (/usr/include/c++/14/bits/stl_tree.h:1964)
std::_Rb_tree<QUuid, std::pair<QUuid const, std::shared_ptr<TimelineItemModel> >, std::_Select1st<std::pair<QUuid const, std::shared_ptr<TimelineItemModel> > >, std::less<QUuid>, std::allocator<std::pair<QUuid const, std::shared_ptr<TimelineItemModel> > > >::find(const std::_Rb_tree<QUuid, std::pair<QUuid const, std::shared_ptr<TimelineItemModel> >, std::_Select1st<std::pair<QUuid const, std::shared_ptr<TimelineItemModel> > >, std::less<QUuid>, std::allocator<std::pair<QUuid const, std::shared_ptr<TimelineItemModel> > > > * const this, const QUuid & __k) (/usr/include/c++/14/bits/stl_tree.h:2541)
std::map<QUuid, std::shared_ptr<TimelineItemModel>, std::less<QUuid>, std::allocator<std::pair<QUuid const, std::shared_ptr<TimelineItemModel> > > >::find(const std::map<QUuid, std::shared_ptr<TimelineItemModel>, std::less<QUuid>, std::allocator<std::pair<QUuid const, std::shared_ptr<TimelineItemModel> > > > * const this, const std::map<QUuid, std::shared_ptr<TimelineItemModel>, std::less<QUuid>, std::allocator<std::pair<QUuid const, std::shared_ptr<TimelineItemModel> > > >::key_type & __x) (/usr/include/c++/14/bits/stl_map.h:1244)
QMap<QUuid, std::shared_ptr<TimelineItemModel> >::contains(const QMap<QUuid, std::shared_ptr<TimelineItemModel> > * const this, const QUuid & key) (/usr/include/x86_64-linux-gnu/qt6/QtCore/qmap.h:344)
KdenliveDoc::getTimeline(KdenliveDoc * const this, const QUuid & uuid, bool allowEmpty) (src/doc/kdenlivedoc.cpp:2311)
ProjectClip::selfSoftDelete(ProjectClip * const this, Fun & undo, Fun & redo) (src/bin/projectclip.cpp:2480)
ProjectItemModel::requestBinClipDeletion(ProjectItemModel * const this, const std::shared_ptr<AbstractProjectItem> & clip, Fun & undo, Fun & redo) (src/bin/projectitemmodel.cpp:776)
ProjectItemModel::clean(ProjectItemModel * const this, bool quit) (src/bin/projectitemmodel.cpp:631)
main(int argc, char ** argv) (tests/TestMain.cpp:41)
```
2025-03-11 09:31:49 +00:00
l10n daemon script
63915cff3f GIT_SILENT Sync po/docbooks with svn 2025-03-11 03:15:38 +00:00
l10n daemon script
41fc40c6f3 GIT_SILENT Sync po/docbooks with svn 2025-03-11 01:36:26 +00:00
Darby Johnston
4e754eb04c Add progress dialogs 2025-03-10 06:34:53 +01:00
Darby Johnston
62713e8f21 Add progress dialogs 2025-03-10 05:31:25 +00:00
l10n daemon script
0aff21133f GIT_SILENT Sync po/docbooks with svn 2025-03-10 03:47:10 +00:00
l10n daemon script
b45546d4eb GIT_SILENT Sync po/docbooks with svn 2025-03-10 01:40:15 +00:00
Julius Künzel
8c30021686 Revert "Allow testing checkerboard with MLT 7.30"
This reverts commit 1f3ffe3b74.
2025-03-09 19:25:58 +01:00
Jean-Baptiste Mardelle
ef61674e95 Merge branch 'release/25.04' 2025-03-09 15:47:43 +01:00
Jean-Baptiste Mardelle
78940d8476 Improve error log on venv setup error 2025-03-09 15:32:55 +01:00
l10n daemon script
7c72682d7e GIT_SILENT Sync po/docbooks with svn 2025-03-09 03:10:05 +00:00
l10n daemon script
09e4270c49 GIT_SILENT Sync po/docbooks with svn 2025-03-09 01:35:20 +00:00
Albert Astals Cid
6c7c73914c GIT_SILENT Upgrade release service version to 25.07.70. 2025-03-08 19:05:05 +01:00
Albert Astals Cid
f8ccdfe0ca GIT_SILENT Upgrade release service version to 25.03.80. 2025-03-08 18:21:25 +01:00
Julius Künzel
a03de7916f Work around for header oddity with OTIO and Imath 2025-03-08 12:25:50 +00:00
Julius Künzel
51588b9fe9 Update nightly Flatpak deps for OpenTimelineIO 2025-03-08 12:25:50 +00:00
Julius Künzel
59503e1274 Fix OpenTimelineIO target names 2025-03-08 12:25:50 +00:00
Jean-Baptiste Mardelle
ea4c140d55 Ensure Bin effects keep their in/out when clip is inserted in timeline, like shape filter 2025-03-08 07:38:22 +01:00
l10n daemon script
654f992cc0 GIT_SILENT Sync po/docbooks with svn 2025-03-08 01:42:02 +00:00
Jean-Baptiste Mardelle
72bc8fba1e Fix alpha mask keyframes
Related to #1964
2025-03-07 18:39:19 +01:00
Jean-Baptiste Mardelle
a3bb0b2dcc Fix startup crash 2025-03-07 18:27:20 +01:00
Jean-Baptiste Mardelle
62d70427ba Fix mask not created on request 2025-03-07 17:46:53 +01:00
Jean-Baptiste Mardelle
d3338dced4 Fix effectstack not showing up for color/image bin clips 2025-03-07 17:01:44 +01:00
Jean-Baptiste Mardelle
917b6b11c2 Misc Mask fixes, allow editing a missing mask to recreate it 2025-03-07 14:49:23 +01:00
l10n daemon script
0db7ab0211 GIT_SILENT Sync po/docbooks with svn 2025-03-07 01:38:11 +00:00
Jean-Baptiste Mardelle
113e54ccc1 temporarily disable otio test 2025-03-06 18:52:21 +01:00
Darby Johnston
9fb0c29a16 Test fix 2025-03-06 08:20:49 +00:00
Darby Johnston
769a1b503e Add guides and markers test 2025-03-06 08:20:49 +00:00
Darby Johnston
6bd5e55b2d Refactoring 2025-03-06 08:20:49 +00:00
Darby Johnston
d4d75f5959 Add more tests 2025-03-06 08:20:49 +00:00
Darby Johnston
734184f933 Wait for clips to load 2025-03-06 08:20:49 +00:00
Darby Johnston
ee40dfcbdb Add messages boxes for errors 2025-03-06 08:20:49 +00:00
Darby Johnston
f10a678733 Add asserts
Signed-off-by: Darby Johnston <darbyjohnston@yahoo.com>
2025-03-06 08:20:49 +00:00
Darby Johnston
8db62302f7 WIP import transitions
Signed-off-by: Darby Johnston <darbyjohnston@yahoo.com>
2025-03-06 08:20:49 +00:00
Darby Johnston
7f88bc3bd6 Remove old code
Signed-off-by: Darby Johnston <darbyjohnston@yahoo.com>
2025-03-06 08:20:49 +00:00
Darby Johnston
1c34328fdd WIP support for exporting mixes as OTIO transitions
Signed-off-by: Darby Johnston <darbyjohnston@yahoo.com>
2025-03-06 08:20:49 +00:00
Darby Johnston
7dca8b7bf9 Set the profile
Signed-off-by: Darby Johnston <darbyjohnston@yahoo.com>
2025-03-06 08:20:49 +00:00
Darby Johnston
29c6c87fa9 Add basic test
Signed-off-by: Darby Johnston <darbyjohnston@yahoo.com>
2025-03-06 08:20:49 +00:00
Darby Johnston
c1d64876c7 Add copyright header
Signed-off-by: Darby Johnston <darbyjohnston@yahoo.com>
2025-03-06 08:20:49 +00:00
Darby Johnston
213a3d8054 Move OTIO dependency into a subdirectory
Signed-off-by: Darby Johnston <darbyjohnston@yahoo.com>
2025-03-06 08:20:49 +00:00
Darby Johnston
8ac9baa91d Add test file
Signed-off-by: Darby Johnston <darbyjohnston@yahoo.com>
2025-03-06 08:20:49 +00:00
Darby Johnston
782a436820 Refactoring
Signed-off-by: Darby Johnston <darbyjohnston@yahoo.com>
2025-03-06 08:20:49 +00:00
Darby Johnston
38506ebccc Remove TODOs
Signed-off-by: Darby Johnston <darbyjohnston@yahoo.com>
2025-03-06 08:20:49 +00:00
Darby Johnston
38cdbe846b Get the resolution from the first video clip
Signed-off-by: Darby Johnston <darbyjohnston@yahoo.com>
2025-03-06 08:20:49 +00:00
Darby Johnston
af7d2edbfa Update notes
Signed-off-by: Darby Johnston <darbyjohnston@yahoo.com>
2025-03-06 08:20:49 +00:00
Darby Johnston
b281f1cc52 Use AV libs for timecode
Signed-off-by: Darby Johnston <darbyjohnston@yahoo.com>
2025-03-06 08:20:49 +00:00
Darby Johnston
ab2790d77a CMake fixes
Signed-off-by: Darby Johnston <darbyjohnston@yahoo.com>
2025-03-06 08:20:49 +00:00
Darby Johnston
658fa8ab68 Add notes
Signed-off-by: Darby Johnston <darbyjohnston@yahoo.com>
2025-03-06 08:20:49 +00:00
Darby Johnston
69b10470b0 Refactoring
Signed-off-by: Darby Johnston <darbyjohnston@yahoo.com>
2025-03-06 08:20:49 +00:00
Darby Johnston
70b443505a Add guides support
Signed-off-by: Darby Johnston <darbyjohnston@yahoo.com>
2025-03-06 08:20:49 +00:00
Darby Johnston
b62a8f76b5 Refactoring
Signed-off-by: Darby Johnston <darbyjohnston@yahoo.com>
2025-03-06 08:20:49 +00:00
Darby Johnston
070b4c1696 Refactoring
Signed-off-by: Darby Johnston <darbyjohnston@yahoo.com>
2025-03-06 08:20:49 +00:00
Darby Johnston
b67255db56 Import markers
Signed-off-by: Darby Johnston <darbyjohnston@yahoo.com>
2025-03-06 08:20:49 +00:00
Darby Johnston
a3e02d6b40 Better profile handling
Signed-off-by: Darby Johnston <darbyjohnston@yahoo.com>
2025-03-06 08:20:49 +00:00
Darby Johnston
84d7c63f71 Export markers
Signed-off-by: Darby Johnston <darbyjohnston@yahoo.com>
2025-03-06 08:20:49 +00:00
Darby Johnston
31129385c0 Account for gaps
Signed-off-by: Darby Johnston <darbyjohnston@yahoo.com>
2025-03-06 08:20:49 +00:00
Darby Johnston
fed51ef75e Remove QModelIndex traversal
Signed-off-by: Darby Johnston <darbyjohnston@yahoo.com>
2025-03-06 08:20:49 +00:00
Darby Johnston
78f3de305f Use start time code from media
Signed-off-by: Darby Johnston <darbyjohnston@yahoo.com>
2025-03-06 08:20:49 +00:00
Darby Johnston
d964d0dda2 Add FETCH_OTIO option
Signed-off-by: Darby Johnston <darbyjohnston@yahoo.com>
2025-03-06 08:20:49 +00:00
Darby Johnston
fb244172c1 Create a new document when importing
Signed-off-by: Darby Johnston <darbyjohnston@yahoo.com>
2025-03-06 08:20:49 +00:00
Darby Johnston
5ffab980dc Do not translate the file extension
Signed-off-by: Darby Johnston <darbyjohnston@yahoo.com>
2025-03-06 08:20:49 +00:00
Darby Johnston
1fac81f4c8 WIP import
Signed-off-by: Darby Johnston <darbyjohnston@yahoo.com>
2025-03-06 08:20:49 +00:00
Darby Johnston
c6e182316b Add comment
Signed-off-by: Darby Johnston <darbyjohnston@yahoo.com>
2025-03-06 08:20:49 +00:00
Darby Johnston
0f63210aab Initial attempt at importing
Signed-off-by: Darby Johnston <darbyjohnston@yahoo.com>
2025-03-06 08:20:49 +00:00
Darby Johnston
dccbe04997 Add basic OTIO export
Signed-off-by: Darby Johnston <darbyjohnston@yahoo.com>
2025-03-06 08:20:49 +00:00
Darby Johnston
afc0b9f83a Try using kde_target_enable_exceptions() for OTIO
Signed-off-by: Darby Johnston <darbyjohnston@yahoo.com>
2025-03-06 08:20:49 +00:00
Darby Johnston
fe43be77b9 Use FetchContent for OTIO
Signed-off-by: Darby Johnston <darbyjohnston@yahoo.com>
2025-03-06 08:20:49 +00:00
Darby Johnston
ad40f9372b Initial check-in
Signed-off-by: Darby Johnston <darbyjohnston@yahoo.com>
2025-03-06 08:20:49 +00:00
Jean-Baptiste Mardelle
e74a8296c1 Multiple fixes for background removal (you can now continue working while mask is being created) 2025-03-06 08:48:29 +01:00
l10n daemon script
01cd56e360 GIT_SILENT Sync po/docbooks with svn 2025-03-06 01:38:25 +00:00
l10n daemon script
10d09680e7 GIT_SILENT Sync po/docbooks with svn 2025-03-05 01:51:55 +00:00
Jean-Baptiste Mardelle
c3527ca31e Timeline highlight: switch from stylesheet to palette roles 2025-03-04 17:44:27 +01:00
Jean-Baptiste Mardelle
79a7e6fe6b Get rid of focus timer hack breaking stuff 2025-03-04 17:21:02 +01:00
Jean-Baptiste Mardelle
8cdd8ad489 Revamp python plugins install, fix downloading whisper model on first run if model folder does not exist 2025-03-04 17:09:42 +01:00
l10n daemon script
e16f32f1a3 GIT_SILENT Sync po/docbooks with svn 2025-03-04 01:36:58 +00:00
Jean-Baptiste Mardelle
a3581c05e7 Fix invert mask button
Related to #1976
2025-03-03 08:41:19 +01:00
l10n daemon script
2f2d7b9fd7 GIT_SILENT Sync po/docbooks with svn 2025-03-03 01:35:58 +00:00
Jean-Baptiste Mardelle
d0953aa91d Fix audio playback breaks when switching between bin clips
CCBUG: 500491
Related to #1963
2025-03-02 21:31:53 +01:00
Jean-Baptiste Mardelle
690d344210 remove debug 2025-03-02 21:25:36 +01:00
Jean-Baptiste Mardelle
7a41d722e8 Various fixes for background removal 2025-03-02 17:50:48 +01:00
l10n daemon script
3fbfa5ac63 GIT_SILENT Sync po/docbooks with svn 2025-03-02 01:34:58 +00:00
l10n daemon script
9c796e9fa4 GIT_SILENT Sync po/docbooks with svn 2025-03-01 01:47:20 +00:00
Jean-Baptiste Mardelle
42ed556191 Fix playlist alpha proxy
Related to #1556
2025-02-28 13:09:59 +01:00
Jean-Baptiste Mardelle
d67e0fb6b1 Don't allow changing zone when monitor is in mask creation mode 2025-02-28 11:44:25 +01:00
Jean-Baptiste Mardelle
8bf8e921b5 Fix coding style 2025-02-28 11:37:25 +01:00
Jean-Baptiste Mardelle
c71f999b2f Fix seeking to zone start in bin clip when starting a mask 2025-02-28 11:36:58 +01:00
Jean-Baptiste Mardelle
ec02a93809 Make proxy profile for clips with alpha configurable (globaly not per project)
Add a flag to library clips created from bin drop to correctly identify alpha channel
Related to #1556
2025-02-28 10:30:54 +01:00
Jean-Baptiste Mardelle
424edee936 Enforce libvpx decoders when transcoding a file with alpha
Related to #1556
2025-02-28 09:02:18 +01:00
l10n daemon script
d2108de0e4 GIT_SILENT Sync po/docbooks with svn 2025-02-28 01:35:34 +00:00
Jean-Baptiste Mardelle
66b262e5e4 Add basic alpha detection for playlist clips to disable automatic proxies
Related to #1556
2025-02-27 21:56:48 +01:00
Heiko Becker
46599f2f57 GIT_SILENT Update Appstream for new release
(cherry picked from commit 3ee06ea514)
2025-02-27 21:12:22 +01:00
l10n daemon script
2f51bb1304 GIT_SILENT Sync po/docbooks with svn 2025-02-27 01:34:33 +00:00
l10n daemon script
e2f22afa0e GIT_SILENT made messages (after extraction) 2025-02-27 00:40:36 +00:00
Jean-Baptiste Mardelle
107ae8e009 Try to fix CI tests freeze 2025-02-26 13:20:27 +01:00
Jean-Baptiste Mardelle
21f06a0a2d Cleanup built-in Mask task 2025-02-26 08:45:40 +01:00
l10n daemon script
048396d0cb GIT_SILENT Sync po/docbooks with svn 2025-02-26 01:37:04 +00:00
Jean-Baptiste Mardelle
5823f4dc2f Ensure we don't add 2 mask effects 2025-02-25 20:38:54 +01:00
Jean-Baptiste Mardelle
00a976b624 Show mask progress and stop button in build-in widget 2025-02-25 16:53:44 +01:00
Jean-Baptiste Mardelle
4a0bd815f3 Add remove background button in built-in effects 2025-02-25 11:26:00 +01:00
Jean-Baptiste Mardelle
97a5ff2d3c Use deleteLater when switching monitor scene to avoid possible crash if a switch occurs while a qml action happens like mouse click 2025-02-25 08:55:37 +00:00
Jean-Baptiste Mardelle
f529f5d168 Object masks: allow selecting mask color and adding a border 2025-02-25 09:53:46 +01:00
l10n daemon script
99de537753 GIT_SILENT Sync po/docbooks with svn 2025-02-24 10:27:56 +00:00
Jean-Baptiste Mardelle
d745a3b49f Fix ClipLoadtask usage in tests 2025-02-24 11:16:08 +01:00
l10n daemon script
6bbe7707c8 GIT_SILENT Sync po/docbooks with svn 2025-02-24 01:34:53 +00:00
Julius Künzel
8a3ae8d4bf Add a few tests for Timecode and GenTime
There is more that can be tested, eg. drop-frame timecodes
2025-02-23 22:33:56 +01:00
Julius Künzel
3ecc942a16 Improve code to get start timecode of a clip
- Better detect start timecode without mediainfo. Inspired by work done
by Palmer Dabbelt
- Cleanup code
2025-02-23 18:31:59 +01:00
Julius Künzel
c344614214 Add scaleTimecode helper to deduplicate code 2025-02-23 18:30:55 +01:00
l10n daemon script
2007642a88 GIT_SILENT Sync po/docbooks with svn 2025-02-23 01:33:52 +00:00
Julius Künzel
5b0cf9607a Change icon for speech recogniation in subtitle trackhead
It was the same as the effects icon for AV tracks before which is
confusing
2025-02-22 12:58:46 +01:00
l10n daemon script
4213b3178d GIT_SILENT Sync po/docbooks with svn 2025-02-22 01:35:01 +00:00
l10n daemon script
8398dd223f GIT_SILENT Sync po/docbooks with svn 2025-02-21 01:34:55 +00:00
l10n daemon script
b3b61e1cb8 GIT_SILENT Sync po/docbooks with svn 2025-02-20 01:35:59 +00:00
l10n daemon script
1e64b0d9fb GIT_SILENT Sync po/docbooks with svn 2025-02-19 01:36:35 +00:00
Jean-Baptiste Mardelle
f5c6ffa505 Make active monitor timecode font bold 2025-02-18 12:19:24 +01:00
Jean-Baptiste Mardelle
84240a980e Make monitor timecode color different if monitor is active
CCBUG: 471086
2025-02-18 12:02:42 +01:00
l10n daemon script
e23730ac0a GIT_SILENT Sync po/docbooks with svn 2025-02-18 01:35:49 +00:00
Jean-Baptiste Mardelle
180d4fb805 Fix align audio to reference always using first stream
Fixes #1968
2025-02-17 22:48:19 +01:00
Jean-Baptiste Mardelle
b129d92dc8 Fix audio stream index indicator in timeline clips 2025-02-17 22:36:38 +01:00
Jean-Baptiste Mardelle
dcfa293af6 Don't output hundreds of useless avformat warnings 2025-02-17 16:53:01 +01:00
Jean-Baptiste Mardelle
8d64165d57 SAM: Add option to offload memory to CPU, allowing to create longer masks, useful for GPU with low VRAM.
Switch all MLT tasks to loglevel error, since the log overflow sometimes caused freezes
2025-02-17 16:14:05 +01:00
Scarlett Moore
e3e7915798 snapcraft: Use ffmpeg sdk for building. 2025-02-17 07:17:52 -07:00
Jean-Baptiste Mardelle
7c2a52db43 Fix compilation 2025-02-17 13:51:51 +01:00
Jean-Baptiste Mardelle
858afad9e7 SAM segmentation: Allow creating include / exclude points later in the video, display keyframes in monitor ruler
Allow editing a mask to refine it
2025-02-17 12:34:18 +00:00
Jean-Baptiste Mardelle
a8f39133e6 Ask for confirmation when closing a project with running mask task.
Correctly display log on mask task crash
2025-02-17 12:34:18 +00:00
Jean-Baptiste Mardelle
64130223b5 Ensure shape masks gets correct parameters on start 2025-02-17 12:34:18 +00:00
Jean-Baptiste Mardelle
0581cdf4cb Remove useless debug 2025-02-17 12:34:18 +00:00
Jean-Baptiste Mardelle
69cd1f37d8 Make sam2 process stay alive during mask creation
Improve user feedback during process
2025-02-17 12:34:18 +00:00
Jean-Baptiste Mardelle
a601b241b3 Don't draw audio channel name if we merge channels 2025-02-17 05:32:42 +01:00
l10n daemon script
5b721fd137 GIT_SILENT Sync po/docbooks with svn 2025-02-17 01:34:05 +00:00
Jean-Baptiste Mardelle
970839c02f Fix audiothumbs disappear on high zoom
Fixes #1969
2025-02-16 22:29:27 +01:00
l10n daemon script
53e447abdc GIT_SILENT Sync po/docbooks with svn 2025-02-16 01:37:00 +00:00
l10n daemon script
48e0db83f4 GIT_SILENT Sync po/docbooks with svn 2025-02-15 01:46:54 +00:00
Jean-Baptiste Mardelle
3ef8a8f38d Fix dragging from clip monitor becomes audio or video only when passing over the buttons 2025-02-14 13:00:19 +01:00
Jean-Baptiste Mardelle
0f329ee781 Use current stream for audio matching
Related to #1968
2025-02-14 12:46:06 +01:00
Farid Abdelnour
2d4c869e35 Fix compile issue with fakeit template
Based on this: https://github.com/eranpeer/FakeIt/issues/348
2025-02-14 10:09:55 +00:00
Jean-Baptiste Mardelle
f80f40ca76 Fix effects with analysis step like loudness 2 pass and tracker broken on cut clips or on tracks
BUG: 492729
BUG: 441451
Fixes #1789
2025-02-14 10:57:54 +01:00
l10n daemon script
f04e9ef797 GIT_SILENT Sync po/docbooks with svn 2025-02-14 01:39:30 +00:00
l10n daemon script
84b4aca33b GIT_SILENT made messages (after extraction) 2025-02-14 00:42:55 +00:00
l10n daemon script
70f3b75927 GIT_SILENT Sync po/docbooks with svn 2025-02-13 01:41:56 +00:00
Julius Künzel
eff2ed2187 [CI] Dependencies for @all 2025-02-12 17:37:49 +00:00
Albert Astals Cid
aedd83df8c CI: Add linux-qt6-next build 2025-02-12 01:20:22 +01:00
l10n daemon script
f1f85c4144 GIT_SILENT Sync po/docbooks with svn 2025-02-11 01:36:29 +00:00
Jean-Baptiste Mardelle
1abb92a1b2 remove dead code to trigger rebuild 2025-02-10 09:33:04 +01:00
l10n daemon script
29daa6c794 GIT_SILENT Sync po/docbooks with svn 2025-02-10 01:32:27 +00:00
Jean-Baptiste Mardelle
950aa8d830 Titler: fix horizontal center of text with letter spacing > 0 2025-02-09 14:06:12 +01:00
Jean-Baptiste Mardelle
d82a04084c Fix crash pasting clips with a same track transition (like dissolve) 2025-02-09 14:00:45 +01:00
l10n daemon script
4d80cbb7cb GIT_SILENT Sync po/docbooks with svn 2025-02-09 01:33:17 +00:00
l10n daemon script
e3a6eea5a8 GIT_SILENT Sync po/docbooks with svn 2025-02-08 01:32:50 +00:00
Jean-Baptiste Mardelle
1f3ffe3b74 Allow testing checkerboard with MLT 7.30 2025-02-07 19:55:07 +00:00
Jean-Baptiste Mardelle
81defea1b5 Ensure proxy clips have a fixed frame rate (using vsync 1)
BUG: 499559
2025-02-07 17:30:45 +01:00
Jean-Baptiste Mardelle
924a294f65 Fix Clip Monitor audi/video drag buttons 2025-02-07 12:42:28 +01:00
Jean-Baptiste Mardelle
dcf44db242 Shift+Click to collapse/expand all effects 2025-02-07 10:52:01 +01:00
Jean-Baptiste Mardelle
60abdb9680 Fix rotoscoping shape sometimes jumps to unexpected location when drag while playing 2025-02-07 10:30:49 +01:00
l10n daemon script
3a473d6e3c GIT_SILENT Sync po/docbooks with svn 2025-02-07 01:39:26 +00:00
Jean-Baptiste Mardelle
e0ad3acd12 Fix incorrect behavior / crash on single item deletion
BUG: 499570
2025-02-06 22:55:17 +01:00
Jean-Baptiste Mardelle
77ec6bab5d Fix crash trying to import invalid keyframe data from clipboard
BUG: 499531
2025-02-06 22:09:20 +01:00
Jean-Baptiste Mardelle
056bc0f3a8 Fix keyboard focus lost on fullscreen monitor with rotoscoping and maybe other effect overlays 2025-02-06 21:39:42 +01:00
Julius Künzel
8a0d13af8c Clip Monitor Background: add checkerboard option
Fixes #833
2025-02-06 18:25:01 +01:00
Jean-Baptiste Mardelle
0e6abb01fb Fix resetting rotoscoping effect is broken 2025-02-06 12:54:16 +01:00
l10n daemon script
4e3a626208 GIT_SILENT Sync po/docbooks with svn 2025-02-05 01:35:42 +00:00
Jean-Baptiste Mardelle
b9e2625e8a Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2025-02-03 18:33:06 +01:00
Jean-Baptiste Mardelle
32fde5671b Don't try to update monitor overlay if effect is disabled 2025-02-03 18:32:13 +01:00
l10n daemon script
d2c12af6d5 GIT_SILENT Sync po/docbooks with svn 2025-02-03 01:32:52 +00:00
Jean-Baptiste Mardelle
5fc2aa0953 Report proxy failure if process exit code != 0 2025-02-02 13:49:55 +01:00
Jean-Baptiste Mardelle
c44832975f Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2025-02-02 13:41:11 +01:00
Jean-Baptiste Mardelle
fd70658e30 Hide split screen from 3 point balance (option is available from Kdenlive effect stack button) 2025-02-02 13:40:57 +01:00
Jean-Baptiste Mardelle
c8f19c5682 Try having double and integer params have the same size in effects,
Allow word wrap on long param names
2025-02-02 13:40:12 +01:00
l10n daemon script
2bc756451e GIT_SILENT Sync po/docbooks with svn 2025-02-02 01:38:02 +00:00
Yuri Chornoivan
ebb1af084f Fix minor typo 2025-02-01 09:50:59 +02:00
l10n daemon script
fe5d50311c GIT_SILENT Sync po/docbooks with svn 2025-02-01 01:34:02 +00:00
Jean-Baptiste Mardelle
32087eb592 remove unused qml param 2025-02-01 00:02:46 +01:00
Jean-Baptiste Mardelle
2a305263fa Add option to zoom audio waveforms. From the timeline menu or button in the first audio track header
Relate to #1961
2025-01-31 23:55:51 +01:00
Jean-Baptiste Mardelle
423b5eca52 Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2025-01-31 20:22:32 +01:00
Jean-Baptiste Mardelle
05ad55c79c Fix clip monitor selection invisible on audio frame
CCBUG: 499365
2025-01-31 20:21:46 +01:00
Jean-Baptiste Mardelle
5beafbc6ab Fix crash setting empty name for folder
BUG: 499070
FIXED-IN: 24.12.2
2025-01-31 18:11:23 +01:00
Jean-Baptiste Mardelle
88c39ca937 Fixes to rectangle keyframes (fix possible crash) and add configurable limit to automatic keyframes, for example only every 10 frames. 2025-01-31 17:02:28 +01:00
Jean-Baptiste Mardelle
07d8f061f2 Ensure the keyframe position is correct in case we move a rectangle over monitor while playing 2025-01-31 12:53:41 +01:00
Jean-Baptiste Mardelle
3ee58841f7 Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2025-01-31 12:34:37 +01:00
Jean-Baptiste Mardelle
4bdc2e1caf Cleanup communication with qml monitor rectangle 2025-01-31 12:34:20 +01:00
l10n daemon script
1d2a69c0fa GIT_SILENT Sync po/docbooks with svn 2025-01-31 01:34:56 +00:00
Heiko Becker
80f98525a9 GIT_SILENT Update Appstream for new release
(cherry picked from commit a6b708c777)
2025-01-31 01:01:16 +01:00
Jean-Baptiste Mardelle
f4bd5f9312 Better fix for expand library clips broken with proxies
BUG: 499171
FIXED-IN: 24.12.2
2025-01-30 21:49:53 +01:00
Jean-Baptiste Mardelle
5eec9158d2 Revert "Correctly fix path for proxied clip inside a playlist clip like in library"
This reverts commit e3eace2ab1
2025-01-30 13:46:31 +00:00
Jean-Baptiste Mardelle
e3eace2ab1 Correctly fix path for proxied clip inside a playlist clip like in library
Existing playlist clip will still have the bug, only newly created playlist clips will work fine
CCBUG: 499171
2025-01-30 13:24:07 +01:00
Jean-Baptiste Mardelle
8dc0e7792b Fix clip monitor default zone does not include last frame 2025-01-30 11:37:54 +01:00
Jean-Baptiste Mardelle
e176514b67 Try to fix Whisper models folder on Flatpak
CCBUG: 499012
2025-01-30 10:56:57 +01:00
Jean-Baptiste Mardelle
231db5c4b8 Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2025-01-30 10:11:13 +01:00
Jean-Baptiste Mardelle
f5147241d1 Ensure CTRL+end goes after the last frame to allow inserting new clips 2025-01-30 10:08:07 +01:00
Jean-Baptiste Mardelle
df723e645c Fix effect param slider misbehaving after effect reset 2025-01-30 10:06:51 +01:00
l10n daemon script
a4c0b4bb72 GIT_SILENT Sync po/docbooks with svn 2025-01-30 01:35:11 +00:00
l10n daemon script
d1fbdc95d7 SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2025-01-30 01:28:08 +00:00
Jean-Baptiste Mardelle
b391a6591c Don't try to delete ui file elements on subtitlemanager close 2025-01-29 15:06:35 +00:00
Josep M. Ferrer
0e30692564 Fix minor typo (remove an extra period) 2025-01-29 11:37:40 +00:00
Yuri Chornoivan
34e83e5865 Fix tags 2025-01-29 11:14:03 +02:00
Jean-Baptiste Mardelle
4e8d17072e Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2025-01-29 08:25:18 +01:00
Jean-Baptiste Mardelle
3899e90b49 Object mask: fix minor monitor overlay issues (rectangle selection incorrect when zoomed) 2025-01-29 08:25:01 +01:00
l10n daemon script
d1c7ec68e2 GIT_SILENT Sync po/docbooks with svn 2025-01-29 01:34:49 +00:00
Jean-Baptiste Mardelle
4f4cc37a4b Add shortcut to focus bin search 2025-01-28 22:56:21 +01:00
Jean-Baptiste Mardelle
fc70f87956 Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2025-01-28 11:44:51 +01:00
Jean-Baptiste Mardelle
864d7a0373 Fix effect stack widget not properly resizing.
Related to #1957
2025-01-28 11:44:35 +01:00
Bernd Jordan
d1f1cbe0b0 New XML files, updates, fixes, UI improvements
Updated XML files for
- qtblend (allow 2 decimals for rotation)
- chroma_hold (added keyframes, detailed comments)
- avfilter_chromahold (added keyframes, detailed comments)
- avfilter_fftdnoiz (UI improvements, fixes, detailed comments)
- avfilter_median (UI improvements, fixes, detailed comments)
- avfilter_scroll (UI improvements, fixes)
- avfilter_waveform (UI improvements, fixes, detailed comments)
- avfilter_drawgrid (UI improvements, fixes, added alpha, detailed comments)
- avfilter_drawbox (UI improvements, fixes, added alpha, detailed comments)
- avfilter_shear (UI improvements)
- avfilter_pixelize (fixes)
- frei0r_cairogradient (UI improvements, fixes)
- frei0r_alphagrad (UI improvements, fixes, detailed comments)
- frei0r_alpha0ps_alphagrad (UI improvements, fixes, detailed comments)
- frei0r_c0rners (UI improvements)
- frei0r_profile (UI improvements, fixes, detailed comments)

New XML files for
- dropshadow (working now, added alpha, UI improvements, shadow can go either direction)
- 3-way-rotate (replacing rotation_keyframable.xml)
- shear (replacing rotation.xml)
- frei0r_aech0r
- frei0r_posterize
- avfilter_oscilloscope
- avfilter_gradfun

CMAKE files updated accordingly
2025-01-28 09:58:48 +00:00
Jean-Baptiste Mardelle
a3e07d0507 Fix whisper not working if device is empty. Don't unnecessarily reset monitor scene when changing monitor preview resolution, fix progress in frame export 2025-01-28 09:10:48 +00:00
Jean-Baptiste Mardelle
55c562b893 Add a proper meltjob class to handle SAM2 frame export 2025-01-28 09:10:48 +00:00
Jean-Baptiste Mardelle
b33c4ba878 Fix crash on some systems while extracting frames for a mask 2025-01-28 09:10:48 +00:00
Jean-Baptiste Mardelle
42e8890060 testing some sam2 fixes 2025-01-28 09:10:48 +00:00
l10n daemon script
8dcc17e217 GIT_SILENT Sync po/docbooks with svn 2025-01-28 01:35:30 +00:00
l10n daemon script
2f59c8bf7e GIT_SILENT Sync po/docbooks with svn 2025-01-27 01:36:09 +00:00
l10n daemon script
74f9aeb50c GIT_SILENT Sync po/docbooks with svn 2025-01-26 01:34:14 +00:00
Eugen Mohr
f3c763f49d Update config tooltip 2025-01-25 11:21:22 +00:00
Jean-Baptiste Mardelle
5bf7cc1fbd Fix compilation with Qt < 6.7 2025-01-25 12:05:09 +01:00
l10n daemon script
092eea0be0 GIT_SILENT Sync po/docbooks with svn 2025-01-25 01:35:21 +00:00
Jean-Baptiste Mardelle
f80bae64eb Fix whisper/sam system python not correctly stored
related to #1944
2025-01-24 11:39:06 +01:00
Jean-Baptiste Mardelle
9f4db37000 Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2025-01-24 11:02:58 +01:00
Jean-Baptiste Mardelle
5b2f1ff7fa Improve control points visibility for object masks, allow moving a point 2025-01-24 11:02:42 +01:00
l10n daemon script
1a844fd9e4 GIT_SILENT Sync po/docbooks with svn 2025-01-24 01:35:26 +00:00
Jean-Baptiste Mardelle
9ac1bcc5cf Fix SAM rect selection 2025-01-23 18:42:47 +01:00
Jean-Baptiste Mardelle
62ff3d00e1 Fix remaining incorrect ffmpeg path on Mac 2025-01-23 15:59:33 +00:00
Jean-Baptiste Mardelle
97e494b8fb Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2025-01-23 13:21:17 +01:00
Jean-Baptiste Mardelle
59e0293ec1 Cleanup speech scripts, fix hardcoded ffmpeg path breaking whisper and vosk on Mac, add system packages checkbox
CCBUG: 498949
2025-01-23 13:21:05 +01:00
l10n daemon script
85501db45c GIT_SILENT Sync po/docbooks with svn 2025-01-23 01:32:41 +00:00
Jean-Baptiste Mardelle
98cb25a4e5 Update automask tooltip to say you can also draw a box 2025-01-22 08:18:43 +01:00
Jean-Baptiste Mardelle
33c9ab853e Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2025-01-22 08:17:15 +01:00
Jean-Baptiste Mardelle
ea990d0cbc SAM segmentation: allow drawing a rectangle on monitor to select object, fix system python package, related to #1944 2025-01-22 08:16:52 +01:00
l10n daemon script
f94d2c3c1b GIT_SILENT Sync po/docbooks with svn 2025-01-22 01:33:37 +00:00
Jean-Baptiste Mardelle
c45fed88d0 Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2025-01-21 11:40:35 +01:00
Jean-Baptiste Mardelle
36f23c6765 Add option to use system packages for SAM (Whisper will come later)
Related to #1944
2025-01-21 11:39:37 +01:00
Jean-Baptiste Mardelle
211d095e42 Another round of clazy fixes 2025-01-21 10:01:49 +01:00
l10n daemon script
aadbc071e1 GIT_SILENT Sync po/docbooks with svn 2025-01-21 01:34:25 +00:00
Eugen Mohr
b35d38f709 Change icon back from "red trash can" to "red X"
#1947
2025-01-20 20:44:02 +01:00
l10n daemon script
f9eb594757 GIT_SILENT Sync po/docbooks with svn 2025-01-20 01:37:50 +00:00
l10n daemon script
a2c9f5b33a GIT_SILENT Sync po/docbooks with svn 2025-01-19 01:33:59 +00:00
Jean-Baptiste Mardelle
ed76fcf2aa Another round of Clazy fixes 2025-01-18 18:07:30 +01:00
Jean-Baptiste Mardelle
67938726b6 Clazy fixes 2025-01-18 17:26:19 +01:00
Jean-Baptiste Mardelle
6103dbb5a0 Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2025-01-18 16:28:08 +01:00
Jean-Baptiste Mardelle
5417b17f1b Ensure built-in effects reset button is enabled 2025-01-18 16:27:56 +01:00
Ron El
4b6838e480 Typo fix in setTimelineProperty method name
No functional change (other than it being found when grepping the source
for property).
2025-01-18 22:35:54 +10:30
l10n daemon script
0965b8c49c GIT_SILENT Sync po/docbooks with svn 2025-01-18 01:40:50 +00:00
Jean-Baptiste Mardelle
93acc71452 Ensure vidstab external files are correctly listed and archived 2025-01-17 18:00:26 +01:00
Jean-Baptiste Mardelle
348ff2e895 Ensure mask files are correctly listed in Project settings / Archive widget 2025-01-17 17:51:19 +01:00
Bernd Jordan
90b68dea91 Added 2 decimals for the rotation parameter (addresses bug #498586) 2025-01-17 15:58:23 +00:00
Ron El
b4e80aafa1 Rescale 48-apps-kdenlive.png to 48x48
It's installed to /usr/share/icons/hicolor/48x48/ but it was 64x64
2025-01-17 13:48:22 +00:00
Jean-Baptiste Mardelle
b64d4cb787 Fix effects layout broken on resize
BUG: 498749
2025-01-17 14:01:28 +01:00
l10n daemon script
2d09ff7fa4 GIT_SILENT Sync po/docbooks with svn 2025-01-17 01:33:59 +00:00
Jean-Baptiste Mardelle
cc2fcceb6f Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2025-01-16 08:29:40 +01:00
Jean-Baptiste Mardelle
55519d85fd Fix possible crash on exit 2025-01-16 08:29:18 +01:00
l10n daemon script
1a3372c1bd GIT_SILENT Sync po/docbooks with svn 2025-01-16 01:34:21 +00:00
Ron El
4670ea8841 Reassemble proxy profile elements in the correct order after validation
The external proxy preset strings consist of sets of 6 elements:
path clip->proxy;proxy prefix;proxy suffix;path proxy->clip;clip prefix;clip suffix
appended sequentially for each 'profile' that the preset describes.

When we import those into the proxy profiles edit dialog, we deconstruct
that and regroup them so that all the clip->proxy paths (etc.) are together
in a single QLineEdit widget for each element type.

Which means we need to reverse that process and re-interleave them in
profile groups after validating those fields.  If we just concatenate
the contents of the edit widgets all the elements end up in the wrong
order.

BUG: 485356
2025-01-15 12:26:09 +00:00
Ron El
57055cabdc Fix the spinbox range for title position and size
Large animated titles (like credits) can easily extend past the default
spinbox maximum of 5000.  You could still place them outside that range
but you then get no feedback or fine control via the spinbox of their
precise position.

Increasing it to 99999 is still a bit arbitrary, but that value will
fit without making the box physically larger, and INT_MAX seems a bit
overkill.  We can always bump it again if a real user needs that.

Cap the width and height minimum at 0 - negative size doesn't make
a lot of sense here.

BUG: 487950
2025-01-15 12:19:43 +00:00
Étienne André
86eb34eff7 Fix handling of null frames in audiolevels generation
Fixes crash mentioned in https://invent.kde.org/multimedia/kdenlive/-/merge_requests/562#note_1110834 .

- Skips null buffers in generateMLT;
- Allow the waveform renderer to work even if the requested outPoint is out of range.
- Adds a unit test for audiolevels generation using a MLT noise generator;
2025-01-15 08:00:33 +00:00
l10n daemon script
e0dfb651a8 GIT_SILENT Sync po/docbooks with svn 2025-01-15 01:34:57 +00:00
l10n daemon script
eb9d99c8f0 GIT_SILENT Sync po/docbooks with svn 2025-01-14 01:35:33 +00:00
Étienne André
8875406255 remove debug print 2025-01-13 09:56:13 +00:00
Étienne André
30037f89dd fix memory leaks in generatelibav 2025-01-13 09:56:13 +00:00
Étienne André
fa2a23058b fix crash on audio zoomed in view with merged channels
cause: incorrect calculation of output points in mid operation
2025-01-13 09:56:13 +00:00
l10n daemon script
92ccc708ad GIT_SILENT Sync po/docbooks with svn 2025-01-13 01:37:07 +00:00
Eugen Mohr
ab898bf2be Change: Whisper, «Uninstall model» to «Remove model» 2025-01-12 14:05:05 +01:00
l10n daemon script
7db8e1db90 GIT_SILENT Sync po/docbooks with svn 2025-01-12 01:38:54 +00:00
Eugen Mohr
a449955e0d Fix: Make more delete icon consistent 2025-01-11 20:21:49 +01:00
Jean-Baptiste Mardelle
033fa25810 Workaround crash switching or zooming in merged audio channel view 2025-01-11 15:31:56 +01:00
Étienne André
32da1cef78 audio waveform (audiolevels) rewrite
# Rewrite Audio Waveform generation + drawing

Addresses #1888.

This work is done as part of contract work with KDE e.V.

# Summary
## Waveform generation performance improvements

The original MLT method has been improved and a faster libav* -based one is used when possible. The original method used the "audiolevel" MLT filter, which only supported 1 point per frame and was quite slow.

Measured time taken for audio levels generation in release builds on my machine (AMD Ryzen 7 3700U with SSD).
 - _original MLT_ is before these changes, with one point per frame;
 - _new MLT_ is the improved method, with 5 points per frame;
 - _new libav_ is the method using libav directly, with 5 points per frame.

| file                                    | new libav (s) | new MLT (s) | original MLT (s) |
|-----------------------------------------|---------------|-------------|------------------|
| 1h 20min of stereo uncompressed WAV     | 2.477         | 5.187       | 8.131            |
| 1h 20min of stereo max-compressed FLAC  | 6.818         | 9.03        | 12.513           |
| 26min of OPUS audio in a MKV video file | 4.774         | 6.86        | 8.614            |

## Better waveform resolution
This merge requests brings better waveform temporal resolution (1 -> N points per frame) and better vertical resolution (256 -> 65,535 levels).

**Before changes (KDenlive 24.08.3):**

![before](/uploads/c11313b83005508c002550db1c71f45d/before.png)

**After changes:**

![after](/uploads/6e1c12bb9c14875f1dfbba4ced503900/after.png)

## Fix incorrect waveform drawing function
When drawing the waveform, the current implementation samples the audio levels at points corresponding to the pixels to draw. This is incorrect and results in distorted waveforms, missing peaks, and visual artifacts. The new implementations uses a slower but correct max-based resampling method.


**Before changes (KDenlive 24.08.3)**

![ref-before](/uploads/d40c5b0467fc12dd4326cea825639097/ref-before.png)

**After changes:**

![ref-after](/uploads/c7218be75a820b730fa7339d2080bfdb/ref-after.png)

**Reference (audacity)**

![ref-audacity](/uploads/b0ff3407954e5493a604ded56fcde564/ref-audacity.png)

**Stretching a waveform, before changes:**
![stretch-before](/uploads/465ae44c0a4afafa5f493ccda738a1dc/stretch-before.mp4)

**Stretching a waveform, after changes:**

![stretch-after](/uploads/fe86a61411834951384c87fc9c37f690/stretch-after.mp4)


# Detailed changes
- Change audiolevels sample format to uint16_t for increased precision
- Add support for N points per frame, currently set to 5
- projectclip.cpp:
  - Use TimelineWaveform to render the audio clip thumbnails
  - do not store audiolevels in object
  - generate larger thumbnails
- Change audio max property key from "kdenlive:audio_max%1" to "_kdenlive:audio_max%1"
- audiolevelstask.cpp: major refactor
  - Replace audiolevels PNG (de)serializer with a dumber one
  - add fast libav-based generation
  - simplify and improve MLT-based generation
    - disable caching
    - disable resampling
    - remove useless audiochannels filter
    - remove redundant stream selection
    - replace audiolevel filter with direct levels calculation
    - add generic computePeaks() function
- kdenliveclipmonitor.qml: fix incorrect clip duration passed to waveform renderer
- timelineitems.cpp: separated items into their own source/header files (timelineplayhead, timelinerecwaveform, timelinetriangle, timelinewaveform)
- timelinewaveform.cpp: simplify and improve waveform rendering
  - add support for N points per frame
  - add support for fractional in and outpoints
  - replace incorrect sampling drawing function with correct max-based one
  - remove unused properties
  - add even and odd color properties
- Add tests
  - Add tests for computePeaks and both generation methods
  - Add audio tests files + script to generate them
2025-01-11 14:03:39 +00:00
Eugen Mohr
4d41ad10c8 Fix typo builtin to built-in 2025-01-11 13:52:50 +00:00
Eugen Mohr
eadec351b1 Update to icon "edit-delete" 2025-01-10 20:49:29 +01:00
l10n daemon script
5498ddc1dd GIT_SILENT Sync po/docbooks with svn 2025-01-10 10:23:27 +00:00
Jean-Baptiste Mardelle
488bb52d85 Make monitor opengl interpolation independant for clip and project monitors 2025-01-10 10:05:19 +01:00
Jean-Baptiste Mardelle
04ac151963 When zooming in the monitor view, use linear scaling so we can see individual pixels (linux only for now) 2025-01-10 09:51:06 +01:00
Jean-Baptiste Mardelle
db87eb236b Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2025-01-09 11:14:17 +01:00
Jean-Baptiste Mardelle
45589d153e Fix rendering progress not shown when rendering a zone 2025-01-09 11:13:52 +01:00
l10n daemon script
ae7d4a182e GIT_SILENT Sync po/docbooks with svn 2025-01-09 01:35:21 +00:00
Scarlett Moore
5524e5fd2d snapcraft: symbolic link to proper home in packaging dir. 2025-01-08 03:26:25 -07:00
Scarlett Moore
8c552a5cd2 Merge branch kdenlive:master into master 2025-01-08 10:25:54 +00:00
l10n daemon script
5bb70c41b2 GIT_SILENT Sync po/docbooks with svn 2025-01-08 01:35:58 +00:00
Julius Künzel
2f1bf0e1de Nightly Flatpak: Add inih dep for exiv2 2025-01-08 00:50:59 +01:00
Julius Künzel
a26a19701f Nightly Flatpak: remove movit dependency
It has been disabled in Kdenlive some time ago and the server is unreliable
2025-01-08 00:00:25 +01:00
Julius Künzel
c7e959af78 Nightly Flatpak: update deps 2025-01-07 22:57:04 +01:00
Julius Künzel
4584275a56 Nightly Flatpak: don't install srt and vosk anymore
Now that we use venvs it is possible to install it through the settings like on other systems
2025-01-07 22:44:43 +01:00
Julius Künzel
8f9c0e89c0 SAM-2: pull as archive, not from git
Most users don't have git installed and eg. in our Flatpak it isn't available either
2025-01-07 22:41:20 +01:00
Julius Künzel
9ca91a41be AbstractPythonInterface: cleanup venv check
Make code better readable and fix several bugs:
- We do not need to check for pip on the system anymore because we always use pip from the venv
- The warning messages talk about system python, while they check the  venv python
2025-01-07 21:51:32 +01:00
Julius Künzel
31ff50eee9 GIT_SILENT AbstractPythonInterface: better function name 2025-01-07 21:15:32 +01:00
Julius Künzel
7314c8b6aa GIT_SILENT PluginSettings: better member name 2025-01-07 21:05:45 +01:00
Julius Künzel
563cf4e516 PythonInterface: remove unused installDisabled option 2025-01-07 20:39:35 +01:00
Julius Künzel
8910d43056 GIT_SILENT Minor cleanup for pythonExecs function 2025-01-07 20:09:06 +01:00
Jean-Baptiste Mardelle
ba8d80f718 Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2025-01-07 10:48:44 +01:00
Jean-Baptiste Mardelle
9b9a2267a7 Small tweaks to timeline resize handles and fix subtitles track head anchor issue 2025-01-07 10:48:20 +01:00
Jean-Baptiste Mardelle
2610e298fe Timeline: make resize handle slightly larger 2025-01-07 09:31:06 +01:00
l10n daemon script
f6cbb4eb1f GIT_SILENT Sync po/docbooks with svn 2025-01-07 01:34:45 +00:00
Jean-Baptiste Mardelle
7c6e65d1bd Fix error in last commit breaking tests and more 2025-01-06 18:32:23 +01:00
Jean-Baptiste Mardelle
704e988262 Work/sequenceresize
Fix size issue when a sequence clip is made shorter
2025-01-06 12:31:28 +00:00
l10n daemon script
52b8b5e19c GIT_SILENT Sync po/docbooks with svn 2025-01-06 01:35:57 +00:00
Jean-Baptiste Mardelle
feb2028c0a Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2025-01-05 17:47:36 +01:00
Jean-Baptiste Mardelle
42e12551eb Ensure sequence clips in timeline are not resized to smaller when hiding a track
BUG: 498178
FIXED-IN: 24.12.1
2025-01-05 17:45:43 +01:00
Scarlett Moore
dbbacc1390 Merge branch kdenlive:master into master 2025-01-05 10:09:42 +00:00
Scarlett Moore
a801ed6512 snapcraft: Move to core24. 2025-01-05 03:08:53 -07:00
l10n daemon script
a9caaf9839 GIT_SILENT Sync po/docbooks with svn 2025-01-05 01:35:00 +00:00
l10n daemon script
d60a48dcbf GIT_SILENT Sync po/docbooks with svn 2025-01-04 01:33:09 +00:00
l10n daemon script
0739f9d999 GIT_SILENT made messages (after extraction) 2025-01-04 00:40:46 +00:00
Jean-Baptiste Mardelle
4edb7352f4 Merge branch 'release/24.12' 2025-01-03 23:37:22 +01:00
Jean-Baptiste Mardelle
7f1d83c218 Merge branch 'release/24.12' of invent.kde.org:multimedia/kdenlive into release/24.12 2025-01-03 23:35:08 +01:00
Jean-Baptiste Mardelle
185bbd3c35 Fix crash moving build-in effect with feature disabled 2025-01-03 23:34:53 +01:00
l10n daemon script
40982c157c GIT_SILENT Sync po/docbooks with svn 2025-01-03 03:11:58 +00:00
l10n daemon script
87029cc04d GIT_SILENT Sync po/docbooks with svn 2025-01-03 01:34:03 +00:00
l10n daemon script
9d0bed6bdb GIT_SILENT made messages (after extraction) 2025-01-03 00:41:09 +00:00
Jean-Baptiste Mardelle
c5a4cc3a0a Allow more than 9 layouts 2025-01-02 16:34:06 +01:00
Jean-Baptiste Mardelle
df78e4d743 Fix crash saving effect stack
BUG: 498124
FIXED-IN: 24.12.1
2025-01-02 15:17:43 +01:00
Jean-Baptiste Mardelle
194abb6c66 Fix layout order with > 9 layouts 2025-01-02 15:17:31 +01:00
Jean-Baptiste Mardelle
6824fcf11c Fix crash saving effect stack
BUG: 498124
FIXED-IN: 24.12.1
2025-01-02 15:16:37 +01:00
Jean-Baptiste Mardelle
7980763a71 Fix layout order with > 9 layouts 2025-01-02 14:55:57 +01:00
Heiko Becker
0405022bd6 GIT_SILENT Update Appstream for new release
(cherry picked from commit 0765525ce3)
2025-01-02 14:23:57 +01:00
Heiko Becker
0765525ce3 GIT_SILENT Update Appstream for new release 2025-01-02 14:23:48 +01:00
Heiko Becker
e421558e4b GIT_SILENT Upgrade release service version to 24.12.1. 2025-01-02 13:53:51 +01:00
l10n daemon script
49b00925c2 GIT_SILENT Sync po/docbooks with svn 2025-01-02 03:10:49 +00:00
Jean-Baptiste Mardelle
d8a10d0066 Fix use after free from last commit 2025-01-02 03:13:14 +01:00
Jean-Baptiste Mardelle
0bbb496947 Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2025-01-02 03:12:02 +01:00
Jean-Baptiste Mardelle
9ec409c83d Fix use after free from last commit 2025-01-02 03:11:38 +01:00
l10n daemon script
b7f9124772 GIT_SILENT Sync po/docbooks with svn 2025-01-02 01:32:46 +00:00
Jean-Baptiste Mardelle
a55916bb13 Fix reload or proxy clip losing tags, markers, force aspect ratio
BUG: 498014
FIXED-IN: 24.12.1
2025-01-02 02:30:03 +01:00
Jean-Baptiste Mardelle
671cb1ffdd Fix reload or proxy clip losing tags, markers, force aspect ratio
BUG: 498014
FIXED-IN: 24.12.1
2025-01-02 02:28:35 +01:00
Jean-Baptiste Mardelle
79272005dc Some mask fixes, including error reporting 2025-01-01 14:35:50 +01:00
Jean-Baptiste Mardelle
9a82035f2c Show log on mask creation error 2025-01-01 11:31:28 +01:00
l10n daemon script
a95fed252c GIT_SILENT Sync po/docbooks with svn 2025-01-01 03:08:58 +00:00
l10n daemon script
008ae7df9e GIT_SILENT Sync po/docbooks with svn 2025-01-01 01:33:56 +00:00
l10n daemon script
fd320baeaf GIT_SILENT Sync po/docbooks with svn 2024-12-31 01:35:26 +00:00
l10n daemon script
4cff27237a GIT_SILENT Sync po/docbooks with svn 2024-12-30 03:19:59 +00:00
l10n daemon script
c2253b2fe9 GIT_SILENT Sync po/docbooks with svn 2024-12-30 01:39:47 +00:00
Jean-Baptiste Mardelle
d5535d1032 Fix mask creation on Windows 2024-12-29 08:37:40 +01:00
Jean-Baptiste Mardelle
3f9f388c56 Fix label without layout 2024-12-29 08:13:25 +01:00
l10n daemon script
d0c690c82c GIT_SILENT Sync po/docbooks with svn 2024-12-29 03:19:02 +00:00
l10n daemon script
7d7d6e678c GIT_SILENT Sync po/docbooks with svn 2024-12-29 01:40:00 +00:00
Jean-Baptiste Mardelle
0247732d34 Fix bin clips effects sometimes incorrectly applied to timeline instance 2024-12-28 18:50:03 +01:00
Jean-Baptiste Mardelle
ef17a1e107 Show notification in mask manager when creating a mask 2024-12-28 18:37:32 +01:00
Jean-Baptiste Mardelle
ad92e93751 Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2024-12-28 18:36:11 +01:00
Jean-Baptiste Mardelle
787d8e8b0d Fix bin clips effects sometimes incorrectly applied to timeline instance 2024-12-28 18:35:35 +01:00
Yuri Chornoivan
a0a01f1b10 Fix minor typos 2024-12-28 09:02:30 +02:00
l10n daemon script
26e50fe5f2 GIT_SILENT Sync po/docbooks with svn 2024-12-28 03:26:49 +00:00
l10n daemon script
2e28f864c0 GIT_SILENT Sync po/docbooks with svn 2024-12-28 01:44:03 +00:00
Jean-Baptiste Mardelle
970525e7d5 Don't enable vos_optimized on CUDA < 8 2024-12-27 23:03:05 +01:00
Jean-Baptiste Mardelle
b47f8ddb5f Fix sam config layout issue 2024-12-27 22:37:45 +01:00
Jean-Baptiste Mardelle
34140ad840 * Fix image mask creation after first install
* Allow selecting a device (GPU/CPU) to perform object segmentation
2024-12-27 22:30:08 +01:00
Jean-Baptiste Mardelle
af0d0eb02a Don't move selection when dropping a bin clip on another bin 2024-12-27 12:48:45 +01:00
Jean-Baptiste Mardelle
3c64ab60f3 Merge branch 'release/24.12' 2024-12-27 11:43:55 +01:00
Jean-Baptiste Mardelle
73d32a83c5 Fix typo
BUG: 497932
2024-12-27 10:51:24 +01:00
Jean-Baptiste Mardelle
43e8fc2d87 Automatic object segmentation
This implements an interface with SAM2 to detect objects in a video and create masks
Related to #1919
![object-mask-demo](/uploads/40107453963062ea49955b419891fcdc/object-mask-demo.mp4)

Which then allows to do this:

![Screencast_20241220_052248](/uploads/676c5894d774b604d8b782812919299b/Screencast_20241220_052248.mp4)
2024-12-27 09:43:58 +00:00
l10n daemon script
9610f1233d GIT_SILENT Sync po/docbooks with svn 2024-12-27 03:12:40 +00:00
l10n daemon script
2d0afcdb44 GIT_SILENT Sync po/docbooks with svn 2024-12-27 01:36:18 +00:00
Jean-Baptiste Mardelle
b937e269a4 Fix title widget braking text shadow and typewriter settings.
BUG: 476885
2024-12-26 16:05:08 +01:00
Jean-Baptiste Mardelle
3c87235f64 Update message when trying to proxy a clip with alpha 2024-12-26 15:11:29 +01:00
l10n daemon script
984c3671a4 GIT_SILENT Sync po/docbooks with svn 2024-12-26 01:37:19 +00:00
l10n daemon script
0efd19fb80 GIT_SILENT Sync po/docbooks with svn 2024-12-25 01:47:29 +00:00
l10n daemon script
161a0ef691 GIT_SILENT Sync po/docbooks with svn 2024-12-24 01:32:15 +00:00
Jean-Baptiste Mardelle
e7c4e106c9 Merge branch 'release/24.12' 2024-12-23 10:44:29 +01:00
Jean-Baptiste Mardelle
abc7fe554d Math operators not supported in xml params
BUG:  497796
FIXED-IN: 24.12.1
2024-12-23 10:43:41 +01:00
l10n daemon script
cff123e21e GIT_SILENT Sync po/docbooks with svn 2024-12-21 01:43:20 +00:00
Jean-Baptiste Mardelle
e0720e6f3b Fix track resizing 2024-12-20 12:03:34 +01:00
Jean-Baptiste Mardelle
8ecfcdde8e Fix track resizing 2024-12-20 12:02:49 +01:00
l10n daemon script
63dbfd9133 GIT_SILENT Sync po/docbooks with svn 2024-12-20 03:17:33 +00:00
l10n daemon script
c2771d200c GIT_SILENT Sync po/docbooks with svn 2024-12-20 01:34:44 +00:00
l10n daemon script
3d277e3b95 GIT_SILENT Sync po/docbooks with svn 2024-12-18 03:18:47 +00:00
l10n daemon script
07435a5001 GIT_SILENT Sync po/docbooks with svn 2024-12-18 01:34:08 +00:00
l10n daemon script
a85ba68739 GIT_SILENT Sync po/docbooks with svn 2024-12-16 03:57:37 +00:00
l10n daemon script
69a68d12ac GIT_SILENT Sync po/docbooks with svn 2024-12-16 02:01:13 +00:00
l10n daemon script
27c76fbb3e SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2024-12-16 01:36:49 +00:00
l10n daemon script
983b12e4ca GIT_SILENT made messages (after extraction) 2024-12-16 00:42:01 +00:00
Jean-Baptiste Mardelle
a308060cf1 Merge branch 'release/24.12' 2024-12-15 17:44:32 +01:00
Jean-Baptiste Mardelle
1917dadb7a Fix bin effects cannot be removed from timeline instance 2024-12-15 17:01:15 +01:00
Jean-Baptiste Mardelle
f4df94f882 Fix crash trying to move bin effect before builtin effect 2024-12-15 11:12:06 +01:00
l10n daemon script
da80df611c GIT_SILENT Sync po/docbooks with svn 2024-12-15 03:52:48 +00:00
l10n daemon script
727320532e GIT_SILENT Sync po/docbooks with svn 2024-12-15 02:01:25 +00:00
l10n daemon script
564b083d17 SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2024-12-15 01:34:20 +00:00
l10n daemon script
e0990c56fc GIT_SILENT made messages (after extraction) 2024-12-15 00:40:38 +00:00
Jean-Baptiste Mardelle
0237dcc6d5 Merge branch 'release/24.12' 2024-12-14 17:56:26 +01:00
Jean-Baptiste Mardelle
e9f4bdc68d Fix venv packages install on some distros 2024-12-14 17:38:07 +01:00
l10n daemon script
b1834c3363 GIT_SILENT Sync po/docbooks with svn 2024-12-14 04:01:16 +00:00
l10n daemon script
866258a6fa GIT_SILENT Sync po/docbooks with svn 2024-12-14 02:04:37 +00:00
l10n daemon script
5831111c57 GIT_SILENT made messages (after extraction) 2024-12-14 00:47:53 +00:00
Jean-Baptiste Mardelle
464448f602 Merge branch 'release/24.12' 2024-12-13 18:26:47 +01:00
Jean-Baptiste Mardelle
38136c9afb Fix Whisper models download 2024-12-13 18:23:01 +01:00
l10n daemon script
d9918b9fb8 GIT_SILENT Sync po/docbooks with svn 2024-12-13 12:13:31 +00:00
l10n daemon script
b81574b9f4 GIT_SILENT Sync po/docbooks with svn 2024-12-13 10:38:18 +00:00
l10n daemon script
e056918c80 GIT_SILENT Sync po/docbooks with svn 2024-12-13 03:09:16 +00:00
l10n daemon script
22fb54a5c9 GIT_SILENT Sync po/docbooks with svn 2024-12-13 01:30:44 +00:00
Jean-Baptiste Mardelle
b5e832d0ff Add MAC videotoolbox HW rendering profiles 2024-12-11 16:28:13 +00:00
l10n daemon script
1559db6d4f GIT_SILENT Sync po/docbooks with svn 2024-12-10 03:17:07 +00:00
l10n daemon script
a6b89e41f2 GIT_SILENT Sync po/docbooks with svn 2024-12-10 01:33:00 +00:00
Jean-Baptiste Mardelle
114618350a Fix delta display when resizing clip, add duration info when resizing from start 2024-12-09 12:13:38 +01:00
Jean-Baptiste Mardelle
27e4850cb6 Fix line return when pasting text with timecodes inside project notes 2024-12-09 12:12:46 +01:00
Jean-Baptiste Mardelle
93731dc0db Fix transparent rendering ffv1 profile 2024-12-09 12:12:29 +01:00
Jean-Baptiste Mardelle
3ed05ebe2a Bring back presets to build in effects 2024-12-09 12:06:43 +01:00
l10n daemon script
6a83d3885a GIT_SILENT Sync po/docbooks with svn 2024-12-09 03:21:37 +00:00
l10n daemon script
b8c5f70779 GIT_SILENT Sync po/docbooks with svn 2024-12-09 01:34:38 +00:00
l10n daemon script
a036315fbd GIT_SILENT Sync po/docbooks with svn 2024-12-08 03:06:59 +00:00
l10n daemon script
6b92a9fde8 GIT_SILENT Sync po/docbooks with svn 2024-12-08 01:29:02 +00:00
l10n daemon script
5db17507fc GIT_SILENT Sync po/docbooks with svn 2024-12-07 03:10:11 +00:00
l10n daemon script
4e95c138f8 GIT_SILENT Sync po/docbooks with svn 2024-12-07 01:31:16 +00:00
Jean-Baptiste Mardelle
82cce69ff3 Fix line return when pasting text with timecodes inside project notes 2024-12-06 18:15:30 +01:00
Jean-Baptiste Mardelle
a2c4546309 Warn and fix proxying of alpha clips
When automatic proxying is enabled, don't proxy clips with an alpha channel. On manual trigger, warn user, and if proxying is requested, transcode to FFV1
2024-12-06 13:15:00 +00:00
Jean-Baptiste Mardelle
710ed556e4 Fix delta display when resizing clip, add duration info when resizing from start 2024-12-06 13:12:33 +01:00
Jean-Baptiste Mardelle
3ec3bcc042 Fix transparent rendering ffv1 profile 2024-12-06 11:14:37 +01:00
Jean-Baptiste Mardelle
5274c83174 Add ripple checkbox to clip duration dialog 2024-12-06 10:56:47 +01:00
Jean-Baptiste Mardelle
d0ad8d0f69 Save effect preset screen positions in percents 2024-12-06 10:56:16 +01:00
Jean-Baptiste Mardelle
be4232033c Bring back presets to build in effects 2024-12-06 07:59:24 +01:00
l10n daemon script
5b3f39747f GIT_SILENT Sync po/docbooks with svn 2024-12-06 03:08:13 +00:00
l10n daemon script
4fcd6729c2 GIT_SILENT Sync po/docbooks with svn 2024-12-06 01:30:31 +00:00
Jean-Baptiste Mardelle
9f197a8303 Merge branch 'release/24.12' 2024-12-05 23:24:49 +01:00
Jean-Baptiste Mardelle
6a1ea0b30b Save extracted frames in project folder is project is supposed to save files in its parent folder
BUG: 496486
2024-12-05 23:23:33 +01:00
Jean-Baptiste Mardelle
451b7171db Fix proxied image messes exif orentation
BUG: 496681
FIXED-IN: 24.12.0
2024-12-05 22:40:30 +01:00
Jean-Baptiste Mardelle
ff4d608846 Merge branch 'release/24.12' 2024-12-05 12:45:15 +01:00
Jean-Baptiste Mardelle
7436d138ba Fix audio capture, ensure default monitor scene is active to start recording
CCBUG: 496263
2024-12-05 12:44:11 +01:00
Jean-Baptiste Mardelle
07c82f6b9a Merge branch 'release/24.12' of invent.kde.org:multimedia/kdenlive into release/24.12 2024-12-05 11:38:50 +01:00
Jean-Baptiste Mardelle
23c06c1ec6 Don't allow question mark in script names (not supported by MLT)
BUG: 496763
2024-12-05 11:38:08 +01:00
l10n daemon script
60f2e73d73 GIT_SILENT Sync po/docbooks with svn 2024-12-05 03:12:48 +00:00
l10n daemon script
447bed7b0c GIT_SILENT Sync po/docbooks with svn 2024-12-05 01:30:26 +00:00
Jean-Baptiste Mardelle
55e75da816 Merge branch 'release/24.12' 2024-12-04 13:32:07 +01:00
Jean-Baptiste Mardelle
b1bed4c6da Fix motion tracker effect link to documentation and create models folder in any case to avoid error message 2024-12-04 13:26:51 +01:00
Jean-Baptiste Mardelle
077a010f8c Merge branch 'release/24.12' of invent.kde.org:multimedia/kdenlive into release/24.12 2024-12-04 13:04:50 +01:00
Jean-Baptiste Mardelle
1148b1286b Allow creating 1 frame mixes 2024-12-04 09:04:28 +01:00
Jean-Baptiste Mardelle
26d36d5ee2 Fix resizing mix to 1 frame duration breaking mix position 2024-12-04 08:55:43 +01:00
Jean-Baptiste Mardelle
a6dd2b7b39 Move enable builtin effects from asset panel to Kdenlive Settings dialog 2024-12-04 08:29:13 +01:00
Jean-Baptiste Mardelle
0f3861ea3d Various built in effect fixes on copy effect 2024-12-04 08:05:29 +01:00
l10n daemon script
f9dd4af5f9 GIT_SILENT Sync po/docbooks with svn 2024-12-04 03:09:43 +00:00
l10n daemon script
a7e37c99fd GIT_SILENT Sync po/docbooks with svn 2024-12-04 01:31:12 +00:00
Jean-Baptiste Mardelle
9252672f01 Merge branch 'release/24.12' 2024-12-03 17:06:17 +01:00
Jean-Baptiste Mardelle
229292bcb9 Properly display the full log on missing render file 2024-12-03 16:53:00 +01:00
Jean-Baptiste Mardelle
fdffd295fa Ensure we display an error if the render job finishes but rendered file does not exist 2024-12-03 16:50:37 +01:00
Jean-Baptiste Mardelle
c0b91b3a94 Don't enable keyframes in timeline if an effect is disabled 2024-12-03 10:50:00 +01:00
Jean-Baptiste Mardelle
0c41ad1a03 Fix titlewidget animation tab layout 2024-12-03 10:04:37 +01:00
Jean-Baptiste Mardelle
76385ee79a clazy fixes part two 2024-12-03 10:01:17 +01:00
Jean-Baptiste Mardelle
ed6338ec8f clazy fixes part one 2024-12-03 09:03:27 +01:00
Raresh Rus
bed184d986 assetlistwidget buildLink use const ref for argument 'id'
Fix issue "src/assets/assetlist/view/assetlistwidget.cpp:418:
Function parameter 'id' should be passed by const reference.".
2024-12-03 07:38:05 +00:00
l10n daemon script
816264c896 GIT_SILENT Sync po/docbooks with svn 2024-12-03 03:17:22 +00:00
l10n daemon script
f0ba365752 GIT_SILENT made messages (after extraction) 2024-12-03 02:33:07 +00:00
l10n daemon script
1671eaf6ee GIT_SILENT Sync po/docbooks with svn 2024-12-03 01:30:30 +00:00
Heiko Becker
5ada4554ac GIT_SILENT Update Appstream for new release
(cherry picked from commit bd1a05fd54)
2024-12-03 00:31:35 +01:00
Heiko Becker
bd1a05fd54 GIT_SILENT Update Appstream for new release 2024-12-03 00:31:25 +01:00
Heiko Becker
1459f7f1c6 GIT_SILENT Upgrade release service version to 24.12.0. 2024-12-03 00:01:09 +01:00
l10n daemon script
c24ef26a00 GIT_SILENT Sync po/docbooks with svn 2024-12-02 04:13:40 +00:00
l10n daemon script
e8cf1db363 SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2024-12-02 04:00:36 +00:00
l10n daemon script
dcd977c518 GIT_SILENT Sync po/docbooks with svn 2024-12-02 01:52:26 +00:00
l10n daemon script
c3dba764d4 SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2024-12-02 01:28:34 +00:00
l10n daemon script
6e608c7828 GIT_SILENT made messages (after extraction) 2024-12-02 00:40:58 +00:00
l10n daemon script
0535155a31 GIT_SILENT Sync po/docbooks with svn 2024-12-01 03:08:22 +00:00
l10n daemon script
3bbbda09bb GIT_SILENT Sync po/docbooks with svn 2024-12-01 01:30:38 +00:00
l10n daemon script
7c7160385a GIT_SILENT Sync po/docbooks with svn 2024-11-30 03:08:47 +00:00
l10n daemon script
155409045c GIT_SILENT Sync po/docbooks with svn 2024-11-30 01:30:01 +00:00
Jean-Baptiste Mardelle
3b6debcc54 Disable keep original size feature as it has issues (causes distortion if another transform is added in timeline) 2024-11-29 15:40:43 +01:00
Jean-Baptiste Mardelle
88cd171b5d Don't allow adding master only effect to timeline clips/tracks 2024-11-29 15:21:56 +01:00
Jean-Baptiste Mardelle
8e8c9d4e2f Add small transform button in top left timeline monitor when build-in effects enabled to easily trigger a resize 2024-11-29 13:47:13 +01:00
Jean-Baptiste Mardelle
cf0467ce49 Merge branch 'release/24.12' 2024-11-29 09:56:54 +01:00
Jean-Baptiste Mardelle
444f0daaa5 Merge branch 'release/24.12' of invent.kde.org:multimedia/kdenlive into release/24.12 2024-11-29 09:55:39 +01:00
Jean-Baptiste Mardelle
b121f5dc7f Archiving: don't show two abort buttons 2024-11-29 09:55:18 +01:00
l10n daemon script
b3243769f0 GIT_SILENT Sync po/docbooks with svn 2024-11-29 03:15:42 +00:00
l10n daemon script
b7102ce91c GIT_SILENT Sync po/docbooks with svn 2024-11-29 01:33:35 +00:00
Jean-Baptiste Mardelle
3e3c39cbaa Fix incorrect code change that broke tests 2024-11-28 13:20:23 +01:00
Jean-Baptiste Mardelle
13dfa9c1ed Fix incorrect code change that broke tests 2024-11-28 13:19:38 +01:00
Jean-Baptiste Mardelle
30b11b42cd Merge branch 'release/24.12' 2024-11-28 12:32:58 +01:00
Jean-Baptiste Mardelle
d2f8008dae Merge branch 'release/24.12' of invent.kde.org:multimedia/kdenlive into release/24.12 2024-11-28 12:30:43 +01:00
Jean-Baptiste Mardelle
a230981dc2 Don't allow creating invalid project profiles with strange pixel aspect ratio 2024-11-28 10:26:07 +01:00
Jean-Baptiste Mardelle
aa44a2fb69 Don't change timeline audio/video targets while dragging
BUG: 496354
FIXED-IN: 24.12.0
2024-11-28 09:40:28 +01:00
Albert Astals Cid
6e1f20da89 GIT_SILENT Upgrade release service version to 24.11.90. 2024-11-28 08:59:53 +01:00
l10n daemon script
0536d39405 GIT_SILENT Sync po/docbooks with svn 2024-11-28 03:06:42 +00:00
l10n daemon script
7b0b9dc1fd GIT_SILENT Sync po/docbooks with svn 2024-11-28 01:29:15 +00:00
Jean-Baptiste Mardelle
4dcebafd27 minor cleanup, ProjectClip cannot be of type Timeline 2024-11-27 09:16:31 +01:00
l10n daemon script
388c186398 GIT_SILENT Sync po/docbooks with svn 2024-11-27 03:09:50 +00:00
l10n daemon script
c8658ed0cf GIT_SILENT Sync po/docbooks with svn 2024-11-27 01:31:16 +00:00
Jean-Baptiste Mardelle
560d2dc05d Merge branch 'release/24.12' 2024-11-26 22:17:30 +01:00
Jean-Baptiste Mardelle
75a52ac6cd Fix title widget incorrectly showing text color as gradient if it was once switched to gradient 2024-11-26 22:16:37 +01:00
Jean-Baptiste Mardelle
d1e34117c0 Merge branch 'release/24.12' 2024-11-26 21:48:32 +01:00
Jean-Baptiste Mardelle
385d9b7c4c Fix wrong HW profile selected when transcoding 2024-11-26 21:41:42 +01:00
Jean-Baptiste Mardelle
1dae9e5d03 Merge branch 'release/24.12' 2024-11-26 17:19:21 +01:00
Camille Moulin
77193d039c Add shortcut to extract clip from timeline 2024-11-26 17:18:46 +01:00
Camille Moulin
34d5133576 Add shortcut to extract clip from timeline 2024-11-26 16:17:47 +00:00
Jean-Baptiste Mardelle
f178561f00 Add the new MLT HSL color correction effects to the correct category 2024-11-26 17:14:02 +01:00
Jean-Baptiste Mardelle
e0a7304fa9 Merge branch 'release/24.12' 2024-11-26 10:38:15 +01:00
Jean-Baptiste Mardelle
fa1a96cbe3 Fix guides not appearing in first timeline of newly created projects 2024-11-26 10:37:50 +01:00
Jean-Baptiste Mardelle
1dc3da702d Merge branch 'release/24.12' 2024-11-26 10:10:19 +01:00
Jean-Baptiste Mardelle
fc2d2e872f Fix corners effect broken and lag
Fixes #1939
2024-11-26 10:09:51 +01:00
Jean-Baptiste Mardelle
7508e80e71 Merge branch 'release/24.12' 2024-11-26 09:12:53 +01:00
Jean-Baptiste Mardelle
787ea298c5 Merge branch 'release/24.12' of invent.kde.org:multimedia/kdenlive into release/24.12 2024-11-26 09:12:09 +01:00
Jean-Baptiste Mardelle
e982db4202 Fix crash in effectstack 2024-11-26 09:11:19 +01:00
l10n daemon script
6d75485e0c GIT_SILENT Sync po/docbooks with svn 2024-11-26 03:07:46 +00:00
l10n daemon script
ad2d5bd999 GIT_SILENT Sync po/docbooks with svn 2024-11-26 01:29:57 +00:00
Jean-Baptiste Mardelle
e69e3da42c Merge branch 'release/24.12' 2024-11-25 13:12:35 +01:00
Jean-Baptiste Mardelle
07e2980a34 Merge branch 'release/24.12' of invent.kde.org:multimedia/kdenlive into release/24.12 2024-11-25 13:09:54 +01:00
Jean-Baptiste Mardelle
ec796f3a5d Fix disabled built-in effects incorrectly flagged as non built-in 2024-11-25 13:09:29 +01:00
l10n daemon script
ea04ae5527 GIT_SILENT Sync po/docbooks with svn 2024-11-25 03:11:50 +00:00
l10n daemon script
e1f13a9a0e GIT_SILENT Sync po/docbooks with svn 2024-11-25 01:31:54 +00:00
l10n daemon script
d46b2b1a00 GIT_SILENT Sync po/docbooks with svn 2024-11-24 03:12:16 +00:00
l10n daemon script
5d0ddc8924 GIT_SILENT Sync po/docbooks with svn 2024-11-24 01:31:23 +00:00
l10n daemon script
6875956f80 GIT_SILENT Sync po/docbooks with svn 2024-11-23 03:04:59 +00:00
l10n daemon script
592fa69de4 GIT_SILENT Sync po/docbooks with svn 2024-11-23 01:28:50 +00:00
Jean-Baptiste Mardelle
d823daab10 Merge branch 'release/24.12' 2024-11-22 13:11:06 +01:00
Jean-Baptiste Mardelle
709c41081c Fix crash trying to remove keyframes when there are none.
BUG: 496391
FIXED-IN: 24.12.0
2024-11-22 13:09:57 +01:00
Jean-Baptiste Mardelle
8d964cd144 Merge branch 'release/24.12' 2024-11-22 12:51:39 +01:00
Jean-Baptiste Mardelle
0856585867 Fix merge error in fix for windows crash in file with missing drive 2024-11-22 12:51:15 +01:00
Jean-Baptiste Mardelle
1ff83e2410 Merge branch 'release/24.12' 2024-11-22 11:53:41 +01:00
Jean-Baptiste Mardelle
b49c3d5e75 Fix Clip In Project Bin not opening the item's folder in secondary bins 2024-11-22 11:49:51 +01:00
Jean-Baptiste Mardelle
f474d942b2 Merge branch 'release/24.12' 2024-11-22 11:28:27 +01:00
Jean-Baptiste Mardelle
e2ea068c25 Fix rotoscoping lag on keyframe change 2024-11-22 11:27:59 +01:00
Jean-Baptiste Mardelle
5c2128d74e Merge branch 'release/24.12' 2024-11-22 10:13:56 +01:00
Jean-Baptiste Mardelle
7f5d3aee3e Fix recent commit breaking tests 2024-11-22 10:13:32 +01:00
Jean-Baptiste Mardelle
407bba81b6 Merge branch 'release/24.12' 2024-11-22 09:45:58 +01:00
Jean-Baptiste Mardelle
2261cccc05 Merge branch 'release/24.12' of invent.kde.org:multimedia/kdenlive into release/24.12 2024-11-22 09:45:01 +01:00
Jean-Baptiste Mardelle
d6fb95b7d8 cleanup, fix incorrect invokation of setProducer 2024-11-22 09:44:23 +01:00
l10n daemon script
f9188d7572 GIT_SILENT Sync po/docbooks with svn 2024-11-22 03:08:21 +00:00
l10n daemon script
162f7c2c4f GIT_SILENT Sync po/docbooks with svn 2024-11-22 01:32:02 +00:00
Jean-Baptiste Mardelle
447b36bb0e Add some debug info for random failing tests 2024-11-21 08:19:02 +01:00
l10n daemon script
b47f071ff7 GIT_SILENT Sync po/docbooks with svn 2024-11-21 03:05:42 +00:00
l10n daemon script
5bf80fcc09 GIT_SILENT Sync po/docbooks with svn 2024-11-21 01:29:47 +00:00
Jean-Baptiste Mardelle
e0bd543e61 Merge branch 'release/24.12' 2024-11-20 13:04:25 +01:00
Jean-Baptiste Mardelle
79470d8db2 Merge branch 'release/24.12' of invent.kde.org:multimedia/kdenlive into release/24.12 2024-11-20 13:03:34 +01:00
Jean-Baptiste Mardelle
734c9d77ea Master effects: don't try to refresh both monitors on each effect param change, simply mark the inactive monitor as needing a refresh on next focus action 2024-11-20 13:02:51 +01:00
l10n daemon script
d908c24d94 GIT_SILENT Sync po/docbooks with svn 2024-11-20 03:11:00 +00:00
l10n daemon script
94956a99aa GIT_SILENT Sync po/docbooks with svn 2024-11-20 01:30:32 +00:00
Jean-Baptiste Mardelle
4040678719 Merge branch 'release/24.12' 2024-11-19 15:18:22 +01:00
Jean-Baptiste Mardelle
383e5cb0e0 Fix render dialog cleanup always disabled 2024-11-19 15:17:19 +01:00
Jean-Baptiste Mardelle
26854ab265 minor cleanup in renderjob 2024-11-19 15:11:05 +01:00
Jean-Baptiste Mardelle
b1358fb651 Disable inactive timeline tabs 2024-11-19 15:09:26 +01:00
Jean-Baptiste Mardelle
8496c1d8ef Fix abort rendering 2024-11-19 15:09:02 +01:00
Jean-Baptiste Mardelle
871f994d05 Merge branch 'release/24.12' of invent.kde.org:multimedia/kdenlive into release/24.12 2024-11-19 09:53:56 +01:00
Jean-Baptiste Mardelle
969fd6ecde Fix Windows crash openening a project with a missing file on a non available drive 2024-11-19 09:53:33 +01:00
l10n daemon script
7d99d93b49 GIT_SILENT Sync po/docbooks with svn 2024-11-19 03:08:40 +00:00
l10n daemon script
a7a5be719f GIT_SILENT Sync po/docbooks with svn 2024-11-19 01:30:16 +00:00
Jean-Baptiste Mardelle
e8c9d51e39 Merge branch 'release/24.12' 2024-11-18 13:10:52 +01:00
Jean-Baptiste Mardelle
85270084f1 Merge branch 'release/24.12' of invent.kde.org:multimedia/kdenlive into release/24.12 2024-11-18 13:09:53 +01:00
Jean-Baptiste Mardelle
a54b22dc59 Fix fit to width/height when clip sample aspect ratio != 1
CCBUG: 96404
2024-11-18 13:09:27 +01:00
l10n daemon script
3891a74360 GIT_SILENT Sync po/docbooks with svn 2024-11-18 03:17:32 +00:00
l10n daemon script
ff1914a119 GIT_SILENT Sync po/docbooks with svn 2024-11-18 01:32:41 +00:00
Jean-Baptiste Mardelle
60d406092a Merge branch 'release/24.12' 2024-11-17 15:57:11 +01:00
Jean-Baptiste Mardelle
e4feab2e0b Don't try opening invalid sequence 2024-11-17 15:56:30 +01:00
Jean-Baptiste Mardelle
6057a390b1 Mark sequence clips with 0 tracks as invalid 2024-11-17 15:39:15 +01:00
Jean-Baptiste Mardelle
3c20b5c724 gpsgraphics: Fix default value for bg scale and opacity 2024-11-17 10:55:56 +01:00
Jean-Baptiste Mardelle
045980bfc6 Merge branch 'release/24.12' 2024-11-16 21:45:37 +01:00
Jean-Baptiste Mardelle
686334a7e3 Fix subtitle style editor scaling 2024-11-16 21:44:10 +01:00
Jean-Baptiste Mardelle
748d9bca49 Merge branch 'release/24.12' 2024-11-16 07:40:10 +01:00
Jean-Baptiste Mardelle
061ff3dcab Fix seamless transalation on GPU
Fixes #1865
2024-11-16 07:39:18 +01:00
l10n daemon script
a990fd15af GIT_SILENT Sync po/docbooks with svn 2024-11-16 03:15:59 +00:00
l10n daemon script
4e74cf394f GIT_SILENT Sync po/docbooks with svn 2024-11-16 01:33:06 +00:00
Yuri Chornoivan
6a3de42860 Fix minor typo: you -> your 2024-11-15 21:51:34 +02:00
Jean-Baptiste Mardelle
b466adf419 Merge branch 'release/24.12' 2024-11-15 15:28:49 +01:00
Jean-Baptiste Mardelle
7b86bce73b Fix vosk model size calculation on Windows 2024-11-15 15:28:25 +01:00
Jean-Baptiste Mardelle
d3d895da60 Fix crash loading project with effect zone 2024-11-15 15:15:42 +01:00
Jean-Baptiste Mardelle
f15e79461f Fix crash loading project with effect zone 2024-11-15 15:14:37 +01:00
Julius Künzel
95879d1f52 Fix placeholder 2024-11-15 14:46:59 +01:00
Julius Künzel
0905fa5177 Add campaign infos to our website links 2024-11-15 14:28:42 +01:00
Jean-Baptiste Mardelle
f29f941d40 Merge branch 'release/24.12' 2024-11-15 14:01:22 +01:00
Jean-Baptiste Mardelle
57b12e86a9 Fix display of Whisper/Seamless model folder size on Windows 2024-11-15 13:59:04 +01:00
Jean-Baptiste Mardelle
5dd2c9357f Merge branch 'release/24.12' 2024-11-15 12:19:18 +01:00
Jean-Baptiste Mardelle
9650e23d4e Fix another missing slash in tag end 2024-11-15 12:18:53 +01:00
Jean-Baptiste Mardelle
0544ef56ef Fix missing slash in tag end 2024-11-15 12:17:34 +01:00
Jean-Baptiste Mardelle
ab4915705b Fix clip monitor history menu not showing up on audio clips 2024-11-15 10:11:45 +01:00
Jean-Baptiste Mardelle
de26def20b Merge branch 'release/24.12' 2024-11-15 09:54:47 +01:00
Jean-Baptiste Mardelle
cbcdab6387 Cleanup subtitle edit ui 2024-11-15 09:53:47 +01:00
l10n daemon script
3aaa226c6f GIT_SILENT Sync po/docbooks with svn 2024-11-15 03:10:10 +00:00
l10n daemon script
6dc51e7d69 GIT_SILENT Sync po/docbooks with svn 2024-11-15 01:31:18 +00:00
Jean-Baptiste Mardelle
e5f2716bf0 Drop useless CMAKE stuff from kiss_fft 2024-11-14 21:29:57 +00:00
Jean-Baptiste Mardelle
ca4530828e Merge branch 'release/24.12' 2024-11-14 22:29:35 +01:00
Jean-Baptiste Mardelle
d4b26329d1 Fix incorrect param name 2024-11-14 22:28:22 +01:00
Jean-Baptiste Mardelle
540516fa9d Merge branch 'release/24.12' 2024-11-14 22:12:54 +01:00
Jean-Baptiste Mardelle
cc71874b0b gpsgraphic: fix range and comment 2024-11-14 22:12:26 +01:00
Jean-Baptiste Mardelle
9bd97a53dc Merge branch 'release/24.12' 2024-11-14 22:07:03 +01:00
Jean-Baptiste Mardelle
4c61864a44 Fix gpsgraphic default values 2024-11-14 22:06:08 +01:00
Jean-Baptiste Mardelle
233720da9e Merge branch 'release/24.12' 2024-11-14 21:39:30 +01:00
Jean-Baptiste Mardelle
11c06fef02 Disable failing shared_ptr check 2024-11-14 21:38:18 +01:00
Jean-Baptiste Mardelle
0e18eed9bf Cleanup Subtitles style dialog to better follow the app UI style 2024-11-14 21:37:37 +01:00
Julius Künzel
964713c9ea Merge branch 'release/24.12' 2024-11-14 20:20:20 +01:00
Julius Künzel
f7221b30f9 GIT_SILENT Update my email in copyright etc. 2024-11-14 20:19:15 +01:00
Bernd Jordan
74145f6a7f Effects XML changes to include keyframes
Add keyframe capabilities to certain effects
Added frei0r.kaleid0sc0pe, frei0r.pixs0r and gpsgraphic
2024-11-14 20:13:59 +01:00
Bernd Jordan
c58b48785c Effects XML changes to include keyframes
Add keyframe capabilities to certain effects
Added frei0r.kaleid0sc0pe, frei0r.pixs0r and gpsgraphic
2024-11-14 19:07:02 +00:00
Camille Moulin
1565006cc1 docs: Add some Qtmodules as deps for building
Signed-off-by: Camille Moulin <camille.moulin@free.fr>
2024-11-14 19:45:53 +01:00
Camille Moulin
ce5d2595d7 Update build.md with dependencies for Ubuntu 24.10 2024-11-14 19:45:53 +01:00
Jean-Baptiste Mardelle
37e4932b03 Merge branch 'release/24.12' 2024-11-14 16:39:42 +01:00
Jean-Baptiste Mardelle
9e04e6742c Remove reference to unused file 2024-11-14 16:39:20 +01:00
Jean-Baptiste Mardelle
75b0c16e88 Merge branch 'release/24.12' 2024-11-14 16:35:17 +01:00
Jean-Baptiste Mardelle
23f3006742 Merge branch 'release/24.12' of invent.kde.org:multimedia/kdenlive into release/24.12 2024-11-14 16:32:43 +01:00
Jean-Baptiste Mardelle
a74e81ece3 * Fix crash/corruption in qml after sequence close
* code cleanup
* display seamless model folder in settings
2024-11-14 16:32:29 +01:00
l10n daemon script
638de13a2f GIT_SILENT Sync po/docbooks with svn 2024-11-14 03:09:19 +00:00
l10n daemon script
3c8c15001a GIT_SILENT Sync po/docbooks with svn 2024-11-14 01:30:26 +00:00
Jean-Baptiste Mardelle
c19b3820e0 Fix effect value comparison now that sepia is keyframable 2024-11-13 08:38:17 +01:00
l10n daemon script
902b3ed5fb GIT_SILENT Sync po/docbooks with svn 2024-11-13 01:29:40 +00:00
l10n daemon script
e57260fef1 GIT_SILENT Sync po/docbooks with svn 2024-11-12 03:15:38 +00:00
l10n daemon script
df4ccd0ca1 GIT_SILENT Sync po/docbooks with svn 2024-11-12 01:32:40 +00:00
l10n daemon script
e267058c4d GIT_SILENT Sync po/docbooks with svn 2024-11-11 03:21:27 +00:00
l10n daemon script
19f4189172 GIT_SILENT Sync po/docbooks with svn 2024-11-11 01:34:06 +00:00
Julius Künzel
03a1ea6edb Make multiple effect parameters keyframable 2024-11-11 00:11:58 +01:00
Jean-Baptiste Mardelle
2e3b608528 Only set timeline context properties once 2024-11-10 17:01:12 +01:00
Jean-Baptiste Mardelle
a649307d83 Cleanup renderjob 2024-11-10 16:31:23 +01:00
l10n daemon script
86dfbcaccb GIT_SILENT Sync po/docbooks with svn 2024-11-10 03:28:37 +00:00
l10n daemon script
9a3a1dcdab GIT_SILENT Sync po/docbooks with svn 2024-11-10 01:33:41 +00:00
l10n daemon script
8b8f89eef9 GIT_SILENT Sync po/docbooks with svn 2024-11-09 03:09:27 +00:00
l10n daemon script
8a0bd32169 GIT_SILENT Sync po/docbooks with svn 2024-11-09 01:29:24 +00:00
Albert Astals Cid
1961f4b6ea GIT_SILENT Upgrade release service version to 25.03.70. 2024-11-08 19:20:24 +01:00
Albert Astals Cid
1f3c515dba GIT_SILENT Upgrade release service version to 24.11.80. 2024-11-08 18:48:06 +01:00
Massimo Stella
130b7f960e Update avfilter_drawgrid.xml
set shape parameters to "animated"
2024-11-08 15:22:36 +00:00
Massimo Stella
451a736f30 Update avfilter_drawbox.xml
Set the shape parameters to "animated"
2024-11-08 15:20:40 +00:00
Jean-Baptiste Mardelle
a8c8c5ae4c Fix missing change in last commit 2024-11-08 14:04:12 +01:00
Jean-Baptiste Mardelle
392e2952f7 Fix highdpi painting of color wheels 2024-11-08 13:42:03 +01:00
Jean-Baptiste Mardelle
331721cbd4 Fix colorwheel drawing on highdpi 2024-11-08 12:34:27 +01:00
Jean-Baptiste Mardelle
b5b322e32a Add some debug around project close 2024-11-08 11:22:04 +01:00
Jean-Baptiste Mardelle
73f835a722 Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2024-11-08 10:52:40 +01:00
Jean-Baptiste Mardelle
44d8bceee1 Fix Lift(Gamma/Gain layout issues 2024-11-08 10:52:23 +01:00
l10n daemon script
cc85040f15 GIT_SILENT Sync po/docbooks with svn 2024-11-08 01:29:32 +00:00
l10n daemon script
2ea819e9a4 GIT_SILENT Sync po/docbooks with svn 2024-11-07 01:30:14 +00:00
Jean-Baptiste Mardelle
cfc041e076 Bump MLT dependency to 7.28 2024-11-06 18:50:16 +01:00
Jean-Baptiste Mardelle
35e054dff7 Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2024-11-06 18:47:06 +01:00
Jean-Baptiste Mardelle
ecdabda811 Fix threading issue in seamless install, add context info buttons to settings page 2024-11-06 18:46:46 +01:00
Jean-Baptiste Mardelle
32c02acab4 Bump KF dependency to 6.3 2024-11-06 12:12:28 +00:00
Jean-Baptiste Mardelle
b3d2c4a536 Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2024-11-06 09:22:32 +01:00
Jean-Baptiste Mardelle
ac0b47eb70 Update all venv packages on request 2024-11-06 09:22:09 +01:00
l10n daemon script
1bc5b7c471 GIT_SILENT Sync po/docbooks with svn 2024-11-06 01:30:08 +00:00
Jean-Baptiste Mardelle
51bd95a6ed Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2024-11-05 10:02:29 +01:00
Jean-Baptiste Mardelle
8c820545f0 Various fixes for TTS 2024-11-05 10:02:11 +01:00
Laurent Montel
250504fe7b Don't include quiet packages in feature_summary 2024-11-05 07:45:07 +01:00
l10n daemon script
2053449d43 GIT_SILENT Sync po/docbooks with svn 2024-11-05 01:30:00 +00:00
Jean-Baptiste Mardelle
66345030d3 Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2024-11-04 08:54:05 +01:00
Jean-Baptiste Mardelle
b57088fdcd Fix possible concurrency crash in settings caused by pthon deps check 2024-11-04 08:53:49 +01:00
l10n daemon script
f456d76e98 GIT_SILENT Sync po/docbooks with svn 2024-11-04 01:27:34 +00:00
Jean-Baptiste Mardelle
a3f6a4f881 Enforce latest version of whisper 2024-11-03 07:18:17 +01:00
l10n daemon script
2bba834360 GIT_SILENT Sync po/docbooks with svn 2024-11-03 01:26:37 +00:00
Jean-Baptiste Mardelle
33a47bcde1 Fix tests and snapping bug introduced in recent spacer tool fix 2024-11-02 18:29:50 +01:00
Jean-Baptiste Mardelle
cd7b921613 Refactor whisper settings
* fetch model names directly from whisper
* install/remove models from the settings page
* Improve code quality
2024-11-02 16:56:41 +00:00
l10n daemon script
a0080ac825 GIT_SILENT Sync po/docbooks with svn 2024-11-02 01:29:10 +00:00
Jean-Baptiste Mardelle
4860163249 cleaunp 2024-11-01 12:05:18 +01:00
Jean-Baptiste Mardelle
0a67e34925 Fix spacer tool leaving a few frames after last clip 2024-11-01 12:04:59 +01:00
Jean-Baptiste Mardelle
82a2bb380a Don't update subtitle edit on each selection change 2024-11-01 12:03:22 +01:00
Jean-Baptiste Mardelle
ea250a5cee Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2024-11-01 10:40:12 +01:00
Jean-Baptiste Mardelle
6d30f00449 Fix changing font size in subtitle editor 2024-11-01 10:39:43 +01:00
Jean-Baptiste Mardelle
f84cc7f679 Add classes for specific clip types (timeline, playlist clips), cleanup 2024-11-01 07:46:22 +00:00
l10n daemon script
6e39b490e0 GIT_SILENT Sync po/docbooks with svn 2024-11-01 01:28:47 +00:00
Julius Künzel
d1acaded23 [dev-docs] Remove Qt5 mentions from build instructions 2024-10-31 13:34:44 +01:00
Jean-Baptiste Mardelle
f055dfcdd2 implement resizing multiple timeline items 2024-10-31 10:04:44 +00:00
Heiko Becker
11a220b354 GIT_SILENT Update Appstream for new release
(cherry picked from commit 036df3ea18)
2024-10-31 00:39:34 +01:00
Julius Künzel
6688964b09 Fix Pexels Videos provider 2024-10-30 23:23:54 +01:00
l10n daemon script
7306c1c3d8 GIT_SILENT Sync po/docbooks with svn 2024-10-30 01:29:25 +00:00
Mariusz Libera
1692e7eeca fix resetting Help shortcuts on each application launch
BUG:495373
2024-10-29 13:15:41 +00:00
l10n daemon script
ed3c04e5a0 GIT_SILENT Sync po/docbooks with svn 2024-10-29 01:28:52 +00:00
Jean-Baptiste Mardelle
3a09880d34 Merge branch 'release/24.08' 2024-10-28 16:28:52 +01:00
l10n daemon script
0bbafa4d4c GIT_SILENT Sync po/docbooks with svn 2024-10-28 01:32:19 +00:00
l10n daemon script
5f9dc3b263 GIT_SILENT Sync po/docbooks with svn 2024-10-27 01:33:05 +00:00
Jean-Baptiste Mardelle
55904e3af6 Merge branch 'release/24.08' 2024-10-26 23:07:44 +02:00
Jean-Baptiste Mardelle
28ed1f73c5 Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2024-10-26 23:06:53 +02:00
l10n daemon script
832e3eeef0 GIT_SILENT Sync po/docbooks with svn 2024-10-26 01:30:31 +00:00
Jean-Baptiste Mardelle
c03eab922c Fix replacing bin AV clip with mlt playlist 2024-10-25 12:46:21 +02:00
Jean-Baptiste Mardelle
da68166d54 Fix .mlt playlist files lose audio thumb on project reopen 2024-10-25 11:29:15 +02:00
Jean-Baptiste Mardelle
4cbcc64d0f Dont try to read .mlt playlists as kdenlive project files on reload 2024-10-25 11:04:57 +02:00
Jean-Baptiste Mardelle
fb9ed09b18 Merge branch 'release/24.08' 2024-10-25 09:13:12 +02:00
l10n daemon script
298c37d136 GIT_SILENT Sync po/docbooks with svn 2024-10-25 01:29:38 +00:00
Jean-Baptiste Mardelle
5444053104 Fix shadowed variable causing incorrect clip removal on project opening, fix crash opening project with timeline clip missing in bin
CCBUG: 493486
2024-10-24 21:09:14 +02:00
l10n daemon script
b26b97cf33 GIT_SILENT Sync po/docbooks with svn 2024-10-24 01:28:47 +00:00
Jean-Baptiste Mardelle
61bf57c2cd Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2024-10-23 11:58:19 +02:00
Jean-Baptiste Mardelle
eb9bc0b1cf Fix monitor seek to prev/next keyframe not working in rotoscoping 2024-10-23 11:57:22 +02:00
l10n daemon script
5dfeb22223 SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2024-10-23 01:24:38 +00:00
l10n daemon script
82b81393a3 GIT_SILENT made messages (after extraction) 2024-10-23 00:39:56 +00:00
Jean-Baptiste Mardelle
20af3a57a0 Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2024-10-22 17:29:57 +02:00
Jean-Baptiste Mardelle
ba580f5523 Fix rendering custom image sequence profile 2024-10-22 17:29:37 +02:00
l10n daemon script
eb6c122f59 GIT_SILENT Sync po/docbooks with svn 2024-10-22 01:29:30 +00:00
Jean-Baptiste Mardelle
7692569eee Fix incorrect string param 2024-10-21 09:01:02 +02:00
Zhangzhi Hu
e83354d625 QString refactor: replace QString() with QStringLiteral()
Replace `QString()` constructors with `QStringLiteral()` macro to improve
performance.
2024-10-21 06:59:47 +00:00
Jean-Baptiste Mardelle
9d7c0000e5 Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2024-10-21 08:46:07 +02:00
Jean-Baptiste Mardelle
91f5440dad Fix mdocument modified on open: don't try to convert already updated subtitles 2024-10-21 08:45:46 +02:00
Jean-Baptiste Mardelle
401d47a9ee Subtitles: fix cut on newline handling after recent change 2024-10-21 08:45:05 +02:00
l10n daemon script
758281277f GIT_SILENT Sync po/docbooks with svn 2024-10-21 01:29:38 +00:00
Troy Hoover
41bcf27bc2 Fix: A/V Check for avformat files is swapped
When importing avformat files, the hasAudio and hasVideo assignment appears to be swapped. This didn't appear to effect anything once the import had finished, though the wrong clip type is assigned at this stage.
2024-10-20 14:32:46 +00:00
Jean-Baptiste Mardelle
b602eb5cc3 Fix newline handling in subtitles, fix crash on delete in simple editor 2024-10-20 15:44:22 +02:00
l10n daemon script
56f3218ded GIT_SILENT Sync po/docbooks with svn 2024-10-20 01:29:37 +00:00
l10n daemon script
b1b2416281 GIT_SILENT Sync po/docbooks with svn 2024-10-19 01:30:13 +00:00
l10n daemon script
36264da26b GIT_SILENT Sync po/docbooks with svn 2024-10-16 01:31:38 +00:00
l10n daemon script
000f699619 GIT_SILENT made messages (after extraction) 2024-10-16 00:40:08 +00:00
l10n daemon script
cf4fd253bd GIT_SILENT Sync po/docbooks with svn 2024-10-15 01:28:04 +00:00
l10n daemon script
2546f864a7 GIT_SILENT Sync po/docbooks with svn 2024-10-14 01:27:13 +00:00
l10n daemon script
8fcb261723 GIT_SILENT Sync po/docbooks with svn 2024-10-13 01:27:31 +00:00
l10n daemon script
31f6ed3ad8 GIT_SILENT Sync po/docbooks with svn 2024-10-12 01:28:14 +00:00
Jean-Baptiste Mardelle
c9bb3cfec0 Fix clip jobs like stabilize creating invalid folders 2024-10-11 08:44:15 +02:00
Jean-Baptiste Mardelle
b7e47be29c Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2024-10-11 08:37:10 +02:00
Jean-Baptiste Mardelle
06129d620a Fix freeze loading project with invalid folder id 2024-10-11 08:36:56 +02:00
l10n daemon script
525f212a0c GIT_SILENT Sync po/docbooks with svn 2024-10-11 01:33:34 +00:00
Julius Künzel
d9468beccc Update packaging instructions 2024-10-10 20:54:34 +00:00
Jean-Baptiste Mardelle
a555484910 Don't invalidate timeline preview when replacing an audio clip in bin 2024-10-10 13:09:05 +02:00
Jean-Baptiste Mardelle
8173ee94d4 Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2024-10-10 08:09:35 +02:00
Jean-Baptiste Mardelle
55624e079b Ensure monitor is cleared and ruler hidden when no clip or a folder is selected in bin 2024-10-10 08:09:22 +02:00
l10n daemon script
5d9449beb0 GIT_SILENT Sync po/docbooks with svn 2024-10-10 01:28:36 +00:00
l10n daemon script
87efdf8918 GIT_SILENT Sync po/docbooks with svn 2024-10-09 01:30:03 +00:00
l10n daemon script
3eaee54c16 GIT_SILENT Sync po/docbooks with svn 2024-10-08 01:28:59 +00:00
Jean-Baptiste Mardelle
e40904d651 Fix title producer update on edit undo
BUG: 494142
FIXED-IN: 24.08.2
2024-10-07 15:15:41 +02:00
Jean-Baptiste Mardelle
6975b18d44 revert incorrect change 2024-10-07 09:19:57 +02:00
candide ꘎ media candide ꘎ media
5f72c073e7 Fix typo in dance.xml
See: https://www.reddit.com/r/kdenlive/comments/1fxkzyu/left_right_up_left_this_keeps_making_me_giggle/
2024-10-07 06:49:41 +00:00
Jean-Baptiste Mardelle
80fe3e7a7f Fix single item(s) move 2024-10-07 06:32:42 +00:00
l10n daemon script
8cecadacc4 GIT_SILENT Sync po/docbooks with svn 2024-10-07 01:27:27 +00:00
Heiko Becker
a752c33b0f GIT_SILENT Update Appstream for new release
(cherry picked from commit 42defb40c6)
2024-10-06 20:44:55 +02:00
Jean-Baptiste Mardelle
9a501a3636 Cleanup 2024-10-06 11:37:27 +02:00
Jean-Baptiste Mardelle
6e390412ca Fix cycle effects playling timeline and sometimes broken after reopening project
Fixes #1921
2024-10-06 10:47:42 +02:00
l10n daemon script
3d2d6503d9 GIT_SILENT Sync po/docbooks with svn 2024-10-06 01:27:45 +00:00
l10n daemon script
fdffce2d14 GIT_SILENT Sync po/docbooks with svn 2024-10-05 01:28:24 +00:00
Jean-Baptiste Mardelle
ef204783a3 Fix recent regression breaking all sort of things when opening projects.
Related to #1925
2024-10-04 16:50:44 +02:00
Jean-Baptiste Mardelle
e1ac26b19f Fix crash when dragging clip and using mouse wheel 2024-10-04 12:45:01 +02:00
l10n daemon script
5286761517 GIT_SILENT Sync po/docbooks with svn 2024-10-04 01:29:32 +00:00
Jean-Baptiste Mardelle
6116ffe6d7 Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2024-10-03 13:19:36 +02:00
Jean-Baptiste Mardelle
a8ef07e2de Don't play when clicking monitor container if disabled in settings 2024-10-03 13:02:40 +02:00
l10n daemon script
cd8eb28758 GIT_SILENT Sync po/docbooks with svn 2024-10-03 01:28:15 +00:00
Jean-Baptiste Mardelle
faa0a42351 Fix effect zones lost on project reopening 2024-10-02 09:07:22 +02:00
Jean-Baptiste Mardelle
724bc27a41 Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2024-10-02 08:47:13 +02:00
Jean-Baptiste Mardelle
766661d6a8 Fix effect zone for timeline clips 2024-10-02 08:46:45 +02:00
l10n daemon script
10058aa55d GIT_SILENT Sync po/docbooks with svn 2024-10-02 01:28:54 +00:00
Jean-Baptiste Mardelle
54c6c71b3b Render jobs: differentiate status between waiting and starting 2024-10-01 11:24:12 +02:00
Jean-Baptiste Mardelle
fb3a6a637a Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2024-10-01 10:10:50 +02:00
Jean-Baptiste Mardelle
228383c0fd Various fixes for bin clip effects 2024-10-01 10:10:28 +02:00
l10n daemon script
038b48d957 GIT_SILENT Sync po/docbooks with svn 2024-10-01 01:28:24 +00:00
Jean-Baptiste Mardelle
9a1b5895e9 disable check for ghost effects that currently removes valid effects 2024-09-30 13:30:01 +02:00
Jean-Baptiste Mardelle
a58da6394d detect and fix track producers with incorrect effects 2024-09-30 09:05:28 +02:00
Jean-Baptiste Mardelle
6474aef454 include cleanup 2024-09-30 08:14:29 +02:00
Jean-Baptiste Mardelle
9fab153fbc Fix bin effects not deleted from timeline instances 2024-09-30 08:12:06 +02:00
l10n daemon script
8695a069a4 GIT_SILENT Sync po/docbooks with svn 2024-09-30 01:29:00 +00:00
l10n daemon script
497b86ee86 GIT_SILENT Sync po/docbooks with svn 2024-09-29 01:28:00 +00:00
Jean-Baptiste Mardelle
0c69928c56 Don't try to build clone effect it if does not apply to the target 2024-09-28 16:32:37 +02:00
Jean-Baptiste Mardelle
8b224a042f Fix deleting effect does not reset on monitor view and crash applying effect zone to bin clip 2024-09-28 15:50:41 +02:00
Jean-Baptiste Mardelle
423bb14bfe Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2024-09-28 07:34:16 +02:00
Jean-Baptiste Mardelle
01e2950bd1 Don't unnecessarily check MLT tractors 2024-09-28 07:33:58 +02:00
Jean-Baptiste Mardelle
57eb79e8fc Fix crash opening file with missing clips 2024-09-28 07:33:31 +02:00
l10n daemon script
bafd5147c8 GIT_SILENT Sync po/docbooks with svn 2024-09-28 01:28:41 +00:00
Jean-Baptiste Mardelle
b1970160d9 Remove unused code 2024-09-27 17:06:35 +02:00
Jean-Baptiste Mardelle
031ef7196a Don't erase temporary playlists in debug mode 2024-09-27 16:26:18 +02:00
Jean-Baptiste Mardelle
14154e293d Remove dead code 2024-09-27 15:00:19 +02:00
Jean-Baptiste Mardelle
005662298a Fix null disconnect error in tests 2024-09-27 13:37:04 +02:00
Jean-Baptiste Mardelle
4abda73d8b Disable workaround to better understand failures in test suite 2024-09-27 12:39:52 +02:00
Jean-Baptiste Mardelle
b9146284c3 Fix crash on project close 2024-09-27 09:44:06 +02:00
Jean-Baptiste Mardelle
e4b5bb2e26 Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2024-09-27 08:58:42 +02:00
Jean-Baptiste Mardelle
84968f69cb in render debug mode, enforce MLT's repository to fix AppImage render suite failure 2024-09-27 08:58:16 +02:00
l10n daemon script
0e5df1b378 GIT_SILENT Sync po/docbooks with svn 2024-09-27 01:30:03 +00:00
Jean-Baptiste Mardelle
6a27e2fc44 Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2024-09-26 13:35:23 +02:00
Jean-Baptiste Mardelle
48a61e6f4d Add more debug output to render log files 2024-09-26 13:33:13 +02:00
l10n daemon script
fa78c63505 GIT_SILENT Sync po/docbooks with svn 2024-09-26 01:28:39 +00:00
Jean-Baptiste Mardelle
5b9a95e163 Renderer: add debug option to prevent deleting the render log file 2024-09-26 02:27:40 +02:00
Jean-Baptiste Mardelle
e35a2d1358 Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2024-09-25 13:55:52 +02:00
Jean-Baptiste Mardelle
399f2321e0 Fix possible crash opening an interlaced project 2024-09-25 13:54:06 +02:00
l10n daemon script
8ce1a5461f GIT_SILENT Sync po/docbooks with svn 2024-09-25 01:29:32 +00:00
Jean-Baptiste Mardelle
03d7c86759 Remember last used zone in effect zone
CCBUG: 493555
2024-09-24 17:05:45 +02:00
Jean-Baptiste Mardelle
b76def44e7 Only show system notifications for MLT error messages
Related to #1917
2024-09-24 11:02:27 +02:00
Jean-Baptiste Mardelle
9453109388 Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2024-09-24 10:33:47 +02:00
Jean-Baptiste Mardelle
60c1783c5f Fix builtin effects sometimes appear after normal effects 2024-09-24 10:32:58 +02:00
Jean-Baptiste Mardelle
6d6928d0ab Ensure clip properties tab icons are not rotated 2024-09-24 07:50:27 +00:00
Jean-Baptiste Mardelle
0e8f40e788 Fix Shape Alpha filter affecting project audio 2024-09-24 09:14:56 +02:00
Jean-Baptiste Mardelle
cc1934cca7 git pushMerge branch 'master' of invent.kde.org:multimedia/kdenlive 2024-09-24 08:32:44 +02:00
Jean-Baptiste Mardelle
6221ab4d59 Fix group effect button displayed in empty effect stack 2024-09-24 08:31:39 +02:00
l10n daemon script
38dd8021e1 GIT_SILENT Sync po/docbooks with svn 2024-09-24 01:35:12 +00:00
Jean-Baptiste Mardelle
09e34f7007 Drop DBus in favor of QLocalSocket to communicate between renderer and main app 2024-09-23 20:36:05 +00:00
Jean-Baptiste Mardelle
55bfb15997 Fix Alt+click to loop between clips using an effect in project monitor
Related to #1921
2024-09-23 21:55:31 +02:00
Jean-Baptiste Mardelle
2aff0667b0 Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2024-09-23 09:04:24 +02:00
Jean-Baptiste Mardelle
3179f991ef Fix crash on close 2024-09-23 09:04:11 +02:00
l10n daemon script
c2eca391b0 GIT_SILENT Sync po/docbooks with svn 2024-09-23 01:26:40 +00:00
Jean-Baptiste Mardelle
e5e5b5bd1d Fix copy/paste clip duplicates builtin effect 2024-09-22 22:59:26 +02:00
l10n daemon script
e76becc130 GIT_SILENT Sync po/docbooks with svn 2024-09-22 01:30:35 +00:00
Jean-Baptiste Mardelle
870e852658 Add MLT_REPOSITIORY to render log 2024-09-21 04:45:48 +02:00
Jean-Baptiste Mardelle
87c27ef006 Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2024-09-21 04:18:19 +02:00
Jean-Baptiste Mardelle
deb0b77067 Add more checks for render progress report 2024-09-21 04:17:59 +02:00
l10n daemon script
2437cf2d1a GIT_SILENT Sync po/docbooks with svn 2024-09-21 01:30:01 +00:00
Jean-Baptiste Mardelle
d83b0652d2 Don't delete render log file if rendering does not create an output file 2024-09-21 03:13:45 +02:00
Jean-Baptiste Mardelle
2ce5bd65e7 Fix possible crash on quit 2024-09-20 21:50:43 +02:00
Jean-Baptiste Mardelle
33e197c309 Fix render job possibly aborting before starting 2024-09-20 21:50:18 +02:00
Jean-Baptiste Mardelle
c7e0078d29 Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2024-09-20 21:31:28 +02:00
Jean-Baptiste Mardelle
359c96f5fe Correctly handle failure to create venv: give feedback to the user and don't keep a broken venv setup 2024-09-20 21:31:13 +02:00
Julius Künzel
bdcb5a859b [REUSE] Port to REUSE.toml 2024-09-20 18:31:55 +00:00
Jean-Baptiste Mardelle
775f06f575 Fix crash loading audio clip 2024-09-20 16:03:39 +02:00
Jean-Baptiste Mardelle
f358542a6e Subtitle edit: fix character count and editor font size 2024-09-20 15:56:39 +02:00
Jean-Baptiste Mardelle
5613c58f3c Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2024-09-20 13:49:48 +02:00
Jean-Baptiste Mardelle
3118d0f506 Fix some warnings, add some debug info if a rendered file is missing or empty 2024-09-20 13:46:50 +02:00
l10n daemon script
59a32a3a89 GIT_SILENT Sync po/docbooks with svn 2024-09-20 01:34:26 +00:00
Jean-Baptiste Mardelle
4523623c39 Merge branch 'release/24.08' 2024-09-19 18:44:54 +02:00
Jean-Baptiste Mardelle
a327554d48 Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2024-09-19 09:21:37 +02:00
Jean-Baptiste Mardelle
c8bdbe2623 Built-in effects fixes, add option to keep source clip size on import 2024-09-19 09:21:19 +02:00
Jean-Baptiste Mardelle
d3f2ca6a86 Don't try to connect to dbus jobview on command line rendering 2024-09-19 09:20:46 +02:00
l10n daemon script
5f4e39df8c GIT_SILENT Sync po/docbooks with svn 2024-09-19 01:28:37 +00:00
Jean-Baptiste Mardelle
db9ab63391 Fix recent Qt6 warnings 2024-09-18 05:11:12 +00:00
l10n daemon script
95cd562596 GIT_SILENT Sync po/docbooks with svn 2024-09-18 01:31:27 +00:00
l10n daemon script
489b3c6e43 GIT_SILENT Sync po/docbooks with svn 2024-09-17 01:30:32 +00:00
l10n daemon script
85c676ec72 GIT_SILENT Sync po/docbooks with svn 2024-09-16 01:40:54 +00:00
l10n daemon script
c3e6adcf9a GIT_SILENT made messages (after extraction) 2024-09-16 00:39:15 +00:00
l10n daemon script
47ca3b64a2 GIT_SILENT Sync po/docbooks with svn 2024-09-15 01:31:23 +00:00
l10n daemon script
12577e5cd0 GIT_SILENT Sync po/docbooks with svn 2024-09-14 01:34:01 +00:00
Jean-Baptiste Mardelle
f5f30d2225 Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2024-09-13 10:38:26 +02:00
Jean-Baptiste Mardelle
61cc01372d Add message box informing user we will open a browser window when clicking documentation button in effect/transition 2024-09-13 10:38:07 +02:00
l10n daemon script
527a8ec469 GIT_SILENT Sync po/docbooks with svn 2024-09-13 01:30:14 +00:00
l10n daemon script
9e338b29ef GIT_SILENT Sync po/docbooks with svn 2024-09-12 01:26:25 +00:00
l10n daemon script
97af56677d GIT_SILENT Sync po/docbooks with svn 2024-09-11 01:26:25 +00:00
Jean-Baptiste Mardelle
39558939ac FIx looping through clips in project monitor effect scene 2024-09-10 13:57:32 +02:00
Jean-Baptiste Mardelle
802625a0c4 Fix loop selected clip
Fixes #1915
2024-09-10 13:18:28 +02:00
l10n daemon script
0486887792 GIT_SILENT Sync po/docbooks with svn 2024-09-10 01:25:46 +00:00
Jean-Baptiste Mardelle
eddac4b3e5 Merge branch 'release/24.08' 2024-09-09 22:29:58 +02:00
Jean-Baptiste Mardelle
63afbd9a59 Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2024-09-09 09:11:53 +02:00
Jean-Baptiste Mardelle
86dfb0e47b Effect stack now updates when switching between Project Bin and Timeline, fix a few focus issues 2024-09-09 09:11:42 +02:00
l10n daemon script
a747152782 GIT_SILENT Sync po/docbooks with svn 2024-09-09 01:27:40 +00:00
Jean-Baptiste Mardelle
b376905e18 Properly hide "built-in stack" and "group effects" button when needed, add an info link button for compositions 2024-09-08 22:52:37 +02:00
Jean-Baptiste Mardelle
cc1aff5469 Fix type 2024-09-08 22:28:12 +02:00
Jean-Baptiste Mardelle
0b126e52db Properly hide/show the save stack icon 2024-09-08 21:03:28 +02:00
l10n daemon script
bc0c19c38a GIT_SILENT Sync po/docbooks with svn 2024-09-08 01:27:10 +00:00
Jean-Baptiste Mardelle
2b9d502bbe Merge branch 'release/24.08' 2024-09-07 21:50:54 +02:00
Jean-Baptiste Mardelle
7fda0c6f20 Merge branch 'release/24.08' 2024-09-07 17:11:23 +02:00
Jean-Baptiste Mardelle
a46ac13778 Merge branch 'release/24.08' 2024-09-07 12:35:42 +02:00
Jean-Baptiste Mardelle
ce72ddb06c Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2024-09-07 12:01:50 +02:00
Jean-Baptiste Mardelle
9fda37dd37 Merge branch 'release/24.08' 2024-09-07 12:01:24 +02:00
Yuri Chornoivan
98de291c3d Fix minor typo 2024-09-07 09:46:46 +03:00
Jean-Baptiste Mardelle
933b32a8f0 Replace : and ? chars in guides names for rendering
CCBUG: 492595
2024-09-07 08:44:37 +02:00
Jean-Baptiste Mardelle
f09d64ff41 Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2024-09-07 07:54:04 +02:00
Jean-Baptiste Mardelle
2819b6ab52 Don't trigger timeline scroll when mouse exits timeline on a clip drag, it caused incorrect droppings and ghost clips.
CCBUG: 492720
2024-09-07 07:53:50 +02:00
l10n daemon script
a685930b4e GIT_SILENT Sync po/docbooks with svn 2024-09-07 01:26:12 +00:00
Heiko Becker
aae5c41f31 GIT_SILENT Update Appstream for new release
(cherry picked from commit 72c8050928)
2024-09-07 00:14:20 +02:00
Jean-Baptiste Mardelle
ebebec032d Effect Stack: add info button in effect headers redirecting to our documentation 2024-09-06 19:25:10 +02:00
Jean-Baptiste Mardelle
904e8c1ada Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2024-09-06 13:58:55 +02:00
Jean-Baptiste Mardelle
292cf95f2a Fix scolling timeline with rubberband or when dragging from file manager can move last selected clip in timeline
BUG: 492635
2024-09-06 13:58:33 +02:00
Jean-Baptiste Mardelle
48fbbd9fdf Merge branch 'master' into work/subtitle-autosave 2024-09-06 13:06:30 +02:00
Jean-Baptiste Mardelle
71d425b6c0 Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2024-09-06 12:46:28 +02:00
Jean-Baptiste Mardelle
a6bb266ec3 Fix adding marker from project notes always adds it at 00:00
BUG: 492697
2024-09-06 12:46:12 +02:00
Chengkun Chen
c49bfdbfed Improve the ASS format subtitling support
Improve the ASS format subtitling feature support, mostly those supported by libass.

[ASS File Format Guide by libass](https://github.com/libass/libass/wiki/ASS-File-Format-Guide)

- [x] Load & Save fontSection in the ASS format subtitle 
- [x] Better store & manage the ASS format subtitle event by adding the SubtitleEvent class.
- [x] Improve the subtitle saving method to save all information in ASS Format Files.
- [x] Migration from V4Style to V4+Style
- [x] Display subtitle clips from different layers as more subtitle tracks (WIP)
- [x] Read & Edit with the comment event
- [x] Add layer management in "Subtitle Manager" widget
- [x] A new "Manage Subtitle Style" widget for add/delete/copy styles in the subtitle files
- [x] Improve the existing subtitle editor
- [x] Set different default styles for each subtitle track
- [x] Fix bugs related to undo/redo, clean up code

This is a part of Google Summer of Code 2024 project: [Improved subtitling support](https://summerofcode.withgoogle.com/programs/2024/projects/j0M7MPIg)

Related issues: https://invent.kde.org/multimedia/kdenlive/-/issues/1897
  
---
Reports on Planet KDE:
- [Intro blog of GSoC 2024 - Kdenlive](https://planet.kde.org/chengkun-chen-2024-05-27-intro-blog-of-gsoc-2024-kdenlive/)
- [GSoC '24 Progress: Week 1 and 2](https://planet.kde.org/chengkun-chen-2024-06-13-gsoc-24-progress-week-1-and-2/)
- [GSoC '24 Progress: Week 3 - 6](https://planet.kde.org/chengkun-chen-2024-07-10-gsoc-24-progress-week-3-6/)
- [GSoC '24 Progress: Week 7 and 8](https://planet.kde.org/chengkun-chen-2024-07-24-gsoc-24-progress-week-7-and-8/)
- [GSoC '24 Progress: Week 9 - 12](https://planet.kde.org/chengkun-chen-2024-08-22-gsoc-24-progress-week-9-12/)
2024-09-06 10:27:12 +00:00
Jean-Baptiste Mardelle
4238238e73 Correctly draw other Keyframe types in timeline (Bounce, circular, cubic, exponential) 2024-09-06 07:56:51 +00:00
l10n daemon script
f899fdf225 GIT_SILENT Sync po/docbooks with svn 2024-09-06 01:32:51 +00:00
l10n daemon script
8df9d7583a GIT_SILENT Sync po/docbooks with svn 2024-09-05 01:25:59 +00:00
Christof XYZ
ed2ddbe8f8 fix blurry widgets on high DPI displays
Consider display scaling factor when setting up low-level image buffers (QPixmap and QImage) in some scope widgets

Without setting displayPixelRatio those surfaces look blurry on hidpi screens when scaling factor is set in the OS. Adjusted it on all affected widgets I could find as well as the Splash screen.

You can notice it in the screenshots below when looking at the Volume scale of the monitor or the min/max values in the RGB parade widget.

PS: I have no idea what I'm doing (first time c++ and QT) but surprisingly, looks like only minor adjustments are necessary so I thought I may be able to fix/finish this issue as it's bugging me for quite some time :fingers_crossed: So I'd appreciate even the most obvious feedback 😀

PS: Could only test it on Linux/Arch, would appreciate if someone could test it on Windows/Mac when it's ready 🙏

PS: Good job on the README / developer documentation 👍 . Probably spent more time, figuring out this KDE Invent gitlab setup than running and compiling kdenlive.

before (blurry)
![blurry](/uploads/cbde7ce19a461cc7a6d11f8493fdb2fd/blurry.png)

after (sharp)
![sharp](/uploads/67521f69fb773ed399a0553f717c2963/sharp.png)
2024-09-04 05:18:03 +00:00
l10n daemon script
034f7aa72a GIT_SILENT Sync po/docbooks with svn 2024-09-03 01:25:36 +00:00
Jean-Baptiste Mardelle
e9a4eac1a4 Fix keyframe param not correctly enabled on first keyframe click 2024-09-02 09:15:29 +02:00
Jean-Baptiste Mardelle
533e7feab3 Fix curveeditor crash on empty track 2024-09-02 08:28:48 +02:00
Jean-Baptiste Mardelle
c72cd5308b Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2024-09-02 08:17:50 +02:00
Jean-Baptiste Mardelle
c3c35442dc Fix on monitor seek to next/previous keyframe buttons 2024-09-02 08:17:23 +02:00
l10n daemon script
7672e92334 GIT_SILENT Sync po/docbooks with svn 2024-09-02 01:25:57 +00:00
Jean-Baptiste Mardelle
f6d79a5051 Ensure rendering with separate file for each audio track keeps the correct audio tag in the file name 2024-09-01 17:15:09 +02:00
Jean-Baptiste Mardelle
8373881717 Switch time remap to the new precision spin box allowing 6 decimals instead of previous 2
CCBUG: 492274
2024-09-01 15:13:33 +02:00
Jean-Baptiste Mardelle
c277382d09 Fix render project folder sometimes lost, add proper enums instead of unreadable ints
CCBUG: 492476
2024-09-01 14:54:04 +02:00
l10n daemon script
113c195788 GIT_SILENT Sync po/docbooks with svn 2024-09-01 01:26:04 +00:00
Jean-Baptiste Mardelle
7cea37db76 Fix MLT lumas not correctly recognized by archive feature
BUG: 492435
FIXED-IN: 24.08.1
2024-08-31 15:37:50 +02:00
Jean-Baptiste Mardelle
3dc13b2570 Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2024-08-31 15:16:06 +02:00
Jean-Baptiste Mardelle
bf2b3d6c86 Use custom spin box allowing arbitrary digits for speed dialog.
CCBUG: 492274
2024-08-31 15:15:49 +02:00
l10n daemon script
f13311e55a GIT_SILENT Sync po/docbooks with svn 2024-08-31 01:26:49 +00:00
Jean-Baptiste Mardelle
ca2682badc Fix configure toolbars messing UI layout
Fixes #1912
2024-08-30 10:15:14 +02:00
Jean-Baptiste Mardelle
cd93a01e1c Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2024-08-30 09:54:55 +02:00
Jean-Baptiste Mardelle
46bdba8d2d Fix mouse wheel changing parameter effect on scroll 2024-08-30 09:52:53 +02:00
l10n daemon script
1f2f8ee7e2 GIT_SILENT Sync po/docbooks with svn 2024-08-30 01:34:58 +00:00
Jean-Baptiste Mardelle
0ab1676b07 Fix effect stack layout issues
CCBUG: 492314
2024-08-29 13:31:30 +02:00
Julius Künzel
72bfea7027 Port away from depreciated qSetGlobalQHashSeed() 2024-08-29 10:20:17 +00:00
Julius Künzel
8a40117e98 Port QCheckBox away from depreciated stateChanged to checkStateChanged 2024-08-29 10:20:17 +00:00
Julius Künzel
f1c43a1061 Port depreciated qAsConst to std::as_const 2024-08-29 10:20:17 +00:00
Julius Künzel
9ac7860612 Drop support for Qt5 2024-08-29 10:20:17 +00:00
l10n daemon script
7e0dbf865a GIT_SILENT Sync po/docbooks with svn 2024-08-29 01:26:58 +00:00
l10n daemon script
4086dc0956 GIT_SILENT Sync po/docbooks with svn 2024-08-28 01:37:34 +00:00
l10n daemon script
02bbce3345 SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2024-08-28 01:24:50 +00:00
l10n daemon script
8f1a0b650d GIT_SILENT Sync po/docbooks with svn 2024-08-27 01:28:25 +00:00
Jean-Baptiste Mardelle
48b9251230 Merge branch 'release/24.08' 2024-08-26 13:00:47 +02:00
Jean-Baptiste Mardelle
1c667fe441 Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2024-08-26 09:14:38 +02:00
Jean-Baptiste Mardelle
f8ad276937 Effects List: ensure deprecated category is always listed last 2024-08-26 09:14:22 +02:00
l10n daemon script
e4db608972 GIT_SILENT Sync po/docbooks with svn 2024-08-26 01:33:50 +00:00
Jean-Baptiste Mardelle
6959bf313a Fix tabulations in Titler (requires latest MLT git) 2024-08-25 15:35:27 +02:00
Jean-Baptiste Mardelle
0c5f5c31a8 Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2024-08-25 07:55:10 +02:00
Jean-Baptiste Mardelle
3736741322 Titler: ensure only plain text can be pasted, prepare support for tabulations (needs MLT patch) 2024-08-25 07:54:53 +02:00
l10n daemon script
0fe213ba5f GIT_SILENT Sync po/docbooks with svn 2024-08-25 01:26:19 +00:00
l10n daemon script
c32dac01e9 GIT_SILENT Sync po/docbooks with svn 2024-08-24 01:26:55 +00:00
Jean-Baptiste Mardelle
8effff6c91 Disable track / clip effect stack now create an undo entry 2024-08-23 20:31:45 +02:00
Jean-Baptiste Mardelle
c05666e111 Archiving: when archiving used clips only, remove unused clips from Project Bin 2024-08-23 16:32:20 +02:00
Jean-Baptiste Mardelle
50c018481e Fix archive doesn't save the video assets when run multiple times 2024-08-23 15:24:45 +02:00
Jean-Baptiste Mardelle
a199d9b211 Automatic backup now correctly saves and restores subtitles
Revive the timeline screenshot for backups
CCBUG: 490459
2024-08-23 11:06:00 +02:00
Jean-Baptiste Mardelle
7e0dd9ef9b After a crash, recover last subtitle file if possible
CCBUG: 490459
2024-08-23 08:24:32 +02:00
l10n daemon script
b62061356c GIT_SILENT Sync po/docbooks with svn 2024-08-23 01:26:47 +00:00
Jean-Baptiste Mardelle
724d722cec Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2024-08-22 06:41:26 +02:00
Jean-Baptiste Mardelle
bfd9481382 Fix document notes timecode links may be broken after project reload
CCBUG: 443597
2024-08-22 06:41:07 +02:00
l10n daemon script
245b722320 GIT_SILENT Sync po/docbooks with svn 2024-08-22 01:29:14 +00:00
Jean-Baptiste Mardelle
37a28fc1b1 Correctly refresh EffectStack when en/disabling built-in effects
Related to #1908
2024-08-21 12:52:24 +02:00
Jean-Baptiste Mardelle
190ea93a9f Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2024-08-21 08:45:08 +02:00
Jean-Baptiste Mardelle
143b44cfea Ensure non keyframeable params appear on top of keyframable, fix effect stack layout glitch
Related to #1904
2024-08-21 08:44:50 +02:00
l10n daemon script
0b928da048 GIT_SILENT Sync po/docbooks with svn 2024-08-21 01:36:40 +00:00
Jean-Baptiste Mardelle
14f16ddc69 Fix some effects like obscure broken in monitor
Fixes #1907
2024-08-20 23:55:39 +02:00
Jean-Baptiste Mardelle
c0d982b08a Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2024-08-20 09:08:47 +02:00
Jean-Baptiste Mardelle
dede60d3ac Fix broken qml font on AppImage
Fixes #1838
2024-08-20 09:08:26 +02:00
l10n daemon script
92a5fba586 GIT_SILENT Sync po/docbooks with svn 2024-08-20 01:35:24 +00:00
Jean-Baptiste Mardelle
3eb0d096e3 Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2024-08-19 13:11:55 +02:00
Jean-Baptiste Mardelle
483106fe0e Cleanup Text Based Edit Widget to make it more consistent and use less space 2024-08-19 13:11:30 +02:00
Laurent Montel
84715a24c7 Remove virtual keyword when we use override 2024-08-19 07:23:49 +02:00
l10n daemon script
9afcbacee5 GIT_SILENT Sync po/docbooks with svn 2024-08-19 01:29:45 +00:00
Jean-Baptiste Mardelle
c348f93d02 Remove incorrect taskmanager unlock 2024-08-18 16:12:06 +02:00
Jean-Baptiste Mardelle
6b3301c2a0 Fix transcode log sometimes empty 2024-08-18 15:46:54 +02:00
l10n daemon script
e382267f25 GIT_SILENT Sync po/docbooks with svn 2024-08-18 01:25:44 +00:00
Jean-Baptiste Mardelle
81675d1b48 Fix various composition parameter layout issues
Fixes #1904
2024-08-17 17:02:57 +02:00
l10n daemon script
183a7bc2b4 GIT_SILENT Sync po/docbooks with svn 2024-08-17 01:25:20 +00:00
Jean-Baptiste Mardelle
38fac11db6 Merge branch 'release/24.08' 2024-08-16 11:45:25 +02:00
Julius Künzel
ec6f0dcd4d Minor fixes for MSVC 2024-08-16 07:46:54 +00:00
Julius Künzel
78b222b73d Update kiss_fft
Based on https://github.com/mborgerding/kissfft/commit/
f5f2a3b2f2cd02bf80639adb12cbeed125bdf420
2024-08-16 07:46:54 +00:00
l10n daemon script
03d1c78ef3 GIT_SILENT Sync po/docbooks with svn 2024-08-16 01:25:16 +00:00
Heiko Becker
5c4546d3c2 GIT_SILENT Update Appstream for new release
(cherry picked from commit 3ada7e4c5c)
2024-08-15 23:55:13 +02:00
l10n daemon script
64ee8cd56c GIT_SILENT Sync po/docbooks with svn 2024-08-15 01:27:39 +00:00
Jean-Baptiste Mardelle
c900c73e29 Merge branch 'release/24.08' 2024-08-14 20:16:50 +02:00
Jean-Baptiste Mardelle
e3961a35a8 Merge branch 'release/24.08' 2024-08-14 13:31:26 +02:00
Jean-Baptiste Mardelle
2ebd4d8ad9 Merge branch 'release/24.08' 2024-08-14 09:29:05 +02:00
Jean-Baptiste Mardelle
bfe5ead0dc Fix reuse 2024-08-14 08:31:55 +02:00
l10n daemon script
c01c962faa GIT_SILENT Sync po/docbooks with svn 2024-08-14 01:27:00 +00:00
Jean-Baptiste Mardelle
8e0675e293 Merge branch 'release/24.08' 2024-08-13 17:12:06 +02:00
Jean-Baptiste Mardelle
6794fc573e Merge branch 'release/24.08' 2024-08-13 13:36:16 +02:00
Jean-Baptiste Mardelle
e72e700c59 Merge branch 'release/24.08' 2024-08-13 12:59:41 +02:00
Jean-Baptiste Mardelle
58c63a1e5d Merge branch 'release/24.08' 2024-08-13 11:33:38 +02:00
l10n daemon script
fe18e68b9f GIT_SILENT Sync po/docbooks with svn 2024-08-13 01:26:25 +00:00
Jean-Baptiste Mardelle
6d59a8a554 Merge branch 'release/24.08' 2024-08-12 16:50:18 +02:00
l10n daemon script
7051fe9fec GIT_SILENT Sync po/docbooks with svn 2024-08-12 01:26:16 +00:00
Philippe Fremy
60cb52fc47 Revert "Fix checkpackages generating an exception when run"
This reverts commit 83535015cc
2024-08-11 16:51:32 +00:00
Philippe Fremy
83535015cc Fix checkpackages generating an exception when run 2024-08-11 16:49:25 +00:00
Jean-Baptiste Mardelle
9ba29f763e Merge branch 'release/24.08' 2024-08-11 13:44:17 +02:00
Jean-Baptiste Mardelle
525b9c4e99 Merge branch 'release/24.08' 2024-08-11 08:02:08 +02:00
l10n daemon script
8f96a954d0 GIT_SILENT Sync po/docbooks with svn 2024-08-11 01:28:26 +00:00
l10n daemon script
76fcdfb045 GIT_SILENT made messages (after extraction) 2024-08-11 00:39:41 +00:00
Jean-Baptiste Mardelle
4dbec5e9cf Merge branch 'release/24.08' 2024-08-10 16:45:25 +02:00
Julius Künzel
65fd6adaad snapcraft: Initial port to qt6 2024-08-10 13:22:55 +00:00
Jean-Baptiste Mardelle
6fbe68c1a9 Merge branch 'release/24.08' 2024-08-10 07:11:40 +02:00
l10n daemon script
c5f0c9135a GIT_SILENT Sync po/docbooks with svn 2024-08-10 01:34:33 +00:00
l10n daemon script
0bd12d23ad SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2024-08-10 01:25:49 +00:00
Jean-Baptiste Mardelle
affb1811f0 Merge branch 'release/24.08' 2024-08-09 07:23:00 +02:00
Jean-Baptiste Mardelle
c57ef49bfb Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2024-08-09 07:22:30 +02:00
Jean-Baptiste Mardelle
a912d6dbe0 Remove duplicate include 2024-08-09 06:51:34 +02:00
l10n daemon script
aad6ae411f GIT_SILENT Sync po/docbooks with svn 2024-08-09 01:27:04 +00:00
Julius Künzel
f78120b737 Merge remote-tracking branch 'refs/remotes/upstream/release/24.08' 2024-08-09 00:43:23 +02:00
Jean-Baptiste Mardelle
2af7157ab1 Fix some compile warning.
Fixes !525
2024-08-08 12:34:34 +02:00
Jean-Baptiste Mardelle
99c4efbb29 Merge branch 'release/24.08' 2024-08-08 09:40:14 +02:00
Jean-Baptiste Mardelle
5b3776b6d2 Merge branch 'release/24.08' 2024-08-08 08:18:12 +02:00
l10n daemon script
de98481106 GIT_SILENT Sync po/docbooks with svn 2024-08-08 01:26:45 +00:00
Jean-Baptiste Mardelle
8952de28c0 Align all job progress to same width in clip monitor 2024-08-07 08:00:53 +02:00
Jean-Baptiste Mardelle
128dadea0e Merge branch 'release/24.08' 2024-08-07 07:59:26 +02:00
l10n daemon script
d50fd3174a GIT_SILENT Sync po/docbooks with svn 2024-08-07 01:27:31 +00:00
Jean-Baptiste Mardelle
35acbeeb03 Merge branch 'release/24.08' 2024-08-06 15:03:31 +02:00
l10n daemon script
370024c94c GIT_SILENT Sync po/docbooks with svn 2024-08-05 01:26:48 +00:00
Jean-Baptiste Mardelle
d6d14feb36 Merge branch 'release/24.08' 2024-08-04 18:20:43 +02:00
l10n daemon script
78ec9f23c1 GIT_SILENT Sync po/docbooks with svn 2024-08-04 01:26:47 +00:00
Jean-Baptiste Mardelle
fc4cf5a24f Merge branch 'release/24.08' 2024-08-03 12:31:56 +02:00
l10n daemon script
9e40f3a0e1 GIT_SILENT Sync po/docbooks with svn 2024-08-03 01:27:28 +00:00
l10n daemon script
ad72a23415 GIT_SILENT Sync po/docbooks with svn 2024-08-02 01:29:14 +00:00
l10n daemon script
f79c9873f4 GIT_SILENT Sync po/docbooks with svn 2024-08-01 01:30:30 +00:00
Jean-Baptiste Mardelle
88fdda3fc5 Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2024-07-31 09:01:01 +02:00
Jean-Baptiste Mardelle
b27dca4f51 Fix mem leak in asset params and composition view corruption 2024-07-31 09:00:30 +02:00
l10n daemon script
5f711355a9 GIT_SILENT Sync po/docbooks with svn 2024-07-31 01:28:02 +00:00
Jean-Baptiste Mardelle
5501dff442 Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2024-07-30 09:45:58 +02:00
Jean-Baptiste Mardelle
2d5d2f535d Improve drag and drop of effects, don't create 2 separate entries on dropping effect from list 2024-07-30 09:45:44 +02:00
l10n daemon script
7747a370c8 GIT_SILENT Sync po/docbooks with svn 2024-07-30 01:29:50 +00:00
l10n daemon script
9d1bb44972 GIT_SILENT Sync po/docbooks with svn 2024-07-29 01:28:05 +00:00
Jean-Baptiste Mardelle
eacec3c822 Fix effect stack scroll on drag 2024-07-28 07:43:44 +02:00
l10n daemon script
7a6a9fc27e GIT_SILENT Sync po/docbooks with svn 2024-07-28 01:29:33 +00:00
l10n daemon script
9f0c16f912 GIT_SILENT Sync po/docbooks with svn 2024-07-27 01:29:50 +00:00
Julius Künzel
2fd7890e2b GIT_SILENT Refactor qml code 2024-07-26 15:25:05 +02:00
Jean-Baptiste Mardelle
0aff8b2412 Merge branch 'release/24.08' 2024-07-26 12:14:19 +02:00
Jean-Baptiste Mardelle
7848db894c Merge branch 'release/24.08' 2024-07-26 10:32:12 +02:00
Jean-Baptiste Mardelle
f7c92606ea Merge branch 'release/24.08' 2024-07-26 10:09:39 +02:00
Jean-Baptiste Mardelle
0195553fe1 Merge branch 'release/24.08' 2024-07-26 09:00:52 +02:00
l10n daemon script
9df158202f GIT_SILENT Sync po/docbooks with svn 2024-07-26 01:25:05 +00:00
Jean-Baptiste Mardelle
b14616fb7c Merge branch 'master' of invent.kde.org:multimedia/kdenlive 2024-07-25 20:54:20 +02:00
Theo Shaw
a70f9adb1a Add Actions to quickly add Marker/Guides in a specific category 2024-07-25 20:53:22 +02:00
Jean-Baptiste Mardelle
6df1f16221 Redesign effect parameter widgets and introduce built in effects
Related to #351 #1876
2024-07-25 15:13:58 +00:00
l10n daemon script
e5d7616ef2 GIT_SILENT Sync po/docbooks with svn 2024-07-25 01:25:29 +00:00
Jean-Baptiste Mardelle
608af5868c Merge branch 'release/24.08' 2024-07-24 08:29:03 +02:00
l10n daemon script
834576311c GIT_SILENT Sync po/docbooks with svn 2024-07-24 01:25:33 +00:00
l10n daemon script
1da4ac39c2 GIT_SILENT Sync po/docbooks with svn 2024-07-23 01:26:41 +00:00
Jean-Baptiste Mardelle
d58bfd51d8 Add a control uuid to each bin clip to ensure clips can not get mixed on project opening 2024-07-22 07:12:47 +00:00
Albert Astals Cid
8c7c5acbf8 GIT_SILENT Upgrade release service version to 24.11.70. 2024-07-21 12:37:23 +02:00
810 changed files with 951364 additions and 312909 deletions

View File

@@ -2,9 +2,9 @@
"id": "org.kde.kdenlive",
"default-branch": "master",
"runtime": "org.kde.Platform",
"runtime-version": "6.7",
"runtime-version": "6.9",
"sdk": "org.kde.Sdk",
"sdk-extensions" : [ "org.freedesktop.Sdk.Extension.llvm18" ],
"sdk-extensions" : [ "org.freedesktop.Sdk.Extension.llvm19" ],
"command": "kdenlive",
"rename-icon": "kdenlive",
"desktop-file-name-suffix": " (Nightly)",
@@ -28,7 +28,7 @@
"add-extensions": {
"org.freedesktop.LinuxAudio.Plugins": {
"directory": "extensions/Plugins",
"version": "23.08",
"version": "24.08",
"add-ld-path": "lib",
"merge-dirs": "ladspa",
"subdirectories": true,
@@ -36,7 +36,7 @@
},
"org.freedesktop.LinuxAudio.Plugins.swh": {
"directory": "extensions/Plugins/swh",
"version": "23.08",
"version": "24.08",
"add-ld-path": "lib",
"merge-dirs": "ladspa",
"autodelete": false,
@@ -44,7 +44,7 @@
},
"org.freedesktop.LinuxAudio.Plugins.TAP": {
"directory": "extensions/Plugins/TAP",
"version": "23.08",
"version": "24.08",
"add-ld-path": "lib",
"merge-dirs": "ladspa",
"autodelete": false,
@@ -73,7 +73,8 @@
"config-opts": [
"-DCMAKE_BUILD_TYPE=RelWithDebInfo",
"-DRELEASE_BUILD=OFF",
"-DBUILD_TESTING=OFF"
"-DBUILD_TESTING=OFF",
"-DFETCH_OTIO=OFF"
],
"post-install": [
"install -d /app/extensions/Plugins"

View File

@@ -7,22 +7,14 @@ include:
# Linting
- /gitlab-templates/reuse-lint.yml
- /gitlab-templates/xml-lint.yml
# CI
- /gitlab-templates/linux.yml
# The FreeBSD is not containerized and hence has Qt5 and Qt6 around
# Kdenlive preferes Qt6 and there is no way to tell the CI to use Qt5 in this case
#- /gitlab-templates/freebsd.yml
# CI Qt6
- /gitlab-templates/linux-qt6.yml
- /gitlab-templates/linux-qt6-next.yml
- /gitlab-templates/freebsd-qt6.yml
# CD Qt5
#- /gitlab-templates/craft-appimage.yml
#- /gitlab-templates/craft-windows-mingw64.yml
#- /gitlab-templates/craft-macos-x86-64.yml
#- /gitlab-templates/craft-macos-arm64.yml
# CD Qt6
- /gitlab-templates/flatpak.yml
- /gitlab-templates/craft-appimage-qt6.yml
- /gitlab-templates/craft-windows-mingw64-qt6.yml
- /gitlab-templates/craft-macos-x86-64-qt6.yml
- /gitlab-templates/craft-macos-arm64-qt6.yml

View File

@@ -2,37 +2,7 @@
# SPDX-License-Identifier: CC0-1.0
Dependencies:
- 'on': ['Linux/Qt5', 'FreeBSD/Qt5', 'Windows/Qt5', 'macOS/Qt5']
'require':
'frameworks/extra-cmake-modules': '@stable'
'frameworks/breeze-icons' : '@stable'
'frameworks/karchive' : '@stable'
'frameworks/kbookmarks' : '@stable'
'frameworks/kconfig' : '@stable'
'frameworks/kconfigwidgets' : '@stable'
'frameworks/kcompletion' : '@stable'
'frameworks/kcoreaddons' : '@stable'
'frameworks/kcrash' : '@stable'
'frameworks/kdbusaddons' : '@stable'
'frameworks/kdeclarative' : '@stable'
'frameworks/kguiaddons' : '@stable'
'frameworks/ki18n' : '@stable'
'frameworks/kiconthemes' : '@stable'
#'frameworks/kinit' : '@stable'
'frameworks/kio' : '@stable'
'frameworks/kitemviews' : '@stable'
'frameworks/kjobwidgets' : '@stable'
'frameworks/knewstuff' : '@stable'
'frameworks/knotifications' : '@stable'
'frameworks/knotifyconfig' : '@stable'
'frameworks/kplotting' : '@stable'
'frameworks/kservice' : '@stable'
'frameworks/ktextwidgets' : '@stable'
'frameworks/kwidgetsaddons' : '@stable'
'frameworks/kxmlgui' : '@stable'
'frameworks/kfilemetadata' : '@stable'
'frameworks/purpose' : '@stable'
- 'on': ['Linux/Qt6', 'FreeBSD/Qt6', 'Windows/Qt6', 'macOS/Qt6']
- 'on': ['@all']
'require':
'frameworks/extra-cmake-modules': '@latest-kf6'
'frameworks/breeze-icons' : '@latest-kf6'
@@ -66,7 +36,7 @@ Dependencies:
#'plasma/drkonqi' : '@stable'
Options:
require-passing-tests-on: [ 'Linux/Qt5', 'FreeBSD/Qt5', 'Linux/Qt6', 'FreeBSD/Qt6']
require-passing-tests-on: [ 'Linux/Qt6', 'FreeBSD/Qt6']
cppcheck-arguments: '--suppress="*:tests/fakeit.hpp" --suppress="*:tests/catch.hpp" --suppress="*:fuzzer/fakeit_standalone.hpp"'
per-test-timeout: 120

View File

@@ -1,186 +0,0 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Kdenlive
Upstream-Contact: kdenlive@kde.org
Source: https://invent.kde.org/multimedia/kdenlive
Files: data/effects/*.xml data/transitions/*.xml data/generators/*.xml
Copyright: none
License: CC0-1.0
Files: data/effects/**/CMakeLists.txt data/effects/CMakeLists.txt
Copyright: none
License: CC0-1.0
Files: data/effects/README.md
Copyright: Julius Künzel
License: CC0-1.0
Files: data/lumas/PAL/* data/lumas/HD/*
Copyright: Massimo Stella
License: CC0-1.0
Files: data/luts/*.cube
Copyright: None
License: CC0-1.0
Files: data/knewstuff/*.knsrc
Copyright: Kdenlive translators
License: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
Files: data/icons/breeze/*
Copyright: 2014 Uri Herrera <uri_herrera@nitrux.in> and others
License: LGPL-3.0-or-later
Files: data/icons/*.png data/icons/kdenlive.ico data/icons/sc-apps-kdenlive.svgz data/icons/sc-mimetypes-application-x-kdenlivetitle.svgz
Copyright: Nara Oliveira and Farid Abdelnour
License: LGPL-3.0-or-later
Files: data/icons/sc-mimetypes-application-x-kdenlive.svgz
Copyright: Vincent Pinon
License: LGPL-3.0-or-later
Files: data/icons/*.svg
Copyright: Julius Künzel
License: LGPL-3.0-or-later
Files: data/icons/sc-mimetypes-video-mlt-playlist.svgz
Copyright: The Oxygen Icon Theme
License: LGPL-3.0-or-later
Files: data/resourceproviders/*
Copyright: 2021 Julius Künzel
License: CC0-1.0
Files: data/titles/*
Copyright: Marco Gittler
License: CC0-1.0
Files: data/Info.plist data/camcorderfilters.rc data/clipjobsettings.rc data/encodingprofiles.rc data/externalproxies.rc data/westley.xml
Copyright: Jean-Baptiste Mardelle
License: CC0-1.0
Files: data/pics/breeze-light/*
Copyright: Jean-Baptiste Mardelle
License: LGPL-3.0-or-later
Files: data/pics/kdenlive-logo.png
Copyright: Nara Oliveira and Farid Abdelnour
License: LGPL-3.0-or-later
Files: data/pics/splash-background.png
Copyright: Farid Abdelnour
License: LGPL-3.0-or-later
Files: data/pics/kde-logo.png
Copyright: KDE project
License: LGPL-3.0-or-later
Files: data/profiles.xml
Copyright: Vincent Pinon, Farid Abdelnour, Jean-Baptiste Mardelle
License: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
Files: data/profiles/*
Copyright: Jean-Baptiste Mardelle
License: CC0-1.0
Files: data/excluded_effects.txt data/excluded_transitions.txt data/included_effects.txt data/included_transitions.txt
Copyright: Jean-Baptiste Mardelle, Massimo Stella
License: CC0-1.0
Files: data/scripts/*.txt
Copyright: 2024 Jean-Baptiste Mardelle
License: CC0-1.0
Files: data/man/kdenlive*
Copyright: Mads Bondo Dydensborg
License: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
Files: data/preferred_effects.txt
Copyright: Jean-Baptiste Mardelle, Juku Trump
License: CC0-1.0
Files: data/org.kde.kdenlive.*
Copyright: Kdenlive translators
License: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
Files: data/meta_magiclantern.png
Copyright: Magic Lantern Project
License: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
Files: data/kdenlive*.notifyrc
Copyright: Jean-Baptiste Mardelle, Kdenlive translators
License: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
Files: data/slideanimations.rc data/kdenlivedefaultlayouts.rc data/kdenlivetranscodingrc
Copyright: Jean-Baptiste Mardelle
License: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
Files: data/kdenliveeffectscategory.rc
Copyright: Massimo Stella
License: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
Files: data/shortcuts/Premiere
Copyright: Bruno Santos
License: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
Files: .flatpak-manifest.json packaging/flatpak/python-modules.json packaging/flatpak/org.kde.kdenlive-*.json
Copyright: none
License: CC0-1.0
Files: dev-docs/*.md
Copyright: 2020 Kdenlive contributors
License: CC-BY-SA-4.0
Files: doc/*
Copyright: 2020 Kdenlive contributors
License: CC-BY-SA-4.0
Files:src/lib/external/kiss_fft/*
Copyright: 2003-2004 Mark Borgerding <Mark@Borgerding.net>
License: BSD-3-Clause
Files:src/qml/qmldir src/kdenlivesettings.kcfgc
Copyright: None
License: CC0-1.0
Files:src/uiresources.qrc
Copyright: Julius Künzel, Jean-Baptiste Mardelle
License: CC0-1.0
Files:src/org.kdenlive.MainWindow.xml src/mlt_config.h.in src/kdenliveui.rc src/kdenlivesettings.kcfg
Copyright: Jean-Baptiste Mardelle
License: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
Files: po/*
Copyright: Kdenlive translators (see each file for details)
License: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
Files: tests/dataset/*
Copyright: Jean-Baptiste Mardelle, Eric Jiang
License: CC0-1.0
Files: tests/small.mkv
Copyright: None
License: CC0-1.0
Files: thumbnailer/mltpreview.json thumbnailer-deprecated/mltpreview.desktop
Copyright: Kdenlive translators
License: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
Files: suppressions.txt .mailmap
Copyright: None
License: CC0-1.0
Files: config-kdenlive.h.cmake
Copyright: Jean-Baptiste Mardelle, Alberto Villa
License: BSD-2-Clause
Files: snapcraft.yaml
Copyright: Scarlett Moore
License: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL

View File

@@ -15,7 +15,7 @@ Active Kdenlive authors
Vincent Pinon <vpinon@kde.org>
KF5 port, Windows cross-build, bugs fixing
2012-present
Julius Künzel <jk.kdedev@smartlab.uber.space>
Julius Künzel <julius.kuenzel@kde.org>
Bugs fixing
2020-present
Sashmita Raghav

View File

@@ -1,5 +1,5 @@
# SPDX-License-Identifier: BSD-2-Clause
# SPDX-FileCopyrightText: Julius Künzel <jk.kdedev@smartlab.uber.space>, Jean-Baptiste Mardelle <jb@kdenlive.org>, Alberto Villa <avilla@FreeBSD.org>, Albert Astals Cid <aacid@kde.org>, Vincent Pinon <vpinon@kde.org>, Laurent Montel <montel@kde.org>, Vincent Pinon <vincent.pinon@asygn.com>, Nicolas Carion <french.ebook.lover@gmail.com>
# SPDX-FileCopyrightText: Julius Künzel <julius.kuenzel@kde.org>, Jean-Baptiste Mardelle <jb@kdenlive.org>, Alberto Villa <avilla@FreeBSD.org>, Albert Astals Cid <aacid@kde.org>, Vincent Pinon <vpinon@kde.org>, Laurent Montel <montel@kde.org>, Vincent Pinon <vincent.pinon@asygn.com>, Nicolas Carion <french.ebook.lover@gmail.com>
cmake_minimum_required(VERSION 3.16)
@@ -7,9 +7,9 @@ cmake_minimum_required(VERSION 3.16)
# stable release. An additional number can be used for bugfix-only releases.
# KDE Application Version, managed by release script
set (RELEASE_SERVICE_VERSION_MAJOR "24")
set (RELEASE_SERVICE_VERSION_MINOR "08")
set (RELEASE_SERVICE_VERSION_MICRO "2")
set (RELEASE_SERVICE_VERSION_MAJOR "25")
set (RELEASE_SERVICE_VERSION_MINOR "07")
set (RELEASE_SERVICE_VERSION_MICRO "70")
set(KDENLIVE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
@@ -23,9 +23,9 @@ option(RELEASE_BUILD "Remove Git revision from program version" ON) # To be swit
option(BUILD_TESTING "Build tests" ON)
option(CRASH_AUTO_TEST "Auto-generate testcases upon some crashes (uses RTTR library, needed for fuzzing)" OFF)
option(BUILD_FUZZING "Build fuzzing target" OFF)
option(USE_VERSIONLESS_TARGETS "Use versionless targets" OFF)
option(BUILD_QCH "Build source code documentation in QCH format (for e.g. Qt Assistant, Qt Creator & KDevelop)" OFF)
add_feature_info(QCH ${BUILD_QCH} "Source code documentation in QCH format (for e.g. Qt Assistant, Qt Creator & KDevelop)")
option(FETCH_OTIO "Use CMake FetchContent to download and build the OpenTimelineIO dependency" ON)
# shall we use DBus?
# enabled per default on Linux & BSD systems
@@ -39,41 +39,28 @@ option(BUILD_DESIGNERPLUGIN "Build plugin for Qt Designer" OFF)
# Minimum versions of main dependencies.
set(MLT_MIN_MAJOR_VERSION 7)
set(MLT_MIN_MINOR_VERSION 22)
set(MLT_MIN_MINOR_VERSION 28)
set(MLT_MIN_PATCH_VERSION 0)
set(MLT_MIN_VERSION ${MLT_MIN_MAJOR_VERSION}.${MLT_MIN_MINOR_VERSION}.${MLT_MIN_PATCH_VERSION})
# Qt version
set(QT_MIN_VERSION 5.15.2)
set(KF_DEP_VERSION "5.115.0")
set(QT_MIN_VERSION 6.5.0)
set(KF_DEP_VERSION "6.3.0")
find_package(ECM ${KF_DEP_VERSION} REQUIRED CONFIG)
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${CMAKE_SOURCE_DIR}/cmake/modules)
# Select the Qt version we want to use
# Qt6 is the prefered one, Qt5 the fallback
if (NOT DEFINED QT_MAJOR_VERSION)
if (NOT WIN32)
find_package(Qt6 COMPONENTS Core QUIET)
if (TARGET Qt6::Core)
set(QT_MAJOR_VERSION 6)
else()
find_package(Qt5 COMPONENTS Core QUIET)
if (TARGET Qt5::Core)
set(QT_MAJOR_VERSION 5)
endif()
endif()
endif()
if(NOT QT_MAJOR_VERSION)
option(BUILD_WITH_QT6 "Build against Qt 6" ON)
if (BUILD_WITH_QT6)
set(QT_MAJOR_VERSION 6)
else()
set(QT_MAJOR_VERSION 5)
endif()
endif()
set(QT_MAJOR_VERSION 6)
endif()
# The dependencies (currently only OpenTimelineIO) are located in a
# subdirectory so their CMake variables are not exposed to the main project.
#
# Note that this needs to come before the KDECompilerSettings. OTIO is not
# compatible with the KDE compiler flag "-fno-operator-names".
add_subdirectory(deps)
## include ECM Modules
include(KDECompilerSettings NO_POLICY_SCOPE)
include(ECMInstallIcons)
@@ -86,12 +73,11 @@ include(ECMQtDeclareLoggingCategory)
include(ECMEnableSanitizers)
include(ECMAddQch)
include(ECMDeprecationSettings)
include(ECMQmlModule)
remove_definitions(-DQT_NO_CAST_FROM_ASCII) # Defined in KDECompilerSettings, but we don't want that yet
# MLT uses variadic macros upstream and hence the build log gets spamed, so disable the warning
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-variadic-macros")
if (QT_MAJOR_VERSION STREQUAL "6")
set(USE_VERSIONLESS_TARGETS ON)
if(NOT MSVC)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-variadic-macros")
endif()
# KDE Frameworks
@@ -99,13 +85,10 @@ if (NOT DEFINED KF_MAJOR)
set(KF_MAJOR ${QT_MAJOR_VERSION})
endif()
if (KF_MAJOR STREQUAL "6")
set(KF_DEP_VERSION "6.0.0")
endif()
add_definitions(-DTRANSLATION_DOMAIN=\"kdenlive\")
find_package(KF${KF_MAJOR} ${KF_DEP_VERSION}
REQUIRED COMPONENTS
I18n
Archive
Bookmarks
Codecs
@@ -130,13 +113,6 @@ find_package(KF${KF_MAJOR} ${KF_DEP_VERSION}
Crash
)
if (KF_MAJOR LESS "6")
find_package(KF${KF_MAJOR} ${KF_DEP_VERSION}
REQUIRED COMPONENTS
Declarative
)
endif()
ecm_set_disabled_deprecation_versions(
QT ${QT_MIN_VERSION}
KF ${KF_DEP_VERSION}
@@ -153,10 +129,11 @@ find_package(Qt${QT_MAJOR_VERSION}
QuickWidgets
Multimedia
NetworkAuth
SvgWidgets
Xml
# Test
)
if (QT_MAJOR_VERSION STREQUAL "6")
find_package(Qt${QT_MAJOR_VERSION} ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS SvgWidgets)
endif()
if(USE_DBUS)
find_package(KF${KF_MAJOR} ${KF_DEP_VERSION} REQUIRED COMPONENTS DBusAddons)
find_package(Qt${QT_MAJOR_VERSION} REQUIRED COMPONENTS DBus)
@@ -171,6 +148,34 @@ set_package_properties(MLT PROPERTIES DESCRIPTION "Multimedia framework"
PURPOSE "Required to do video processing")
message(STATUS "Found MLT++: ${MLTPP_LIBRARIES}")
# LibAV
find_package(PkgConfig REQUIRED)
pkg_check_modules(LIBAV REQUIRED IMPORTED_TARGET
libavformat
libavcodec
libswresample
libavutil
)
# OpenTimelineIO
if(FETCH_OTIO)
include_directories(${otio_SOURCE_DIR}/src)
# Enable exceptions for OTIO and dependencies.
kde_target_enable_exceptions(opentime PUBLIC)
kde_target_enable_exceptions(opentimelineio PUBLIC)
kde_target_enable_exceptions(Imath PUBLIC)
else()
find_package(OpenTimelineIO REQUIRED)
# Work around for header oddity with OTIO and Imath
find_package(Imath REQUIRED)
get_target_property(IMATH_INCLUDE_DIRS Imath::Imath INTERFACE_INCLUDE_DIRECTORIES)
include_directories("${IMATH_INCLUDE_DIRS}/Imath")
set_package_properties(OpenTimelineIO PROPERTIES
DESCRIPTION "API and interchange format for editorial timeline information"
URL "http://opentimeline.io/"
PURPOSE "Required for OpenTimelineIO import and export")
endif()
# Windows
include(CheckIncludeFiles)
check_include_files(malloc.h HAVE_MALLOC_H)
@@ -266,7 +271,7 @@ elseif(BUILD_FUZZING)
message(STATUS "Fuzzing build was requested but not enabled because compiler is ${CMAKE_CXX_COMPILER_ID} and not Clang")
endif()
feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES)
feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
# pre-commit hook
include(KDEGitCommitHooks)

View File

@@ -4,7 +4,7 @@
kdenlive_subdirs="plugins renderer data src src/ui"
$EXTRACTRC --tag=name --tag=description --tag=label --tag=comment --tag=paramlistdisplay data/transitions/*.xml data/effects/*.xml data/generators/*.xml data/kdenliveeffectscategory.rc >> rc.cpp
$EXTRACTRC --tag=name --tag=description --tag=label --tag=comment --tag=paramlistdisplay data/transitions/*.xml data/transitions/frei0r/*.xml data/effects/*.xml data/effects/frei0r/*.xml data/effects/avfilter/*.xml data/effects/ladspa/*.xml data/effects/sox/*.xml data/generators/*.xml data/kdenliveeffectscategory.rc >> rc.cpp
$EXTRACTRC `find $kdenlive_subdirs -name \*.rc -a ! -name encodingprofiles.rc -a ! -name camcorderfilters.rc -a ! -name externalproxies.rc -o -name \*.ui` >> rc.cpp
$XGETTEXT `find $kdenlive_subdirs -name \*.cpp -o -name \*.h -o -name \*.qml` *.cpp -o $podir/kdenlive.pot

View File

@@ -1,43 +1,50 @@
![](data/pics/kdenlive-logo.png)
# About Kdenlive
# Kdenlive
[Kdenlive](https://kdenlive.org) is a Free and Open Source video editing application, based on MLT Framework and KDE Frameworks 6. It is distributed under the [GNU General Public License Version 3](https://www.gnu.org/licenses/gpl-3.0.en.html) or any later version that is accepted by the KDE project.
Kdenlive is a powerful, free and open-source video editor that brings professional-grade video editing capabilities to everyone. Whether you're creating a simple family video or working on a complex project, Kdenlive provides the tools you need to bring your vision to life.
# Building from source
For more information about Kdenlive's features, tutorials, and community, please visit our [official website](https://kdenlive.org).
[Instructions to build Kdenlive](dev-docs/build.md) are available in the dev-docs folder.
There you can also find downloads for both stable releases and experimental daily builds for Kdenlive.
# Testing Kdenlive via Nightly Builds
## Contributing to Kdenlive
- AppImage (Linux): https://cdn.kde.org/ci-builds/multimedia/kdenlive/master/linux/
- Flatpak (Linux):
- Add the kde flatpak repository (if not already done) by typing `flatpak remote-add --if-not-exists kdeapps --from https://distribute.kde.org/kdeapps.flatpakrepo` on a command line. (This step may be optional in your version of Flatpak.)
- Install kdenlive nightly with `flatpak install kdeapps org.kde.kdenlive`.
- Use `flatpak update` to update if the nightly is already installed.
- _Attention! If you use the stable kdenlive flatpak already, the `*.desktop` file (e.g. responsible for start menu entry) is maybe replaced by the nightly (and vice versa). You can still run the stable version with `flatpak run org.kde.kdenlive/x86_64/stable` and the nightly with `flatpak run org.kde.kdenlive/x86_64/master` (replace `x86_64` by `aarch64` or `arm` depending on your system)_
- Windows: https://cdn.kde.org/ci-builds/multimedia/kdenlive/master/windows/
- macOS x86: https://cdn.kde.org/ci-builds/multimedia/kdenlive/master/macos-x86_64/
- macOS ARM: https://cdn.kde.org/ci-builds/multimedia/kdenlive/master/macos-arm64/
Kdenlive is a community-driven project, and we welcome contributions from everyone! There are many ways to contribute beyond coding:
*Note * - nightly/daily builds are not meant to be used in production.*
- Help translate Kdenlive into your language
- Report and triage bugs
- Write documentation
- Create tutorials
- Help other users on forums and bug trackers
# Contributing to Kdenlive
Visit [kdenlive.org](https://kdenlive.org) to learn more about non-code contributions.
Please note that Kdenlive's Github repo is just a mirror: read [this explanation for more details](https://community.kde.org/Infrastructure/Github_Mirror).
## Developer Information
The prefered way of submitting patches is a merge request on the [KDE GitLab on invent.kde.org](https://invent.kde.org/-/ide/project/multimedia/kdenlive): if you are not familar with the process there is a [step by step instruction on how to submit a merge reqest in KDE context](https://community.kde.org/Infrastructure/GitLab#Submitting_a_Merge_Request).
### Technology Stack
We welcome all feedback and offers for help!
Kdenlive is written in C++ and is using these technologies and frameworks:
* Talk about us!
* [Report bugs](https://kdenlive.org/en/bug-reports/) you encounter (if not already done)
* Help other users [on the forum](http://forum.kde.org/viewforum.php?f=262) and bug tracker
* [Help to fill the manual](https://community.kde.org/Kdenlive/Workgroup/Documentation)
* Complete and check [application and documentation translation](http://l10n.kde.org)
* Prepare video tutorials (intro, special tricks...) in your language
and send us a link to add in homepage or doc
* Detail improvement suggestions
we don't test every (any?) other video editor, so give precise explanations
* Code! Help fixing bugs, improving usability, optimizing, porting...
register on KDE infrastructure, study its guidelines, and pick from roadmap. See [here](dev-docs/contributing.md) for more information
- **Core Framework**: MLT for video editing functionality
- **GUI Framework**: Qt and KDE Frameworks 6
- **Additional Libraries**: frei0r (video effects), LADSPA (audio effects)
### Getting Started
1. Check out our [build instructions](dev-docs/build.md) to set up your development environment
2. Familiarize yourself with the [architecture](dev-docs/architecture.md) and [coding guidelines](dev-docs/coding.md)
4. If the MLT library is new to you check out [MLT Introduction](dev-docs/mlt-intro.md)
3. Join our Matrix channel `#kdenlive-dev:kde.org` for developer discussions and support
### Contributing Code
Kdenlive's primary development happens on [KDE Invent](https://invent.kde.org/multimedia/kdenlive). While we maintain a GitHub mirror, all code contributions should be submitted through KDE's GitLab instance. For more information about KDE's development infrastructure, visit the [KDE GitLab documentation](https://community.kde.org/Infrastructure/GitLab).
### Finding Things to Work On
- Browse open issues on [KDE Invent](https://invent.kde.org/multimedia/kdenlive/-/issues)
- Check the [KDE Bug Tracker](https://bugs.kde.org) for reported issues
- Look for issues tagged with "good first issue" or "help wanted"
Need help getting started? Join our Matrix channel `#kdenlive-dev:kde.org` - our community is friendly and always ready to help new contributors!

265
REUSE.toml Normal file
View File

@@ -0,0 +1,265 @@
# SPDX-License-Identifier: CC0-1.0
# SPDX-FileCopyrightText: None
version = 1
SPDX-PackageName = "Kdenlive"
SPDX-PackageSupplier = "kdenlive@kde.org"
SPDX-PackageDownloadLocation = "https://invent.kde.org/multimedia/kdenlive"
[[annotations]]
path = ["data/effects/**.xml", "data/transitions/**.xml", "data/generators/**.xml"]
precedence = "aggregate"
SPDX-FileCopyrightText = "none"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = ["data/effects/**/CMakeLists.txt", "data/effects/CMakeLists.txt"]
precedence = "aggregate"
SPDX-FileCopyrightText = "none"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = "data/effects/README.md"
precedence = "aggregate"
SPDX-FileCopyrightText = "Julius Künzel"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = ["data/lumas/PAL/**", "data/lumas/HD/**"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Massimo Stella"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = "data/luts/**.cube"
precedence = "aggregate"
SPDX-FileCopyrightText = "None"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = "data/knewstuff/**.knsrc"
precedence = "aggregate"
SPDX-FileCopyrightText = "Kdenlive translators"
SPDX-License-Identifier = "GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL"
[[annotations]]
path = "data/icons/breeze/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2014 Uri Herrera <uri_herrera@nitrux.in> and others"
SPDX-License-Identifier = "LGPL-3.0-or-later"
[[annotations]]
path = ["data/icons/**.png", "data/icons/kdenlive.ico", "data/icons/sc-apps-kdenlive.svgz", "data/icons/sc-mimetypes-application-x-kdenlivetitle.svgz"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Nara Oliveira and Farid Abdelnour"
SPDX-License-Identifier = "LGPL-3.0-or-later"
[[annotations]]
path = "data/icons/sc-mimetypes-application-x-kdenlive.svgz"
precedence = "aggregate"
SPDX-FileCopyrightText = "Vincent Pinon"
SPDX-License-Identifier = "LGPL-3.0-or-later"
[[annotations]]
path = "data/icons/**.svg"
precedence = "aggregate"
SPDX-FileCopyrightText = "Julius Künzel"
SPDX-License-Identifier = "LGPL-3.0-or-later"
[[annotations]]
path = "data/icons/sc-mimetypes-video-mlt-playlist.svgz"
precedence = "aggregate"
SPDX-FileCopyrightText = "The Oxygen Icon Theme"
SPDX-License-Identifier = "LGPL-3.0-or-later"
[[annotations]]
path = "data/resourceproviders/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2021 Julius Künzel"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = "data/titles/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "Marco Gittler"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = ["data/Info.plist", "data/camcorderfilters.rc", "data/clipjobsettings.rc", "data/encodingprofiles.rc", "data/externalproxies.rc", "data/westley.xml", "data/scripts/automask/sammodelsinfo.rc"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Jean-Baptiste Mardelle"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = "data/pics/breeze-light/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "Jean-Baptiste Mardelle"
SPDX-License-Identifier = "LGPL-3.0-or-later"
[[annotations]]
path = "data/pics/kdenlive-logo.png"
precedence = "aggregate"
SPDX-FileCopyrightText = "Nara Oliveira and Farid Abdelnour"
SPDX-License-Identifier = "LGPL-3.0-or-later"
[[annotations]]
path = "data/pics/splash-background.png"
precedence = "aggregate"
SPDX-FileCopyrightText = "Farid Abdelnour"
SPDX-License-Identifier = "LGPL-3.0-or-later"
[[annotations]]
path = "data/pics/kde-logo.png"
precedence = "aggregate"
SPDX-FileCopyrightText = "KDE project"
SPDX-License-Identifier = "LGPL-3.0-or-later"
[[annotations]]
path = "data/profiles.xml"
precedence = "aggregate"
SPDX-FileCopyrightText = "Vincent Pinon, Farid Abdelnour, Jean-Baptiste Mardelle"
SPDX-License-Identifier = "GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL"
[[annotations]]
path = "data/profiles/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "Jean-Baptiste Mardelle"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = ["data/excluded_effects.txt", "data/excluded_transitions.txt", "data/included_effects.txt", "data/included_transitions.txt"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Jean-Baptiste Mardelle, Massimo Stella"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = "data/scripts/**.txt"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 Jean-Baptiste Mardelle"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = "data/man/kdenlive**"
precedence = "aggregate"
SPDX-FileCopyrightText = "Mads Bondo Dydensborg"
SPDX-License-Identifier = "GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL"
[[annotations]]
path = "data/preferred_effects.txt"
precedence = "aggregate"
SPDX-FileCopyrightText = "Jean-Baptiste Mardelle, Juku Trump"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = "data/org.kde.kdenlive.**"
precedence = "aggregate"
SPDX-FileCopyrightText = "Kdenlive translators"
SPDX-License-Identifier = "GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL"
[[annotations]]
path = "data/meta_magiclantern.png"
precedence = "aggregate"
SPDX-FileCopyrightText = "Magic Lantern Project"
SPDX-License-Identifier = "GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL"
[[annotations]]
path = "data/kdenlive**.notifyrc"
precedence = "aggregate"
SPDX-FileCopyrightText = "Jean-Baptiste Mardelle, Kdenlive translators"
SPDX-License-Identifier = "GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL"
[[annotations]]
path = ["data/slideanimations.rc", "data/kdenlivedefaultlayouts.rc", "data/kdenlivetranscodingrc"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Jean-Baptiste Mardelle"
SPDX-License-Identifier = "GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL"
[[annotations]]
path = "data/kdenliveeffectscategory.rc"
precedence = "aggregate"
SPDX-FileCopyrightText = "Massimo Stella"
SPDX-License-Identifier = "GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL"
[[annotations]]
path = "data/shortcuts/Premiere"
precedence = "aggregate"
SPDX-FileCopyrightText = "Bruno Santos"
SPDX-License-Identifier = "GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL"
[[annotations]]
path = [".flatpak-manifest.json", "packaging/flatpak/python-modules.json", "packaging/flatpak/org.kde.kdenlive-**.json"]
precedence = "aggregate"
SPDX-FileCopyrightText = "none"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = "dev-docs/**.md"
precedence = "aggregate"
SPDX-FileCopyrightText = "2020 Kdenlive contributors"
SPDX-License-Identifier = "CC-BY-SA-4.0"
[[annotations]]
path = "doc/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2020 Kdenlive contributors"
SPDX-License-Identifier = "CC-BY-SA-4.0"
[[annotations]]
path = ["src/qml/qmldir"]
precedence = "aggregate"
SPDX-FileCopyrightText = "None"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = "src/uiresources.qrc"
precedence = "aggregate"
SPDX-FileCopyrightText = "Julius Künzel, Jean-Baptiste Mardelle"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = ["src/org.kdenlive.MainWindow.xml", "src/mlt_config.h.in", "src/kdenliveui.rc", "src/kdenlivesettings.kcfg"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Jean-Baptiste Mardelle"
SPDX-License-Identifier = "GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL"
[[annotations]]
path = "po/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "Kdenlive translators (see each file for details)"
SPDX-License-Identifier = "GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL"
[[annotations]]
path = "tests/dataset/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "Jean-Baptiste Mardelle, Eric Jiang"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = "tests/small.mkv"
precedence = "aggregate"
SPDX-FileCopyrightText = "None"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = ["thumbnailer/mltpreview.json", "thumbnailer-deprecated/mltpreview.desktop"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Kdenlive translators"
SPDX-License-Identifier = "GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL"
[[annotations]]
path = ["suppressions.txt", ".mailmap"]
precedence = "aggregate"
SPDX-FileCopyrightText = "None"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = "config-kdenlive.h.cmake"
precedence = "aggregate"
SPDX-FileCopyrightText = "Jean-Baptiste Mardelle, Alberto Villa"
SPDX-License-Identifier = "BSD-2-Clause"
[[annotations]]
path = "snapcraft.yaml"
precedence = "aggregate"
SPDX-FileCopyrightText = "Scarlett Moore"
SPDX-License-Identifier = "GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL"

View File

@@ -1,5 +1,5 @@
# SPDX-License-Identifier: BSD-2-Clause
# SPDX-FileCopyrightText: Vincent PINON <vincent.pinon@laposte.net>, Jean-Baptiste Mardelle <jb@kdenlive.org>, Julius Künzel <jk.kdedev@smartlab.uber.space>
# SPDX-FileCopyrightText: Vincent PINON <vincent.pinon@laposte.net>, Jean-Baptiste Mardelle <jb@kdenlive.org>, Julius Künzel <julius.kuenzel@kde.org>
add_subdirectory(effects)
add_subdirectory(generators)
@@ -41,11 +41,7 @@ install(FILES
DESTINATION ${KDE_INSTALL_DATADIR}${DATA_INSTALL_PREFIX})
if (QT_MAJOR_VERSION STREQUAL "6")
install(FILES kdenlive.notifyrc DESTINATION ${KDE_INSTALL_KNOTIFYRCDIR})
else()
install(FILES kdenlive-kf5.notifyrc DESTINATION ${KDE_INSTALL_KNOTIFYRCDIR} RENAME "kdenlive.notifyrc")
endif()
install(FILES kdenlive.notifyrc DESTINATION ${KDE_INSTALL_KNOTIFYRCDIR})
install(FILES profiles.xml DESTINATION ${KDE_INSTALL_DATADIR}${DATA_INSTALL_PREFIX}/export)
install(FILES org.kde.kdenlive.appdata.xml DESTINATION ${KDE_INSTALL_METAINFODIR})

View File

@@ -1,5 +1,5 @@
# SPDX-License-Identifier: BSD-2-Clause
# SPDX-FileCopyrightText: Jean-Baptiste Mardelle <jb@kdenlive.org>, Julius Künzel <jk.kdedev@smartlab.uber.space>, Massimo Stella <maxstar@tin.it>
# SPDX-FileCopyrightText: Jean-Baptiste Mardelle <jb@kdenlive.org>, Julius Künzel <julius.kuenzel@kde.org>, Massimo Stella <maxstar@tin.it>
INSTALL (FILES
@@ -20,6 +20,7 @@ chroma_hold.xml
chroma.xml
crop.xml
dance.xml
dropshadow.xml
dust.xml
dynamic_loudness.xml
dynamictext.xml
@@ -31,6 +32,7 @@ freeze.xml
gain.xml
gamma.xml
gpstext.xml
gpsgraphic.xml
grain.xml
greyscale.xml
invert.xml
@@ -58,13 +60,16 @@ qtcrop.xml
rboctaveshift.xml
rbpitchscale.xml
rotation_keyframable.xml
rotate-3-way.xml
rotation.xml
rotoscoping.xml
scratchlines.xml
sepia.xml
shape.xml
shear.xml
speed.xml
spot_remover.xml
strobe.xml
swapchannels.xml
timer.xml
tcolor.xml

View File

@@ -72,6 +72,7 @@ avfilter_flanger.xml
avfilter_framestep.xml
avfilter_fspp.xml
avfilter_gblur.xml
avfilter_gradfun.xml
avfilter_graphmonitor.xml
avfilter_haas.xml
avfilter_hflip.xml
@@ -98,8 +99,10 @@ avfilter_monochrome.xml
avfilter_negate.xml
avfilter_noise.xml
avfilter_normalize.xml
avfilter_oscilloscope.xml
avfilter_phase.xml
avfilter_photosensitivity.xml
avfilter_pixelize.xml
avfilter_prewitt.xml
avfilter_random.xml
avfilter_removegrain.xml

View File

@@ -8,7 +8,7 @@
<name>Central frequency</name>
</parameter>
<parameter type="list" name="av.t" default="h" paramlist="h;q;o;s;k">
<paramlistdisplay>Hz,Q-FActor,Octave,Slope,KHz</paramlistdisplay>
<paramlistdisplay>Hz,Q-Factor,Octave,Slope,KHz</paramlistdisplay>
<name>Method</name>
</parameter>
<parameter type="constant" name="av.w" default="707.1" min="1" max="9999" decimals="2">

View File

@@ -11,7 +11,7 @@
<name>Constant skirt gain</name>
</parameter>
<parameter type="list" name="av.t" default="h" paramlist="h;q;o;s;k">
<paramlistdisplay>Hz,Q-FActor,Octave,Slope,KHz</paramlistdisplay>
<paramlistdisplay>Hz,Q-Factor,Octave,Slope,KHz</paramlistdisplay>
<name>Method</name>
</parameter>
<parameter type="constant" name="av.w" default="0.5" min="1" max="9999" decimals="1">

View File

@@ -8,7 +8,7 @@
<name>Central frequency</name>
</parameter>
<parameter type="list" name="av.t" default="h" paramlist="h;q;o;s;k">
<paramlistdisplay>Hz,Q-FActor,Octave,Slope,KHz</paramlistdisplay>
<paramlistdisplay>Hz,Q-Factor,Octave,Slope,KHz</paramlistdisplay>
<name>Method</name>
</parameter>
<parameter type="constant" name="av.w" default="0.5" min="0.1" max="9999" decimals="1">

View File

@@ -11,7 +11,7 @@
<name>Central frequency</name>
</parameter>
<parameter type="list" name="av.t" default="h" paramlist="h;q;o;s;k">
<paramlistdisplay>Hz,Q-FActor,Octave,Slope,KHz</paramlistdisplay>
<paramlistdisplay>Hz,Q-Factor,Octave,Slope,KHz</paramlistdisplay>
<name>Method</name>
</parameter>
<parameter type="constant" name="av.w" default="0.5" min="1" max="9999" decimals="2">

View File

@@ -4,16 +4,22 @@
<name>Chroma Hold</name>
<description>Remove all color information for all colors except for certain one. </description>
<author>libavfilter</author>
<parameter type="fixedcolor" name="av.color">
<parameter type="color" name="av.color" notintimeline="1">
<name>Color key</name>
<comment>The color which will not be replaced with neutral chroma</comment>
</parameter>
<parameter type="constant" name="av.similarity" default="1" max="1" min="0" decimals="2">
<parameter type="animated" name="av.similarity" default="0.01" max="1.00" min="0.01" decimals="2" notintimeline="1">
<name>Similarity</name>
<comment><![CDATA[Similarity percentage with the select color<br>
0.01 matches only the exact key color, while 1.0 matches everything.]]></comment>
</parameter>
<parameter type="constant" name="av.blend" default="0" max="1" min="0" decimals="2">
<parameter type="animated" name="av.blend" default="0" max="1" min="0" decimals="2" notintimeline="1">
<name>Blend</name>
<comment><![CDATA[Blend percentage. 0.0 makes pixels either fully grey, or not grey at all.<br>
Higher values result in more preserved color.]]></comment>
</parameter>
<parameter type="bool" name="av.yuv" default="false">
<name>for YUV color</name>
<name>YUV color</name>
<comment><![CDATA[Select this if the clip has YUV data instead of RGB.]]></comment>
</parameter>
</effect>

View File

@@ -14,10 +14,10 @@
</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>
<name>Output transfer characteristics</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>
<paramlistdisplay>BT.709,BT.470M,BT.470BG,SMPTE-170M,SMPTE-240M,Film,Smpte-431,SMPTE-432,BT.2020,JEDEC P22 phosphors</paramlistdisplay>
<name>Output Color Primaries</name>
</parameter>
<parameter type="list" name="av.range" default="pc" paramlist="tv;mpeg;pc;jpeg">
@@ -48,7 +48,7 @@
<name>Override input colorspace</name>
</parameter>
<parameter type="list" name="av.iprimaries" 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>
<paramlistdisplay>BT.709,BT.470M,BT.470BG,SMPTE-170M,SMPTE-240M,Film,Smpte-431,SMPTE-432,BT.2020,JEDEC P22 phosphors</paramlistdisplay>
<name>Override input color primaries</name>
</parameter>
<parameter type="list" name="av.itrc" default="bt709" paramlist="bt709;bt470m;bt470bg;gamma22;gamma28;smpte170m;smpte240m;srgb;iec61966-2-1;iec61966-2-4;xvycc;bt2020-10;bt2020-12">

View File

@@ -6,11 +6,11 @@
<author>libavfilter</author>
<parameter type="constant" name="av.attacks" default="0" min="0" max="3" decimals="3" suffix="sec">
<name>Attacks</name>
<comment>A list of times in seconds for each channel over which the instantaneous level of the input signal is averaged to determine its volume. attacks refers to increase of volume and decays refers to decrease of volume. For most situations, the attack time (response to the audio getting louder) should be shorter than the decay time, because the human ear is more sensitive to sudden loud audio than sudden soft audio. A typical value for attack is 0.3 seconds and a typical value for decay is 0.8 seconds. If specified number of attacks and decays is lower than number of channels, the last set attack/decay will be used for all remaining channels.</comment>
<comment>A list of times in seconds for each channel over which the instantaneous level of the input signal is averaged to determine its volume. Attacks refers to increase of volume and decays refers to decrease of volume. For most situations, the attack time (response to the audio getting louder) should be shorter than the decay time, because the human ear is more sensitive to sudden loud audio than sudden soft audio. A typical value for attack is 0.3 seconds and a typical value for decay is 0.8 seconds. If specified number of attacks and decays is lower than number of channels, the last set attack/decay will be used for all remaining channels.</comment>
</parameter>
<parameter type="constant" name="av.decays" default="0.8" min="0" max="3" decimals="3" suffix="sec">
<name>Decays</name>
<comment>A list of times in seconds for each channel over which the instantaneous level of the input signal is averaged to determine its volume. attacks refers to increase of volume and decays refers to decrease of volume. For most situations, the attack time (response to the audio getting louder) should be shorter than the decay time, because the human ear is more sensitive to sudden loud audio than sudden soft audio. A typical value for attack is 0.3 seconds and a typical value for decay is 0.8 seconds. If specified number of attacks and decays is lower than number of channels, the last set attack/decay will be used for all remaining channels.</comment>
<comment>A list of times in seconds for each channel over which the instantaneous level of the input signal is averaged to determine its volume. Attacks refers to increase of volume and decays refers to decrease of volume. For most situations, the attack time (response to the audio getting louder) should be shorter than the decay time, because the human ear is more sensitive to sudden loud audio than sudden soft audio. A typical value for attack is 0.3 seconds and a typical value for decay is 0.8 seconds. If specified number of attacks and decays is lower than number of channels, the last set attack/decay will be used for all remaining channels.</comment>
</parameter>
<parameter type="constant" name="av.soft-knee" default="0.01" min="0.01" max="90" decimals="2" suffix="dB">
<name>Soft-Knee</name>
@@ -22,6 +22,6 @@
</parameter>
<parameter type="constant" name="av.volume" default="0" min="-90" max="0" decimals="2" suffix="dB">
<name>Initial volume</name>
<comment>et an initial volume, in dB, to be assumed for each channel when filtering starts. This permits the user to supply a nominal level initially, so that, for example, a very large gain is not applied to initial signal levels before the companding has begun to operate. A typical value for audio which is initially quiet is -90 dB.</comment>
<comment>Set an initial volume, in dB, to be assumed for each channel when filtering starts. This permits the user to supply a nominal level initially, so that, for example, a very large gain is not applied to initial signal levels before the companding has begun to operate. A typical value for audio which is initially quiet is -90 dB.</comment>
</parameter>
</effect>

View File

@@ -8,7 +8,7 @@ For example, you have recorded guitar with two microphones placed in different l
The best result can be reached when you take one track as base and synchronize other tracks one by one with it. Remember that synchronization/delay tolerance depends on sample rate, too. Higher sample rates will give more tolerance. </description>
<author>libavfilter</author>
<parameter type="constant" name="av.mm" default="0" min="0" max="10" suffix="mm">
<name>Millimiter distance</name>
<name>Millimeter distance</name>
<comment>Set millimeters distance. This is compensation distance for fine tuning.</comment>
</parameter>
<parameter type="constant" name="av.cm" default="0" min="0" max="100" suffix="cm">

View File

@@ -3,7 +3,7 @@
<effect tag="avfilter.crystalizer" id="avfilter.crystalizer" type="audio">
<name>Crystalizer</name>
<description>Simple algorithm for audio noise sharpening.
This filter linearly increases differences betweeen each audio sample.</description>
This filter linearly increases differences between each audio sample.</description>
<author>libavfilter</author>
<parameter type="constant" name="av.i" default="2" min="-10" max="10" decimals="2">
<name>Intensity</name>

View File

@@ -1,16 +1,20 @@
<?xml version="1.0"?>
<!DOCTYPE kpartgui>
<effect tag="avfilter.dblur" id="avfilter.dblur">
<name>DBlur</name>
<description>Apply Directional Blur filter</description>
<name>Directional Blur</name>
<description>Apply directional blur filter</description>
<author>libavfilter</author>
<parameter type="animated" name="av.angle" max="360" min="0" default="45">
<parameter type="animated" name="av.angle" max="360" min="0" decimals="1" default="45" suffix=">
<name>Angle</name>
<comment><![CDATA[Sets the angle for the direction]]></comment>
</parameter>
<parameter type="animated" name="av.radius" max="400" min="0" default="5">
<parameter type="animated" name="av.radius" max="8192" min="0" default="5">
<name>Radius</name>
<comment><![CDATA[Sets the radius for the direction]]></comment>
</parameter>
<parameter type="animated" name="av.planes" max="15" min="0" default="15">
<parameter type="list" name="av.planes" default="7" paramlist="0;1;2;3;4;5;6;7">
<paramlistdisplay>Alpha,Luminance (Y plane),Chroma (U plane),Chroma (V plane),Red,Green,Blue,All</paramlistdisplay>
<name>Planes to filter</name>
<comment><![CDATA[Sets the color space plane the effect is applied to]]></comment>
</parameter>
</effect>

View File

@@ -4,22 +4,37 @@
<name>Draw Box</name>
<description>Draw a colored box on the input video</description>
<author>libavfilter</author>
<parameter type="constant" name="av.x" default="0" min="0" max="%width" factor="1">
<name>X</name>
<parameter type="animated" name="av.x" default="100" min="0" max="%width" factor="1">
<name>Top-left X</name>
<comment><![CDATA[X coordinate of top-left corner]]></comment>
</parameter>
<parameter type="constant" name="av.y" default="0" min="0" max="%height" factor="1">
<name>Y</name>
<parameter type="animated" name="av.y" default="100" min="0" max="%height" factor="1">
<name>Top-left Y</name>
<comment><![CDATA[Y coordinate of top-left corner]]></comment>
</parameter>
<parameter type="constant" name="av.w" default="0" min="0" max="%width" factor="1">
<name>Width</name>
<parameter type="animated" name="av.w" default="100" min="1" max="%width" factor="1">
<name>Width (px)</name>
<comment><![CDATA[Width of the box in pixel.<br>
A width of <em>1</em> does not draw a line]]></comment>
</parameter>
<parameter type="constant" name="av.h" default="0" min="0" max="%height" factor="1">
<name>Height</name>
<parameter type="animated" name="av.h" default="100" min="1" max="%height" factor="1">
<name>Height (px)</name>
<comment><![CDATA[Height of the box in pixel.<br>
A height of <em>1</em> does not draw a line]]></comment>
</parameter>
<parameter type="fixedcolor" name="av.color" default="black">
<parameter type="fixedcolor" name="av.color" default="0x0000FF" alpha="1">
<name>Color</name>
<comment><![CDATA[Select a color for the line.<br>
Use the <em>Alpha</em> value to make the line semi-transparent.]]></comment>
</parameter>
<parameter type="constant" name="av.t" default="3" min="0" max="%height" factor="1">
<name>Thickness</name>
<parameter type="animated" name="av.t" default="3" min="0" max="%height" factor="1">
<name>Thickness (px)</name>
<comment><![CDATA[Sets the thickness for the line in pixels]]></comment>
</parameter>
<parameter type="bool" name="av.replace" default="0" min="0" max="1">
<name>Replace color and alpha</name>
<comment><![CDATA[If the input has alpha, checking this<br>
will overwrite the video's color and alpha pixels with the pixels of the painted box.<br>
By default, the box will be composited onto the input, leaving the video's alpha intact.]]></comment>
</parameter>
</effect>

View File

@@ -4,22 +4,35 @@
<name>Draw Grid</name>
<description>Draw a colored grid on the input video</description>
<author>libavfilter</author>
<parameter type="constant" name="av.x" default="0" min="0" max="%width" factor="1">
<parameter type="animated" name="av.x" default="0" min="0" max="%width" factor="1">
<name>X Offset</name>
<comment><![CDATA[Distance from the left edge in pixel]]></comment>
</parameter>
<parameter type="constant" name="av.y" default="0" min="0" max="%height" factor="1">
<parameter type="animated" name="av.y" default="0" min="0" max="%height" factor="1">
<name>Y Offset</name>
<comment><![CDATA[Distance from the top edge in pixel]]></comment>
</parameter>
<parameter type="constant" name="av.w" default="0" min="0" max="%width" factor="1">
<parameter type="animated" name="av.w" default="0" min="0" max="%width" factor="1">
<name>Width</name>
<comment><![CDATA[Distance between vertical lines in pixel]]></comment>
</parameter>
<parameter type="constant" name="av.h" default="0" min="0" max="%height" factor="1">
<parameter type="animated" name="av.h" default="0" min="0" max="%height" factor="1">
<name>Height</name>
<comment><![CDATA[Distance between horizontal lines in pixel]]></comment>
</parameter>
<parameter type="fixedcolor" name="av.color" default="black">
<parameter type="fixedcolor" name="av.color" default="0x0000FF" alpha="1">
<name>Color</name>
<comment><![CDATA[Select a color for the grid lines.<br>
Use the <em>Alpha</em> value to make the grid semi-transparent.]]></comment>
</parameter>
<parameter type="constant" name="av.t" default="3" min="0" max="%height" factor="1">
<name>Thickness</name>
<parameter type="animated" name="av.t" default="3" min="0" max="%height" factor="1">
<name>Thickness (px)</name>
<comment><![CDATA[Sets the thickness for the grid lines in pixels]]></comment>
</parameter>
<parameter type="bool" name="av.replace" default="0" min="0" max="1">
<name>Replace color and alpha</name>
<comment><![CDATA[If the input has alpha, checking this<br>
will overwrite the video's color and alpha pixels with the pixels of the grid lines.<br>
By default, the grid lines will be composited onto the input, leaving the video's alpha intact.]]></comment>
</parameter>
</effect>

View File

@@ -6,24 +6,37 @@
<author>libavfilter</author>
<parameter type="constant" name="av.sigma" default="1" min="0" max="30" factor="1">
<name>Sigma</name>
<comment><![CDATA[Set the noise sigma constant.<br>
This sets denoising strength. Using very high sigma with low overlap may give blocking artifacts.]]></comment>
</parameter>
<parameter type="constant" name="av.amount" default="1" min="0.01" max="1" decimals="3">
<parameter type="constant" name="av.amount" default="1" min="0" max="100" factor="100" decimals="1" suffix="%">
<name>Amount</name>
<comment><![CDATA[Set the amount of denoising.<br>
By default all detected noise is reduced.]]></comment>
</parameter>
<parameter type="constant" name="av.block" default="4" min="3" max="6" factor="1">
<parameter type="constant" name="av.block" default="32" min="8" max="256" factor="1">
<name>Block</name>
<comment><![CDATA[Set size of block in pixels]]></comment>
</parameter>
<parameter type="constant" name="av.overlap" default="0.5" min="0.2" max="0.8" decimals="3">
<name>Overlap</name>
<comment><![CDATA[Set block overlap]]></comment>
</parameter>
<parameter type="list" name="av.method" default="0" paramlist="0;1">
<paramlistdisplay>wiener,hard</paramlistdisplay>
<name>Method</name>
<comment><![CDATA[Set denoising method]]></comment>
</parameter>
<parameter type="bool" name="av.prev" default="0">
<name>Add previous frame to temporal denoise</name>
<name><![CDATA[Add <em>previous</em> frame<br>
for temporal denoising]]></name>
</parameter>
<parameter type="bool" name="av.next" default="0">
<name>Add next frame to temporal denoise</name>
<name><![CDATA[Add <em>next</em> frame<br>
for temporal denoising]]></name>
</parameter>
<parameter type="list" name="av.planes" default="7" paramlist="0;1;2;3;4;5;6;7;8">
<paramlistdisplay>None,Y,U,YU,V,YV,UV,YUV,Alpha</paramlistdisplay>
<parameter type="list" name="av.planes" default="7" paramlist="0;1;2;3;4;5;6;7">
<paramlistdisplay>None,Y,U,YU,V,YV,UV,YUV</paramlistdisplay>
<name>Planes</name>
</parameter>
</effect>

View File

@@ -4,16 +4,16 @@
<name>Fill borders</name>
<description>Fill borders of the input video, without changing video stream dimensions. Sometimes video can have garbage at the four edges and you may not want to crop video input to keep size multiple of some number</description>
<author>libavfilter</author>
<parameter type="constant" name="av.left" default="0" min="0" max="%width/2" factor="1">
<parameter type="animated" name="av.left" default="0" min="0" max="%width" factor="1">
<name>Left</name>
</parameter>
<parameter type="constant" name="av.right" default="0" min="0" max="%width/2" factor="1">
<parameter type="animated" name="av.right" default="0" min="0" max="%width" factor="1">
<name>Right</name>
</parameter>
<parameter type="constant" name="av.top" default="0" min="0" max="%height/2" factor="1">
<parameter type="animated" name="av.top" default="0" min="0" max="%height" factor="1">
<name>Top</name>
</parameter>
<parameter type="constant" name="av.bottom" default="0" min="0" max="%height/2" factor="1">
<parameter type="animated" name="av.bottom" default="0" min="0" max="%height" factor="1">
<name>Bottom</name>
</parameter>
<parameter type="list" name="av.mode" default="smear" paramlist="smear;mirror;fixed;reflect;wrap;fade;margins">

View File

@@ -0,0 +1,20 @@
<?xml version="1.0"?>
<!DOCTYPE kpartgui>
<effect tag="avfilter.gradfun" id="avfilter.gradfun">
<name>gradfun</name>
<description><![CDATA[Debands video quickly using gradients.<br>
Fix the banding artifacts that are sometimes introduced into nearly flat regions by truncation to 8-bit color depth.<br>
Interpolate the gradients that should go where the bands are, and dither them.<br>
<b>It is designed for playback only. Do not use it prior to lossy compression, because compression tends to lose the dither and bring back the bands</b>.]]></description>
<author>libavfilter</author>
<parameter type="animated" name="av.strength" min="0.51" max="64" default="1.2" decimals="2">
<name>Strength</name>
<comment><![CDATA[The maximum amount by which the filter will change any one pixel.<br>
This is also the threshold for detecting nearly flat regions.]]></comment>
</parameter>
<parameter type="animated" name="av.radius" min="4" max="32" default="16" decimals="0">
<name>Radius</name>
<comment><![CDATA[The neighborhood to fit the gradient to.<br>
A larger radius makes for smoother gradients, but also prevents the filter from modifying the pixels near detailed regions.]]></comment>
</parameter>
</effect>

View File

@@ -8,7 +8,7 @@
<name>Central frequency</name>
</parameter>
<parameter type="list" name="av.t" default="h" paramlist="h;q;o;s;k">
<paramlistdisplay>Hz,Q-FActor,Octave,Slope,KHz</paramlistdisplay>
<paramlistdisplay>Hz,Q-Factor,Octave,Slope,KHz</paramlistdisplay>
<name>Type</name>
</parameter>
<parameter type="constant" name="av.w" default="707" min="100" max="99999" decimals="3">

View File

@@ -8,7 +8,7 @@
<name>Central frequency</name>
</parameter>
<parameter type="list" name="av.t" default="h" paramlist="h;q;o;s;k">
<paramlistdisplay>Hz,Q-FActor,Octave,Slope,KHz</paramlistdisplay>
<paramlistdisplay>Hz,Q-Factor,Octave,Slope,KHz</paramlistdisplay>
<name>Type</name>
</parameter>
<parameter type="constant" name="av.w" default="0.5" min="0.1" max="9999" decimals="1">

View File

@@ -2,7 +2,7 @@
<!DOCTYPE kpartgui>
<effect tag="avfilter.inflate" id="avfilter.inflate">
<name>Inflate</name>
<description>Rreplaces the pixel by the local(3x3) average by taking into account only values higher than the pixel. </description>
<description>Replaces the pixel by the local(3x3) average by taking into account only values higher than the pixel. </description>
<author>libavfilter</author>
<parameter type="constant" name="av.threshold0" default="65535" min="0" max="65535" factor="1">
<name>threshold0</name>

View File

@@ -5,10 +5,10 @@
<description>Correct radial lens distortion </description>
<author>libavfilter</author>
<parameter type="float" name="av.cx" default="0.5" min="0" max="1" format="double" decimals="2">
<name>Focal point relative-X cord</name>
<name>Focal point relative-X coord</name>
</parameter>
<parameter type="float" name="av.cy" default="0.5" min="0" max="1" format="double" decimals="2">
<name>Focal point relative-Y cord</name>
<name>Focal point relative-Y coord</name>
</parameter>
<parameter type="float" name="av.k1" default="0" min="-1" max="1" format="double" decimals="2">
<name>Quadratic correction coeff.</name>

View File

@@ -8,7 +8,7 @@
<name>Central frequency</name>
</parameter>
<parameter type="list" name="av.t" default="h" paramlist="h;q;o;s;k">
<paramlistdisplay>Hz,Q-FActor,Octave,Slope,KHz</paramlistdisplay>
<paramlistdisplay>Hz,Q-Factor,Octave,Slope,KHz</paramlistdisplay>
<name>Type</name>
</parameter>
<parameter type="constant" name="av.w" default="0.707" min="0.001" max="9999" decimals="3">

View File

@@ -8,7 +8,7 @@
<name>Central frequency</name>
</parameter>
<parameter type="list" name="av.t" default="h" paramlist="h;q;o;s;k">
<paramlistdisplay>Hz,Q-FActor,Octave,Slope,KHz</paramlistdisplay>
<paramlistdisplay>Hz,Q-Factor,Octave,Slope,KHz</paramlistdisplay>
<name>Type</name>
</parameter>
<parameter type="constant" name="av.w" default="0.5" min="0.1" max="9999" decimals="1">

View File

@@ -2,8 +2,7 @@
<!DOCTYPE kpartgui>
<effect tag="avfilter.lut3d" id="avfilter.lut3d">
<name>Apply LUT</name>
<description>Apply a Look Up Table (LUT) to the video.
<full><![CDATA[A LUT is an easy way to correct the color of a video. Supported formats: .3dl (AfterEffects), .cube (Iridas), .dat(DaVinci), .m3d (Pandora)]]></full></description>
<description>Apply a Look Up Table (LUT) to the video. A LUT is an easy way to correct the color of a video. Supported formats: .3dl (AfterEffects), .cube (Iridas), .dat (DaVinci), .m3d (Pandora)</description>
<author>libavfilter</author>
<parameter type="urllist" name="av.file" paramlist="%lutPaths" filter="LUT files (*.cube *.3dl *.dat *.m3d)" newstuff=":data/kdenlive_luts.knsrc">
<name>LUT file to apply</name>

View File

@@ -4,18 +4,23 @@
<name>Median</name>
<description>Pick median pixel from certain rectangle defined by radius.</description>
<author>libavfilter</author>
<parameter type="animated" name="av.radius" min="1" max="127" default="1" decimals="3">
<name>Spatial sigma</name>
<comment>Median radius</comment>
<parameter type="animated" name="av.radius" min="1" max="127" default="1">
<name>Horizontal radius</name>
<comment><![CDATA[Set median radius]]></comment>
</parameter>
<parameter type="animated" name="av.radiusV" min="0" max="127" default="0" decimals="3">
<name>Median vertical radius</name>
<parameter type="animated" name="av.radiusV" min="0" max="127" default="0">
<name>Vertical radius</name>
<comment><![CDATA[Set median vertical radius.<br>
If it is 0, value will be picked from <em>Horizontal radius</em> parameter.]]></comment>
</parameter>
<parameter type="animated" name="av.percentile" min="0" max="1" default="0.5" decimals="3">
<parameter type="animated" name="av.percentile" min="0" max="100" default="0.5" factor="100">
<name>Median percentile</name>
<comment><![CDATA[Default value of 50 will pick always median values,<br>
while 0 will pick minimum values, and 100 maximum values.]]></comment>
</parameter>
<parameter type="list" name="av.planes" default="1" paramlist="0;1;2;3;4;5;6;7;">
<paramlistdisplay>Alpha,Y,U,V,Red,Green,Blue,All,</paramlistdisplay>
<parameter type="list" name="av.planes" default="7" paramlist="0;1;2;3;4;5;6;7">
<paramlistdisplay>None,Y,U,YU,V,YV,UV,YUV</paramlistdisplay>
<name>Planes</name>
<comment><![CDATA[Select which planes to process]]></comment>
</parameter>
</effect>

View File

@@ -0,0 +1,60 @@
<?xml version="1.0"?>
<!DOCTYPE kpartgui>
<effect LC_NUMERIC="C" tag="avfilter.oscilloscope" id="avfilter.oscilloscope">
<name>Oscilloscope (avfilter)</name>
<description>2D video oscilloscope</description>
<author>libavfilter maintainers</author>
<parameter type="animated" name="av.x" default="0.5" min="0" max="%width" factor="%width">
<name>Trace X position</name>
<comment><![CDATA[X position of the trace profile]]></comment>
</parameter>
<parameter type="animated" name="av.y" default="0.5" min="0" max="%height" factor="%height">
<name>Trace Y position</name>
<comment><![CDATA[Y position of the trace profile]]></comment>
</parameter>
<parameter type="animated" name="av.s" default="0.5" min="0" max="%width" factor="%width">
<name>Size</name>
<comment><![CDATA[Size/length of the trace profile in pixel]]></comment>
</parameter>
<parameter type="animated" name="av.t" default="0.5" min="0" max="1000" factor="1000">
<name>Tilt</name>
<comment><![CDATA[Tilting of the trace profile]]></comment>
</parameter>
<parameter type="animated" name="av.o" default="0.5" min="0" max="1000" factor="1000">
<name>Opacity</name>
<comment><![CDATA[Opacity of the scope display]]></comment>
</parameter>
<parameter type="animated" name="av.tx" default="0.5" min="0" max="%width" factor="%width">
<name>Scope X position</name>
<comment><![CDATA[X position of the scope display]]></comment>
</parameter>
<parameter type="animated" name="av.ty" default="0.9" min="0" max="%height" factor="%height">
<name>Scope Y position</name>
<comment><![CDATA[Y position of the scope display]]></comment>
</parameter>
<parameter type="animated" name="av.tw" default="0.8" min="0" max="%height" factor="%height">
<name>Scope width</name>
<comment><![CDATA[Width of the scope display]]></comment>
</parameter>
<parameter type="animated" name="av.th" default="0.3" min="0" max="%height" factor="%height">
<name>Scope height</name>
<comment><![CDATA[Height of the scope display]]></comment>
</parameter>
<parameter type="list" name="av.c" default="7" paramlist="0;1;2;3;4;5;6;7">
<paramlistdisplay>None,Y,U,YU,V,YV,UV,YUV</paramlistdisplay>
<name>Components</name>
<comment><![CDATA[Select the components to be traced]]></comment>
</parameter>
<parameter type="bool" name="av.g" default="1" min="0" max="1">
<name>Draw scope grid</name>
<comment><![CDATA[Switch grid on or off]]></comment>
</parameter>
<parameter type="bool" name="av.st" default="1" min="0" max="1">
<name>Print statistics</name>
<comment><![CDATA[Switch statistics on or off]]></comment>
</parameter>
<parameter type="bool" name="av.sc" default="1" min="0" max="1">
<name>Draw trace profile line</name>
<comment><![CDATA[Switch drawing the trace profile line on or off]]></comment>
</parameter>
</effect>

View File

@@ -9,7 +9,7 @@
<comment>Set how many frames to use.</comment>
</parameter>
<parameter type="animated" name="av.t" min="0.1" max="10" default="1" decimals="3">
<name>Theshold</name>
<name>Threshold</name>
<comment>Set detection threshold factor, lower is stricter</comment>
</parameter>
<parameter type="animated" name="av.skip" min="1" max="1024" default="1" decimals="0">

View File

@@ -0,0 +1,21 @@
<?xml version="1.0"?>
<!DOCTYPE kpartgui>
<effect tag="avfilter.pixelize" id="avfilter.pixelize">
<name>Pixelize (avfilter)</name>
<description>Pixelize video</description>
<author>libavfilter maintainers</author>
<parameter type="animated" name="av.width" default="16" min="1" max="1024">
<name>Block width</name>
</parameter>
<parameter type="animated" name="av.height" default="16" min="1" max="1024">
<name>Block height</name>
</parameter>
<parameter type="list" name="av.mode" default="avg" paramlist="avg;min;max">
<name>Pixelize mode</name>
<paramlistdisplay>Average,Minimum,Maximum</paramlistdisplay>
</parameter>
<parameter type="list" name="av.planes" default="7" paramlist="0;1;2;3;4;5;6;7;8">
<paramlistdisplay>None,Y,U,YU,V,YV,UV,YUV,Alpha</paramlistdisplay>
<name>Planes</name>
</parameter>
</effect>

View File

@@ -8,10 +8,10 @@
<paramlistdisplay>None,Y,U,YU,V,YV,UV,YUV,Alpha</paramlistdisplay>
<name>Planes</name>
</parameter>
<parameter type="constant" name="av.scale" default="5" min="1" max="250" factor="1">
<parameter type="animated" name="av.scale" default="5" min="1" max="250" factor="1">
<name>Scale</name>
</parameter>
<parameter type="constant" name="av.delta" default="25" min="0" max="255" factor="1">
<parameter type="animated" name="av.delta" default="25" min="0" max="255" factor="1">
<name>Delta</name>
</parameter>
</effect>

View File

@@ -4,28 +4,28 @@
<name>RGBA Shift</name>
<description>Shift R/G/B/A pixels horizontally and/or vertically</description>
<author>libavfilter</author>
<parameter type="constant" name="av.rh" default="0" min="-255" max="255" factor="1">
<parameter type="animated" name="av.rh" default="0" min="-255" max="255" factor="1">
<name>Red Horizontal shift</name>
</parameter>
<parameter type="constant" name="av.rv" default="0" min="-255" max="255" factor="1">
<parameter type="animated" name="av.rv" default="0" min="-255" max="255" factor="1">
<name>Red Vertical shift</name>
</parameter>
<parameter type="constant" name="av.gh" default="0" min="-255" max="255" factor="1">
<parameter type="animated" name="av.gh" default="0" min="-255" max="255" factor="1">
<name>Green Horizontal shift</name>
</parameter>
<parameter type="constant" name="av.gv" default="0" min="-255" max="255" factor="1">
<parameter type="animated" name="av.gv" default="0" min="-255" max="255" factor="1">
<name>Green Vertical shift</name>
</parameter>
<parameter type="constant" name="av.bh" default="0" min="-255" max="255" factor="1">
<parameter type="animated" name="av.bh" default="0" min="-255" max="255" factor="1">
<name>Blue Horizontal shift</name>
</parameter>
<parameter type="constant" name="av.bv" default="0" min="-255" max="255" factor="1">
<parameter type="animated" name="av.bv" default="0" min="-255" max="255" factor="1">
<name>Blue Vertical shift</name>
</parameter>
<parameter type="constant" name="av.ah" default="0" min="-255" max="255" factor="1">
<parameter type="animated" name="av.ah" default="0" min="-255" max="255" factor="1">
<name>Alpha Horizontal shift</name>
</parameter>
<parameter type="constant" name="av.av" default="0" min="-255" max="255" factor="1">
<parameter type="animated" name="av.av" default="0" min="-255" max="255" factor="1">
<name>Alpha Vertical shift</name>
</parameter>
<parameter type="list" name="av.edge" default="smear" paramlist="smear;wrap">

View File

@@ -8,10 +8,10 @@
<paramlistdisplay>None,Y,U,YU,V,YV,UV,YUV,Alpha</paramlistdisplay>
<name>Planes</name>
</parameter>
<parameter type="constant" name="av.scale" default="10" min="1" max="250" factor="1">
<parameter type="animated" name="av.scale" default="10" min="1" max="250" factor="1">
<name>Scale</name>
</parameter>
<parameter type="constant" name="av.delta" default="100" min="-300" max="300" factor="1">
<parameter type="animated" name="av.delta" default="100" min="-300" max="300" factor="1">
<name>Delta</name>
</parameter>
</effect>

View File

@@ -4,16 +4,16 @@
<name>Scroll</name>
<description>Pick median pixel from certain rectangle defined by radius.</description>
<author>libavfilter</author>
<parameter type="animated" name="av.h" min="-1" max="1" default="0" decimals="3">
<parameter type="animated" name="av.h" min="-1000" max="1000" default="0" factor="1000">
<name>Horizontal scrolling speed</name>
</parameter>
<parameter type="animated" name="av.v" min="-1" max="1" default="0" decimals="3">
<parameter type="animated" name="av.v" min="-1000" max="1000" default="0" factor="1000">
<name>Vertical scrolling speed</name>
</parameter>
<parameter type="animated" name="av.hpos" min="0" max="1" default="0" decimals="3">
<parameter type="animated" name="av.hpos" min="0" max="%width" default="0" factor="%width">
<name>Initial horizontal position</name>
</parameter>
<parameter type="animated" name="av.vpos" min="0" max="1" default="0" decimals="3">
<parameter type="animated" name="av.vpos" min="0" max="%height" default="0" factor="%height">
<name>Initial vertical position</name>
</parameter>
</effect>

View File

@@ -4,13 +4,13 @@
<name>Shear</name>
<description>Apply shear transform to input video.</description>
<author>libavfilter</author>
<parameter type="constant" name="av.shx" default="0" min="-2" max="2">
<parameter type="animated" name="av.shx" default="0" min="-2" max="2" decimals="3">
<name>X shear factor</name>
</parameter>
<parameter type="constant" name="av.shy" default="0" min="-2" max="2" decimals="0">
<name>Y shear factor</name>
<parameter type="animated" name="av.shy" default="0" min="-2" max="2" decimals="3">
<name>Y shear factor</name>
</parameter>
<parameter type="color" name="av.c" default="black">
<parameter type="fixedcolor" name="av.c" default="black">
<name>Background fill color</name>
</parameter>
<parameter type="list" name="av.interp" default="nearest" paramlist="nearest;bilinear">

View File

@@ -6,20 +6,47 @@
<author>libavfilter</author>
<parameter type="constant" name="av.lr" default="1.0" min="0.1" max="5.0" decimals="1">
<name>Luma radius</name>
<comment><![CDATA[Set the luma radius.<br>
The value specifies the variance of the gaussian filter used to blur the image (slower if larger).]]></comment>
</parameter>
<parameter type="constant" name="av.ls" default="1.0" min="-1.0" max="1.0" decimals="1">
<name>Luma strength</name>
<comment><![CDATA[Set the luma strength.<br>
The value configures the blurring. A positive value will blur the image, whereas a negative value will sharpen the image.]]></comment>
</parameter>
<parameter type="constant" name="av.lt" default="0" min="-30" max="+30" factor="1">
<name>Luma Threshold</name>
<name>Luma threshold</name>
<comment><![CDATA[Set the luma threshold used as a coefficient<br>
to determine whether a pixel should be blurred or not. A value of 0 will filter all the image, positive values will filter flat areas, negative values will filter edges.]]></comment>
</parameter>
<parameter type="constant" name="av.cr" default="1.0" min="0.1" max="5.0" decimals="1">
<name>Chroma radius</name>
<comment><![CDATA[Set the chroma radius.<br>
The value specifies the variance of the gaussian filter used to blur the image (slower if larger). If not specified, it defaults to the value set for <em>Luma radius</em>]]></comment>
</parameter>
<parameter type="constant" name="av.cs" default="1.0" min="-1.0" max="1.0" decimals="1">
<name>Chroma strength</name>
<comment><![CDATA[Set the chroma strength.<br>
The value configures the blurring. A positive value will blur the image, whereas a negative value will sharpen the image. If not specified, it defaults to the value set for <em>Luma strength</em>.]]></comment>
</parameter>
<parameter type="constant" name="av.ct" default="0" min="-30" max="+30" factor="1">
<name>Chroma Threshold</name>
<name>Chroma threshold</name>
<comment><![CDATA[Set the chroma threshold used as a coefficient<br>
to determine whether a pixel should be blurred or not. A value of 0 will filter all the image, positive values will filter flat areas, negative values will filter edges. If not specified, it defaults to the value set for <em>Luma threshold</em>]]></comment>
</parameter>
<parameter type="constant" name="av.ar" default="1.0" min="0.1" max="5.0" decimals="1">
<name>Alpha radius</name>
<comment><![CDATA[Set the alpha radius.<br>
The value specifies the variance of the gaussian filter used to blur the image (slower if larger). If not specified, it defaults to the value set for <em>Luma radius</em>]]></comment>
</parameter>
<parameter type="constant" name="av.as" default="1.0" min="-1.0" max="1.0" decimals="1">
<name>Alpha strength</name>
<comment><![CDATA[Set the alpha strength.<br>
The value configures the blurring. A positive value will blur the image, whereas a negative value will sharpen the image. If not specified, it defaults to the value set for <em>Luma strength</em>.]]></comment>
</parameter>
<parameter type="constant" name="av.at" default="0" min="-30" max="+30" factor="1">
<name>Alpha threshold</name>
<comment><![CDATA[Set the alpha threshold used as a coefficient<br>
to determine whether a pixel should be blurred or not. A value of 0 will filter all the image, positive values will filter flat areas, negative values will filter edges. If not specified, it defaults to the value set for <em>Luma threshold</em>]]></comment>
</parameter>
</effect>

View File

@@ -8,10 +8,10 @@
<paramlistdisplay>None,Y,U,YU,V,YV,UV,YUV,Alpha</paramlistdisplay>
<name>Planes</name>
</parameter>
<parameter type="constant" name="av.scale" default="25" min="0" max="250" factor="1">
<parameter type="animated" name="av.scale" default="25" min="0" max="250" factor="1">
<name>Scale</name>
</parameter>
<parameter type="constant" name="av.delta" default="-255" min="-300" max="300" decimals="2">
<parameter type="animated" name="av.delta" default="-255" min="-300" max="300" decimals="2">
<name>Delta</name>
</parameter>
</effect>

View File

@@ -9,7 +9,7 @@
<name>Input format</name>
</parameter>
<parameter type="list" name="av.out" default="arcd" paramlist="sbsl;sbsr;abl;abr;irl;irr;arbg;argg;arcg;arch;arcc;arcd;agmg;agmh;agmc;agmd;aybg;aybh;aybc;aybd;ml;mr;chl;chr;icl;icr;hdmi">
<paramlistdisplay>side by side parallel,side by side crosseye,above-below left top,above-below right top,interleaved rows (letf top),interleaved rows (right top),anaglyph red/blue gray,anaglyph red/green gray,anaglyph red/cyan gray,anaglyph red/cyan half colored,anaglyph red/cyan color,anaglyph red/cyan dubois,anaglyph green/magenta gray,anaglyph green/magenta half colored,anaglyph green/magenta colored,anaglyph green/magenta dubois,anaglyph yellow/blue gray,anaglyph yellow/blue half colored,anaglyph yellow/blue colored,anaglyph yellow/blue dubois,mono output left,mono output right,checkerboard left eye first,checkerboard right eye first,interleaved columns left eye first,interleaved columns right eye first,HDMI frame pack</paramlistdisplay>
<paramlistdisplay>side by side parallel,side by side crosseye,above-below left top,above-below right top,interleaved rows (left top),interleaved rows (right top),anaglyph red/blue gray,anaglyph red/green gray,anaglyph red/cyan gray,anaglyph red/cyan half colored,anaglyph red/cyan color,anaglyph red/cyan dubois,anaglyph green/magenta gray,anaglyph green/magenta half colored,anaglyph green/magenta colored,anaglyph green/magenta dubois,anaglyph yellow/blue gray,anaglyph yellow/blue half colored,anaglyph yellow/blue colored,anaglyph yellow/blue dubois,mono output left,mono output right,checkerboard left eye first,checkerboard right eye first,interleaved columns left eye first,interleaved columns right eye first,HDMI frame pack</paramlistdisplay>
<name>Output format</name>
</parameter>
</effect>

View File

@@ -1,25 +1,47 @@
<?xml version="1.0"?>
<!DOCTYPE kpartgui>
<effect tag="avfilter.unsharp">
<!-- ffmpeg documentation says range for matrix settings is 3-23 but the max value can only be 13 -->
<name>Sharp/Unsharp</name>
<description>Sharpen or blur your video</description>
<description>Sharpen or unsharpen/blur your video</description>
<author>libavfilter</author>
<parameter type="constant" name="av.lx" max="13" min="3" default="5" odd="1">
<name>Luma horizontal matrix</name>
<comment><![CDATA[Set the luma matrix horizontal size]]></comment>
</parameter>
<parameter type="constant" name="av.ly" max="13" min="3" default="5" odd="1">
<name>Luma vertical matrix</name>
<comment><![CDATA[Set the luma matrix vertical size]]></comment>
</parameter>
<parameter type="constant" name="av.la" max="5" min="-2" default="0" decimals="2">
<name>Luma strength</name>
<comment><![CDATA[Set the luma effect strength.<br>
Reasonable values are between -1.5 and 1.5. Negative values will blur the input video, while positive values will sharpen it, a value of 0 will disable the effect. ]]></comment>
</parameter>
<parameter type="constant" name="av.cx" max="13" min="3" default="5" odd="1">
<name>Chroma horizontal matrix</name>
<comment><![CDATA[Set the chroma matrix horizontal size]]></comment>
</parameter>
<parameter type="constant" name="av.cy" max="13" min="3" default="5" odd="1">
<name>Chroma vertical matrix</name>
<comment><![CDATA[Set the chroma matrix vertical size]]></comment>
</parameter>
<parameter type="constant" name="av.ca" max="5" min="-2" default="0" decimals="2">
<name>Chroma strength</name>
<comment><![CDATA[Set the chroma effect strength.<br>
Reasonable values are between -1.5 and 1.5. Negative values will blur the input video, while positive values will sharpen it, a value of zero will disable the effect. ]]></comment>
</parameter>
<parameter type="constant" name="av.ax" max="13" min="3" default="5" odd="1">
<name>Alpha horizontal matrix</name>
<comment><![CDATA[Set the alpha matrix horizontal size]]></comment>
</parameter>
<parameter type="constant" name="av.ay" max="13" min="3" default="5" odd="1">
<name>Alpha vertical matrix</name>
<comment><![CDATA[Set the alpha matrix vertical size]]></comment>
</parameter>
<parameter type="constant" name="av.aa" max="5" min="-2" default="0" decimals="2">
<name>Alpha strength</name>
<comment><![CDATA[Set the alpha effect strength.<br>
Reasonable values are between -1.5 and 1.5. Negative values will blur the input video, while positive values will sharpen it, a value of zero will disable the effect. ]]></comment>
</parameter>
</effect>

View File

@@ -15,7 +15,7 @@
<name>Y</name>
</parameter>
<parameter type="constant" name="av.i" default="0.004" min="0" max="1" decimals="3">
<name>Intenstiy</name>
<name>Intensity</name>
</parameter>
<parameter type="list" name="av.e" default="none" paramlist="none;instant;peak;peak+instant">
<paramlistdisplay>None,Instant,Peak,Peak+Instant</paramlistdisplay>

View File

@@ -7,44 +7,76 @@
<parameter type="list" name="av.m" default="column" paramlist="row;column">
<paramlistdisplay>Row,Column</paramlistdisplay>
<name>Mode</name>
<comment><![CDATA[In row mode, the graph on the left side represents<br>
color component value 0 and the right side represents value = 255.<br>
In column mode, the top side represents color component value = 0 and bottom side represents value = 255.]]></comment>
</parameter>
<parameter type="constant" name="av.i" default="0.04" min="0" max="1" decimals="2">
<name>Intenstiy</name>
<name>Intensity</name>
<comment><![CDATA[Smaller values are useful for finding out how many values<br>
of the same luminance are distributed across input rows/columns]]></comment>
</parameter>
<parameter type="bool" name="av.r" default="0 ">
<name>Mirror</name>
<comment><![CDATA[In mirrored mode, higher values will be represented<br>
on the left side for <em>row</em> mode and at the top for <em>column</em> mode.]]></comment>
</parameter>
<parameter type="list" name="av.d" default="stack" paramlist="overlay;stack;parade">
<paramlistdisplay>Overlay,Stack,Parade</paramlistdisplay>
<name>Display</name>
<comment><![CDATA[Set the display mode]]></comment>
</parameter>
<parameter type="constant" name="av.c" default="1" min="1" max="7" factor="1">
<parameter type="list" name="av.c" default="7" paramlist="0;1;2;3;4;5;6;7">
<paramlistdisplay>None,Y,U,YU,V,YV,UV,YUV</paramlistdisplay>
<name>Components</name>
<comment><![CDATA[Select the components to be displayed]]></comment>
</parameter>
<parameter type="list" name="av.e" default="none" paramlist="none;instant;peak;peak+instant">
<paramlistdisplay>None,Instant,Peak,Peak+Instant</paramlistdisplay>
<name>Envelope</name>
<comment><![CDATA[Set the envelope mode]]></comment>
</parameter>
<parameter type="list" name="av.f" default="lowpass" paramlist="lowpass;flat;aflat;xflat;yflat;chroma;color;acolor">
<paramlistdisplay>lowpass,flat,aflat,xflat,yflat,chroma,color,acolor</paramlistdisplay>
<paramlistdisplay>Lowpass,Flat,A-flat,X-flat,Y-flat,Chroma,Color,acolor</paramlistdisplay>
<name>Filter</name>
<comment><![CDATA[Set the filter mode]]></comment>
</parameter>
<parameter type="list" name="av.g" default="green" paramlist="none;green;orange;invert">
<paramlistdisplay>none,green,orange,invert</paramlistdisplay>
<paramlistdisplay>None,Green,Orange,Invert</paramlistdisplay>
<name>Graticule</name>
<comment><![CDATA[Set which graticule to display]]></comment>
</parameter>
<parameter type="constant" name="av.o" default="0.75" min="0" max="1" decimals="2">
<name>Graticule Opacity</name>
<comment><![CDATA[Set the opacity of the graticule]]></comment>
</parameter>
<parameter type="list" name="av.fl" default="numbers" paramlist="numbers;dots">
<paramlistdisplay>numbers,dots</paramlistdisplay>
<paramlistdisplay>Numbers,Dots</paramlistdisplay>
<comment><![CDATA[Set graticule flags]]></comment>
<name>Flags</name>
</parameter>
<parameter type="list" name="av.s" default="digital" paramlist="digital;millivolts;ire">
<paramlistdisplay>digital,millivolts,ire</paramlistdisplay>
<paramlistdisplay>Digital,Millivolts,Ire</paramlistdisplay>
<name>Scale</name>
<comment><![CDATA[Set scale used for displaying graticule]]></comment>
</parameter>
<parameter type="constant" name="av.b" default="0.75" min="0" max="1" decimals="2">
<name>Background Opacity</name>
<comment><![CDATA[Set the background opacity]]></comment>
</parameter>
<parameter type="constant" name="av.t0" default="0" min="-1" max="1" decimals="2">
<name>Tint 0</name>
<comment><![CDATA[Only used with <em>lowpass</em> filter and when display<br>
is not <em>overlay</em> and input pixel formats are not <em>RGB</em>]]></comment>
</parameter>
<parameter type="constant" name="av.t1" default="0" min="-1" max="1" decimals="2">
<name>Tint 1</name>
<comment><![CDATA[Only used with <em>lowpass</em> filter and when display<br>
is not <em>overlay</em> and input pixel formats are not <em>RGB</em>]]></comment>
</parameter>
<parameter type="list" name="av.fm" default="none" paramlist="none;size">
<paramlistdisplay>None,Size</paramlistdisplay>
<name>Fit mode</name>
<comment><![CDATA[Set the fit mode]]></comment>
</parameter>
</effect>

View File

@@ -5,11 +5,11 @@
<description>Deinterlace the input video ("yadif" means "yet another deinterlacing filter")</description>
<author>libavfilter</author>
<parameter type="list" name="av.mode" default="0" paramlist="0;1;2;3">
<paramlistdisplay>Send frame,Send field,Send frame nospatial,Send field nospatil</paramlistdisplay>
<paramlistdisplay>Send frame,Send field,Send frame nospatial,Send field nospatial</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>
<paramlistdisplay>Top field first,Bottom field first,Auto</paramlistdisplay>
<name>Parity</name>
</parameter>
<parameter type="list" name="av.deint" default="0" paramlist="0;1">

View File

@@ -5,10 +5,10 @@
<name>BoxBlur</name>
<description>Box blur (separate horizontal and vertical blur)</description>
<author>Meltytech, LLC</author>
<parameter type="animated" name="hradius" max="1000" min="0" default="1" suffix="%">
<parameter type="animated" name="hradius" max="1000" min="0" default="1" suffix="%" decimals="1">
<name>Horizontal multiplicator</name>
</parameter>
<parameter type="animated" name="vradius" max="1000" min="0" default="1" suffix="%">
<parameter type="animated" name="vradius" max="1000" min="0" default="1" suffix="%" decimals="1">
<name>Vertical multiplicator</name>
</parameter>
<parameter type="bool" name="preserve_alpha" default="0" min="0" max="1">

View File

@@ -7,7 +7,7 @@
<parameter type="color" name="key" default="0x0000ffff">
<name>Color key</name>
</parameter>
<parameter type="constant" name="variance" max="1000" min="0" factor="1000" default="0.15">
<parameter type="keyframe" name="variance" max="1000" min="0" factor="1000" default="0.15">
<name>Variance</name>
</parameter>
</effect>

View File

@@ -4,10 +4,12 @@
<name>Chroma Keep</name>
<description>Make image greyscale except for chosen color</description>
<author>Charles Yates</author>
<parameter type="color" name="key" default="0x000000ff">
<parameter type="color" name="key" default="0x000000ff" notintimeline="1">
<name>Color key</name>
</parameter>
<parameter type="constant" name="variance" max="100" min="0" factor="100" default="15">
<parameter type="animated" name="variance" max="1.00" min="0.01" decimals="2" default="0.01" notintimeline="1">
<name>Variance</name>
<comment><![CDATA[Percentage of deviation from the selected color value.<br>
Lower values keep the colors closer to the selected one; higher values include more colors.]]></comment>
</parameter>
</effect>

View File

@@ -0,0 +1,23 @@
<?xml version="1.0"?>
<!DOCTYPE kpartgui>
<effect tag="dropshadow" id="dropshadow">
<name>Drop Shadow</name>
<description>Create a shadow effect from the alpha channel</description>
<author>Meltytech, LLC</author>
<parameter type="animated" name="radius" max="100" min="0" default="1">
<name>Blur Radius</name>
<comment>The amount in pixel to blur the edge of the shadow</comment>
</parameter>
<parameter type="animated" name="x" max="100" min="-100" default="8">
<name>X Offset</name>
<comment>The relative horizontal position of the shadow</comment>
</parameter>
<parameter type="animated" name="y" max="100" min="-100" default="8">
<name>Y Offset</name>
<comment>The relative vertical position of the shadow</comment>
</parameter>
<parameter type="color" name="color" default="#b4636363" alpha="1">
<name>Color</name>
<comment>The color of the shadow including alpha</comment>
</parameter>
</effect>

View File

@@ -1,8 +1,9 @@
# SPDX-License-Identifier: BSD-2-Clause
# SPDX-FileCopyrightText: Julius Künzel <jk.kdedev@smartlab.uber.space>, Massimo Stella <maxstar@tin.it>
# SPDX-FileCopyrightText: Julius Künzel <julius.kuenzel@kde.org>, Massimo Stella <maxstar@tin.it>
INSTALL (FILES
frei0r_aech0r.xml
frei0r_alpha0ps.xml
frei0r_alphagrad.xml
frei0r_alphaspot.xml
@@ -52,6 +53,7 @@ frei0r_glow.xml
frei0r_hqdn3d.xml
frei0r_hueshift0r.xml
frei0r_iirblur.xml
frei0r_kaleid0sc0pe.xml
frei0r_keyspillm0pup.xml
frei0r_lenscorrection.xml
frei0r_letterb0xed.xml
@@ -63,6 +65,8 @@ frei0r_medians.xml
frei0r_nervous.xml
frei0r_nosync0r.xml
frei0r_pixeliz0r.xml
frei0r_pixs0r.xml
frei0r_posterize.xml
frei0r_pr0be.xml
frei0r_pr0file.xml
frei0r_primaries.xml

View File

@@ -0,0 +1,31 @@
<?xml version="1.0"?>
<!DOCTYPE kpartgui>
<effect tag="frei0r.aech0r" id="frei0r.aech0r" type="video">
<name>Aech0r</name>
<description>Create an analog video echo</description>
<author>d-j-a-y + vloop</author>
<parameter type="constant" name="0" default="0" min="0" max="100" decimals="0" factor="100">
<name>Fade factor</name>
<comment><![CDATA[Disappearance Rate of the echo]]></comment>
</parameter>
<parameter type="bool" name="1" default="1" min="0" max="1">
<name>Direction</name>
<comment><![CDATA[Darker or Brighter echo]]></comment>
</parameter>
<parameter type="bool" name="2" default="1" min="0" max="1">
<name>Keep RED</name>
<comment><![CDATA[Influence on Red channel]]></comment>
</parameter>
<parameter type="bool" name="3" default="1" min="0" max="1">
<name>Keep GREEN</name>
<comment><![CDATA[Influence on Green channel]]></comment>
</parameter>
<parameter type="bool" name="4" default="1" min="0" max="1">
<name>Keep BLUE</name>
<comment><![CDATA[Influence on Blue channel]]></comment>
</parameter>
<parameter type="constant" name="5" default="0" min="0" max="8" decimals="0" factor="8">
<name>Strobe period</name>
<comment><![CDATA[Rate of the stroboscope (from 0 to 8 frames)]]></comment>
</parameter>
</effect>

View File

@@ -4,23 +4,29 @@
<name>Alpha gradient</name>
<description>Fill the alpha channel with a specified gradient</description>
<author>Marko Cebokli</author>
<parameter type="animated" name="Position" default="0.5" min="0" max="1000" factor="1000">
<parameter type="animated" name="Position" default="0.5" min="0" max="%height" factor="%height">
<name>Position</name>
<comment><![CDATA[Define where the gradient starts.]]></comment>
</parameter>
<parameter type="animated" name="Transition width" default="0.5" min="0" max="1000" factor="1000">
<parameter type="animated" name="Transition width" default="0.5" min="0" max="100" factor="100" suffix="%">
<name>Transition width</name>
<comment><![CDATA[Define the width of the transition between the densities.]]></comment>
</parameter>
<parameter type="animated" name="Tilt" default="0.5" min="0" max="1000" factor="1000">
<parameter type="animated" name="Tilt" default="0" min="0" max="360" factor="360" decimals="1" suffix=">
<name>Tilt</name>
<comment><![CDATA[Angle for the gradient.]]></comment>
</parameter>
<parameter type="animated" name="Min" default="0" min="0" max="1000" factor="1000">
<parameter type="animated" name="Min" default="1" min="0" max="100" factor="100" suffix="%">
<name>Min</name>
<comment><![CDATA[Define the transparency at the top of the gradient.]]></comment>
</parameter>
<parameter type="animated" name="Max" default="1" min="0" max="1000" factor="1000">
<parameter type="animated" name="Max" default="0" min="0" max="100" factor="100" suffix="%">
<name>Max</name>
<comment><![CDATA[Define the transparency at the bottom of the gradient.]]></comment>
</parameter>
<parameter type="list" name="Operation" default="0" paramlist="0;0.3;0.5;0.7;1">
<paramlistdisplay>Write on clear,Max,Min,Add,Subtract</paramlistdisplay>
<name>Operation</name>
<comment><![CDATA[Define the alpha operation for compositing.]]></comment>
</parameter>
</effect>

View File

@@ -4,23 +4,29 @@
<name>Alpha gradient</name>
<description>Fill the alpha channel with a specified gradient</description>
<author>Marko Cebokli</author>
<parameter type="animated" name="Position" default="0.5" min="0" max="1000" factor="1000">
<parameter type="animated" name="Position" default="0.5" min="0" max="%height" factor="%height">
<name>Position</name>
<comment><![CDATA[Define where the gradient starts.]]></comment>
</parameter>
<parameter type="animated" name="Transition width" default="0.5" min="0" max="1000" factor="1000">
<parameter type="animated" name="Transition width" default="0.5" min="0" max="100" factor="100" decimals="1" suffix="%">
<name>Transition width</name>
<comment><![CDATA[Define the width of the transition between the densities.]]></comment>
</parameter>
<parameter type="animated" name="Tilt" default="0.5" min="0" max="1000" factor="1000">
<parameter type="animated" name="Tilt" default="0" min="0" max="360" factor="360" decimals="1" suffix=">
<name>Tilt</name>
<comment><![CDATA[Angle for the gradient.]]></comment>
</parameter>
<parameter type="animated" name="Min" default="0" min="0" max="1000" factor="1000">
<name>Min</name>
<parameter type="animated" name="Min" default="1" min="0" max="100" factor="100" decimals="1" suffix="%">
<name>Transparency top</name>
<comment><![CDATA[Define the transparency at the top of the gradient.]]></comment>
</parameter>
<parameter type="animated" name="Max" default="1" min="0" max="1000" factor="1000">
<name>Max</name>
<parameter type="animated" name="Max" default="0" min="0" max="100" factor="100" decimals="1" suffix="%">
<name>Transparency bottom</name>
<comment><![CDATA[Define the transparency at the bottom of the gradient.]]></comment>
</parameter>
<parameter type="list" name="Operation" default="0" paramlist="0;0.3;0.5;0.7;1">
<paramlistdisplay>Write on clear,Max,Min,Add,Subtract</paramlistdisplay>
<name>Operation</name>
<comment><![CDATA[Define the alpha operation for compositing.]]></comment>
</parameter>
</effect>

View File

@@ -5,28 +5,28 @@
<description>Four corners geometry engine</description>
<author>Marko Cebokli</author>
<parameter type="animated" widget="corners" name="0" default="0.333333333333333" min="0" max="6000" factor="6000">
<name>Corner 1 X</name>
<name>Top-left X</name>
</parameter>
<parameter type="animated" widget="corners" name="1" default="0.333333333333333" min="0" max="6000" factor="6000">
<name>Corner 1 Y</name>
<name>Top-left Y</name>
</parameter>
<parameter type="animated" widget="corners" name="2" default="0.666666666666667" min="0" max="6000" factor="6000">
<name>Corner 2 X</name>
<name>Top-right X</name>
</parameter>
<parameter type="animated" widget="corners" name="3" default="0.333333333333333" min="0" max="6000" factor="6000">
<name>Corner 2 Y</name>
<name>Top-right Y</name>
</parameter>
<parameter type="animated" widget="corners" name="4" default="0.666666666666667" min="0" max="6000" factor="6000">
<name>Corner 3 X</name>
<name>Bottom-right X</name>
</parameter>
<parameter type="animated" widget="corners" name="5" default="0.666666666666667" min="0" max="6000" factor="6000">
<name>Corner 3 Y</name>
<name>Bottom-right Y</name>
</parameter>
<parameter type="animated" widget="corners" name="6" default="0.333333333333333" min="0" max="6000" factor="6000">
<name>Corner 4 X</name>
<name>Bottom-left X</name>
</parameter>
<parameter type="animated" widget="corners" name="7" default="0.666666666666667" min="0" max="6000" factor="6000">
<name>Corner 4 Y</name>
<name>Bottom-left Y</name>
</parameter>
<parameter type="animated" widget="corners" name="9" default="0.5" min="0" max="2000" factor="2000">
<name>Stretch X</name>

View File

@@ -11,32 +11,32 @@
<parameter type="color" name="1" default="#000000">
<name>Start Color</name>
</parameter>
<parameter type="animated" name="2" max="1" min="0" default="0.5" decimals="3">
<parameter type="animated" name="2" max="100" min="0" default="0.5" factor="100" decimals="1" suffix="%">
<name>Start Opacity</name>
</parameter>
<parameter type="color" name="3" default="#ffffff">
<name>End Color</name>
</parameter>
<parameter type="animated" name="4" max="1" min="0" default="0.5" decimals="3">
<parameter type="animated" name="4" max="100" min="0" default="0.5" factor="100" decimals="1" suffix="%">
<name>End Opacity</name>
</parameter>
<parameter type="animated" name="5" max="1" min="0" default="0.5" decimals="3">
<parameter type="animated" name="5" max="100" min="0" default="0.5" factor="100" decimals="1" suffix="%">
<name>Start X</name>
</parameter>
<parameter type="animated" name="6" max="1" min="0" default="0.5" decimals="3">
<parameter type="animated" name="6" max="100" min="0" default="0.5" factor="100" decimals="1" suffix="%">
<name>Start Y</name>
</parameter>
<parameter type="animated" name="7" max="1" min="0" default="0.5" decimals="3">
<parameter type="animated" name="7" max="100" min="0" default="0.5" factor="100" decimals="1" suffix="%">
<name>End X</name>
</parameter>
<parameter type="animated" name="8" max="1" min="0" default="0.5" decimals="3">
<parameter type="animated" name="8" max="100" min="0" default="0.5" factor="100" decimals="1" suffix="%">
<name>End Y</name>
</parameter>
<parameter type="animated" name="9" max="1" min="0" default="0" decimals="3">
<parameter type="animated" name="9" max="100" min="0" default="0" factor="100" decimals="1" suffix="%">
<name>Offset</name>
</parameter>
<parameter type="list" name="10" default="1" paramlist="normal;add;saturate;multiply;screen;overlay;darken;lighten;colordodge;colorburn;hardlight;softlight;difference;exclusion;hslhue;hslsaturation;hslcolor;hslluminosity">
<paramlistdisplay>normal,add,saturate,multiply,screen,overlay,darken,lighten,colordodge,colorburn,hardlight,softlight,difference,exclusion,hslhue,hslsaturation,hslcolor,hslluminosity</paramlistdisplay>
<paramlistdisplay>Normal,Add,Saturate,Multiply,Screen,Overlay,Darken,Lighten,Color dodge,Color burn,Hard light,Soft light,Difference,Exclusion,HSL hue,HSL saturation,HSL color,HSL luminosity</paramlistdisplay>
<name>Blend Mode</name>
</parameter>
</effect>

View File

@@ -3,8 +3,8 @@
<effect tag="frei0r.d90stairsteppingfix" id="frei0r.d90stairsteppingfix">
<name>Nikon D90 Stairstepping fix</name>
<description>Removes stairstepping artifacts from Nikon D90's 720p videos.
<full><![CDATA[Sharp lines in videos from the Nikon D90 show steps each 8th or 9th line, assumedly
due to poor downsampling. These can be smoothed out with this filter if they become too annoying.]]></full>
Sharp lines in videos from the Nikon D90 show steps each 8th or 9th line, assumedly
due to poor downsampling. These can be smoothed out with this filter if they become too annoying.
</description>
<author>Simon A. Eugster (Granjow)</author>
</effect>

View File

@@ -0,0 +1,65 @@
<?xml version="1.0"?>
<!DOCTYPE kpartgui>
<effect tag="frei0r.kaleid0sc0pe" id="frei0r.kaleid0sc0pe">
<name>Kaleidoscope</name>
<description>Applies a kaleidoscope effect</description>
<author>frei0r.kaleid0sc0pe</author>
<parameter type="animated" name="origin_x" default="0.5" min="0" max="100" factor="100">
<name>Origin X</name>
<comment>Move the origin of the kaleidoscope along the X axis</comment>
</parameter>
<parameter type="animated" name="origin_y" default="0.5" min="0" max="100" factor="100">
<name>Origin Y</name>
<comment>Move the origin of the kaleidoscope along the Y axis</comment>
</parameter>
<parameter type="animated" name="segmentation" default="0.125" min="0" max="128" factor="128">
<name>Segmentation</name>
<comment><![CDATA[Kaleidoscope segmentation / 128; <br>
segmentations of 1, 2, or multiples of 4 work best. Default is 16]]></comment>
</parameter>
<parameter type="bool" name="specify_source" default="0" min="0" max="1" factor="1">
<name>Specify source segment</name>
<comment><![CDATA[If checked, the source angle <br>
is read from the <em>source segment</em>, otherwise it is auto calculated]]></comment>
</parameter>
<parameter type="animated" name="source_segment" default="0" min="0" max="128" factor="128">
<name>Source segment</name>
<comment><![CDATA[Center of the source segment. Only used if <em>Specify Source Segment</em> is checked. <br>
0 is in +x and rotates counter clockwise.]]></comment>
</parameter>
<parameter type="list" name="segmentation_direction" default="1" paramlist="0;0.5;1">
<paramlistdisplay>None,Counter Clockwise,Clockwise</paramlistdisplay>
<name>Segmentation direction</name>
<comment>Direction of the segmentation.</comment>
</parameter>
<parameter type="bool" name="reflect_edges" default="1" min="0" max="1">
<name>Reflect edges</name>
<comment><![CDATA[If checked, reflections that end up outside the source reflect back into it. <br>
Otherwise the specified background color is used.]]></comment>
</parameter>
<parameter type="animated" name="edge_threshold" default="0" min="0" max="1" decimals="3">
<name>Edge threshold</name>
<comment><![CDATA[Edge threshold / 4, reflections <br>
outside the image but within this distance clamp to the edge.]]></comment>
</parameter>
<parameter type="list" name="preferred_corner" default="0" paramlist="0;0.25;0.5;0.75">
<paramlistdisplay>Top right,Top left,Bottom left,Bottom right</paramlistdisplay>
<name>Preferred corner</name>
<comment><![CDATA[If <em>Reflect Edges</em> is not checked, <br>
this parameter defines the preferred corner.]]></comment>
</parameter>
<parameter type="bool" name="corner_search" default="1" min="0" max="1">
<name>Corner Search</name>
<comment><![CDATA[If checked, search clockwise for furthest corner.<br>
Otherwise search counter clockwise.]]></comment>
</parameter>
<parameter type="fixedcolor" name="bg_color" default="#ff00ff">
<name>Background color</name>
<comment><![CDATA[Color to use if reflection lies <br>outside of the source image and not reflecting back in.]]></comment>
</parameter>
<parameter type="bool" name="bg_alpha" default="1" min="0" max="1">
<name>Use alpha background</name>
<comment><![CDATA[If checked, alpha will be used <br>
if reflection lies outside of the source image and not reflecting back in.]]></comment>
</parameter>
</effect>

View File

@@ -4,8 +4,8 @@
<effect tag="frei0r.lightgraffiti" id="frei0r.lightgraffiti">
<name>Light Graffiti</name>
<description>Light Graffiti effect.
<full><![CDATA[This effect allows one to do Light Painting (i.e. painting with light sources on a photo by keeping the shutter
opened for a while), but for video.]]></full></description>
This effect allows one to do Light Painting (i.e. painting with light sources on a photo by keeping the shutter
opened for a while), but for video.</description>
<author>Simon A. Eugster (Granjow)</author>
<parameter type="animated" name="thresholdBrightness" default="450" min="0" max="765">
<name>Brightness Threshold</name>
@@ -76,8 +76,8 @@
<effect LC_NUMERIC="C" tag="frei0r.lightgraffiti" id="frei0r.lightgraffiti" version="0.2">
<name>Light Graffiti</name>
<description>Light Graffiti effect.
<full><![CDATA[This effect allows to do Light Painting (i.e. painting with light sources on a photo by keeping the shutter
opened for a while), but for video.]]></full></description>
This effect allows to do Light Painting (i.e. painting with light sources on a photo by keeping the shutter
opened for a while), but for video.</description>
<author>Simon A. Eugster (Granjow)</author>
<parameter type="animated" name="thresholdBrightness" default="0.588235294117647" min="0" max="765" factor="765">
<name>Brightness Threshold</name>

View File

@@ -0,0 +1,23 @@
<?xml version="1.0"?>
<!DOCTYPE kpartgui>
<effect tag="frei0r.pixs0r" id="frei0r.pixs0r">
<name>Pixs0r</name>
<description>Glitch image shifting rows to and fro.</description>
<author>Gephex crew</author>
<parameter type="animated" name="shift_intensity" default="0.010" min="0" max="100" factor="100" decimals="1">
<name>Shift intensity</name>
<comment>Agressiveness of row/column shifting</comment>
</parameter>
<parameter type="animated" name="block_height" default="0" min="0" max="1000" decimals="0">
<name>Block height</name>
<comment>Height of each block whose shift is invariant (0 = random)</comment>
</parameter>
<parameter type="animated" name="block_height_min" default="0.009" min="0" max="1000" factor="1000" decimals="0">
<name>Minimum block height</name>
<comment><![CDATA[If <em>Block height</em> is 0 (random), <br>this determines the minimum block height.]]></comment>
</parameter>
<parameter type="animated" name="block_height_max" default="0.099" min="0" max="1000" factor="1000" decimals="0">
<name>Maximum block height</name>
<comment><![CDATA[If <em>Block height</em> is 0 (random), <br>this determines the maximum block height.]]></comment>
</parameter>
</effect>

View File

@@ -0,0 +1,11 @@
<?xml version="1.0"?>
<!DOCTYPE kpartgui>
<effect tag="frei0r.posterize" id="frei0r.posterize">
<name>Posterize</name>
<description>Posterizes image by reducing the number of colors used in image</description>
<author>Janne Liljeblad</author>
<parameter type="animated" name="0" default="0.104167" min="0" max="1000" factor="1000">
<name>Levels</name>
<comment>Number of (color) values per channel</comment>
</parameter>
</effect>

View File

@@ -4,69 +4,90 @@
<name>Oscilloscope (Advanced)</name>
<description>2D video oscilloscope</description>
<author>Marko Cebokli</author>
<parameter type="animated" name="X" default="0.5" min="0" max="1000" factor="1000">
<parameter type="animated" name="X" default="0.5" min="0" max="%width" factor="%width">
<name>X</name>
<comment><![CDATA[X coordinate of the profile]]></comment>
</parameter>
<parameter type="animated" name="Y" default="0.5" min="0" max="1000" factor="1000">
<parameter type="animated" name="Y" default="0.5" min="0" max="%height" factor="%height">
<name>Y</name>
<comment><![CDATA[Y coordinate of the profile]]></comment>
</parameter>
<parameter type="animated" name="Tilt" default="0.5" min="0" max="1000" factor="1000">
<name>Tilt</name>
<comment><![CDATA[Tilting of the profile]]></comment>
</parameter>
<parameter type="animated" name="Length" default="0.65" min="0" max="1000" factor="1000">
<parameter type="animated" name="Length" default="0.5" min="0" max="%width" factor="%width">
<name>Length</name>
<comment><![CDATA[Length of the profile in pixel]]></comment>
</parameter>
<parameter type="list" name="Channel" default="0.5" paramlist="0;0.2;0.4;0.5;0.6;0.8;1">
<paramlistdisplay>R,G,B,Y',Pr,Pb,Alpha</paramlistdisplay>
<name>Channel</name>
<comment><![CDATA[Channel to numerically display]]></comment>
</parameter>
<parameter type="animated" name="Marker 1" default="0" min="0" max="1000" factor="1000">
<parameter type="animated" name="Marker 1" default="0" min="0" max="%width" factor="%width">
<name>Marker 1</name>
<comment><![CDATA[Position of marker 1]]></comment>
</parameter>
<parameter type="animated" name="Marker 2" default="0" min="0" max="1000" factor="1000">
<parameter type="animated" name="Marker 2" default="0" min="0" max="%width" factor="%width">
<name>Marker 2</name>
<comment><![CDATA[Position of marker 2]]></comment>
</parameter>
<parameter type="bool" name="R trace" default="1">
<name>R trace</name>
<comment><![CDATA[Show R trace (red) on scope]]></comment>
</parameter>
<parameter type="bool" name="G trace" default="1">
<name>G trace</name>
<comment><![CDATA[Show G trace (green) on scope]]></comment>
</parameter>
<parameter type="bool" name="B trace" default="1">
<name>B trace</name>
<comment><![CDATA[Show B trace (blue) on scope]]></comment>
</parameter>
<parameter type="bool" name="Y trace" default="0">
<name>Y trace</name>
<comment><![CDATA[Show Y trace (luma) on scope]]></comment>
</parameter>
<parameter type="bool" name="Pr trace" default="0">
<name>Pr trace</name>
<comment><![CDATA[Show Pr trace (red-difference) on scope]]></comment>
</parameter>
<parameter type="bool" name="Pb trace" default="0">
<name>Pb trace</name>
<comment><![CDATA[Show Pb trace (blue_difference) on scope]]></comment>
</parameter>
<parameter type="bool" name="Alpha trace" default="0">
<name>Alpha trace</name>
<comment><![CDATA[Show Alpha trace on scope]]></comment>
</parameter>
<parameter type="bool" name="Display average" default="1">
<name>Display average</name>
<comment><![CDATA[Show average on scope]]></comment>
</parameter>
<parameter type="bool" name="Display RMS" default="1">
<name>Display RMS</name>
<comment><![CDATA[Show RMS (root mean square) on scope]]></comment>
</parameter>
<parameter type="bool" name="Display minimum" default="0">
<name>Display minimum</name>
<comment><![CDATA[Show minimum on scope]]></comment>
</parameter>
<parameter type="bool" name="Display maximum" default="0">
<name>Display maximum</name>
<comment><![CDATA[Show maximum on scope]]></comment>
</parameter>
<parameter type="bool" name="256 scale" default="0">
<name>256 scale</name>
<comment><![CDATA[Use a scale of 0-255 instead of 0.0-1.0]]></comment>
</parameter>
<parameter type="list" name="Color" default="0" paramlist="0;1">
<paramlistdisplay>CCIR rec. 601,CCIR rec. 709</paramlistdisplay>
<name>Color</name>
<name>Color encoding</name>
<comment><![CDATA[Select between interlaced (601) or progressive (709)]]></comment>
</parameter>
<parameter type="animated" name="Crosshair color" default="0" min="0" max="7" factor="7">
<parameter type="animated" name="Crosshair color" default="0" min="0" max="1000" factor="1000">
<name>Crosshair color</name>
<comment><![CDATA[Choose a color for the crosshair/profile line]]></comment>
</parameter>
</effect>

View File

@@ -13,10 +13,10 @@
<parameter type="color" name="White color" default="0xffffffff">
<name>White color</name>
</parameter>
<parameter type="bool" name="Split preview" default="0">
<parameter type="fixed" name="Split preview" default="0">
<name>Split screen preview</name>
</parameter>
<parameter type="bool" name="Source image on left side" default="1">
<parameter type="fixed" name="Source image on left side" default="0">
<name>Source image on left side</name>
</parameter>
</effect>

192
data/effects/gpsgraphic.xml Normal file
View File

@@ -0,0 +1,192 @@
<?xml version="1.0"?>
<!DOCTYPE kpartgui>
<effect tag="gpsgraphic" id="gpsgraphic">
<name>GPS Graphic</name>
<description>Overlay GPS-related graphics onto the video.</description>
<author>Daniel F</author>
<parameter type="url" name="resource" filter="GPS files (*.gpx *.tcx)">
<name>GPS File</name>
<comment>The fullpath of file containing location (GPS) data. Supported extensions: .gpx, .tcx.</comment>
</parameter>
<parameter type="constant" name="time_offset" max="86400" min="-86400" default="0">
<name>Time offset in seconds</name>
<comment><![CDATA[An offset (in seconds) to be added to the video file to match it to the GPS track.<br>
Most of the time this will at least need to be set to the timezone difference between the 2 files plus some seconds if the video recording device isn't precisely set to correct time. GPS time is always exact and in UTC. Use positive values if GPS is ahead of video and negative otherwise.]]></comment>
</parameter>
<parameter type="constant" name="smoothing_value" max="10" min="0" default="5">
<name>Smoothing level</name>
<comment><![CDATA[How many GPS points to smooth in order to eliminate GPS errors.<br>
A value of 1 does not smooth locations, it only calculates the extra fields (speed, distance, etc), it also interpolates missing values for heart rate and altitude.]]></comment>
</parameter>
<parameter type="constant" name="speed_multiplier" min="0" max="30" decimals="2" default="1">
<name>Speed multiplier</name>
<comment><![CDATA[If the video file is a timelapse (or slow motion), use this value to set the speed up/slow down ratio.<br>
Sample values: 30 for 30x timelapse, 0.25 for 4x slow motion footage.]]></comment>
</parameter>
<parameter type="list" name="graph_data_source" paramlist="0;1;2;3" default="0">
<paramlistdisplay>GPS location/track,Altitude,Heart rate,Speed</paramlistdisplay>
<name>Graph data source</name>
<comment>What data from the GPS file is used for drawing</comment>
</parameter>
<parameter type="list" name="graph_type" paramlist="0;1;2" default="0">
<paramlistdisplay>Basic 2D map line (for location) or 1D graph per time (others),Zoom in onto the map/graph centered on current location,Draw speedometer</paramlistdisplay>
<name>Graph type</name>
<comment><![CDATA[<b>Speedometer</b> is available for all data sources but recommended only for speed; for the map type it represents the "percentage done" from trimmed start - end).<br>
Note: for type 1 (zoom and center, aka "follow the dot"):<br>
* crop values are only valid as a percentage and only the bottom (resp left) values
will be taken into consideration as both values (ie: bottom/top) will need to be equal to
keep the dot centered)<br>
* if data source is not GPS location, the centering will only be done for horizontal axis
(time), vertical axis crop will behave just like for the basic 2D map line (it will statically keep
the same min/max limit allowing the Now dot to move up and down).]]></comment>
</parameter>
<parameter type="constant" name="trim_start_p" min="0" max="100" default="0">
<name>Trim start (%)</name>
<comment><![CDATA[Trim data from the start of the GPS file (as a percentage of total). <br>
Note: both <em>Trim start</em> and <em>Trim end</em> are computed from the total file, so trimming 50% start and 50% end will result in trimming the entire file.]]></comment>
</parameter>
<parameter type="constant" name="trim_end_p" min="0" max="100" default="100">
<name>Trim end (%)</name>
<comment><![CDATA[Trim data from the end of the gps file (as a percentage of total). <br>
Note: both <em>Trim start</em> and <em>Trim end</em> are computed from the total file, so trimming 50% start and 50% end will result in trimming the entire file.]]></comment>
</parameter>
<parameter type="list" name="crop_mode_h" default="0" paramlist="0;1">
<paramlistdisplay>Percentage from min..max,Absolute value</paramlistdisplay>
<name>Crop mode horizontal</name>
<comment><![CDATA[Decides how to interpret the <em>Crop left</em> and <em>Crop right</em> values.<br>
Note: for the horizontal type, absolute values are the longitude (for the location
source type) and time (in milliseconds since epoch) for the rest of the data source types)]]></comment>
</parameter>
<parameter type="constant" name="crop_left_p" min="-200" max="200" default="0">
<name>Crop left</name>
<comment><![CDATA[Crops data from the left side of the graph (effectively zooming in). <br>
The value is interpreted either as a percentage of total or an absolute value depending on crop_mode_h. In percentage mode, the values are not restricted to 0-100 to allow for "zoom out" behaviour (ie: cropping -50 left will add an extra half of the total horizontal distance). Values over 100 (in % mode) will effectively not display anything. If <em>Graph Type</em> is set to <b>Speedometer</b>, all crop left/right values are ignored.]]></comment>
</parameter>
<parameter type="constant" name="crop_right_p" min="-200" max="200" default="100">
<name>Crop right</name>
<comment><![CDATA[Same as <em>Crop left</em> but for the right side, and percentage type is interpreted as an inverse percentage (ie: 100 = do not crop anything). Values under 0 will effectively not display anything.]]></comment>
</parameter>
<parameter type="list" name="crop_mode_v" default="0" paramlist="0;1">
<paramlistdisplay>Percentage from min..max,Absolute value</paramlistdisplay>
<name>Crop mode vertical</name>
<comment><![CDATA[Decides how to interpret the <em>Crop bottom</em> and <em>Crop top</em> values.<br/>
With an absolute value, it can zoom in to between 100 and 150m of altitude to show
small changes in altitude between those 2 values better.<br/>
Note: for the vertical type, absolute values are latitude degrees (for the location
source type) and altitude, heart rate, speed for the others interpreted as the <em>Legend unit</em>
type where applicable (ie: a value of 10 for altitude will be considered meters by default
but if changing <em>Legend unit</em> to feet it will mean 10 feet).]]></comment>
</parameter>
<parameter type="constant" name="crop_bot_p" min="-200" max="200" default="0">
<name>Crop bottom</name>
<comment><![CDATA[Crops data from the bottom side of the graph (effectively zooming in). <br>
The value is interpreted either as a percentage of total or an absolute value depending on crop_mode_v. In percentage mode the values are not restricted to 0-100 to allow for "zoom out" behaviour (ie: cropping -50 bot will add an extra half of the total vertical distance to the bottom). Values over 100 (in % mode) will effectively not display anything. If <em>Graph type</em> is <b>Speedometer</b>, this will set the minimum needle position which will clamp all values that are lower.]]></comment>
</parameter>
<parameter type="constant" name="crop_top_p" min="-200" max="200" default="100">
<name>Crop top</name>
<comment><![CDATA[Same as <em>Crop bottom</em> but for the top side, and percentage type is interpreted as an inverse percentage (ie: 100 = do not crop anything).<br>
Values under 0 will effectively not display anything.]]></comment>
</parameter>
<parameter type="list" name="color_style" paramlist="0;1;2;3;4;5;6;7;8;9;10;11;12">
<paramlistdisplay>One color,Two colors,Solid past - thin future,Solid future - thin past,Vertical gradient,Horizontal gradient,Color by duration,Color by altitude,Color by heart rate,Color by Speed,Color by Speed (max 100km/h),Color by grade (max 90 degrees),Color by grade (max 20 degrees)</paramlistdisplay>
<name>Graph color style</name>
<comment>See the documentation about the various styles available</comment>
</parameter>
<parameter type="fixedcolor" name="color.1" default="#ff00aaff">
<name>Color 1</name>
<comment>Sets the color #1 for the graph line</comment>
</parameter>
<parameter type="fixedcolor" name="color.2" default="#ff00e000">
<name>Color 2</name>
<comment>Sets the color #2 for the graph line</comment>
</parameter>
<parameter type="fixedcolor" name="color.3" default="#ffffff00">
<name>Color 3</name>
<comment>Sets the color #3 for the graph line</comment>
</parameter>
<parameter type="fixedcolor" name="color.4" default="#ffff8c00">
<name>Color 4</name>
<comment>Sets the color #4 for the graph line</comment>
</parameter>
<parameter type="fixedcolor" name="color.5" default="#ffff0000">
<name>Color 5</name>
<comment>Sets the color #5 for the graph line</comment>
</parameter>
<parameter type="bool" name="show_now_dot" min="0" max="1" default="1">
<name>Show Now dot</name>
<comment><![CDATA[Enable it to draw a disc at the current location/time over the graph line.<br>
If graph type is speedometer, this affects the needle.]]></comment>
</parameter>
<parameter type="fixedcolor" name="now_dot_color" default="white">
<name>Now dot color</name>
<comment>Sets the color for the Now dot</comment>
</parameter>
<parameter type="bool" name="show_now_text" min="0" max="1" default="0">
<name>Show Now text</name>
<comment><![CDATA[Enable it to draw the current value in big white bold letters on the bottom right side of the rect.<br>
The <em>Legend unit</em> value will be appended at the end and it will be used as the current unit (if a valid unit is found ie: kilometers if "km" is found anywhere in the <em>Legend unit</em> string).]]></comment>
</parameter>
<parameter type="constant" name="angle" min="0" max="360" default="0" decimals="3">
<name>Rotation</name>
<comment>Rotate the entire graph rectangle. For speedometer type the text stays horizontal.</comment>
</parameter>
<parameter type="constant" name="thickness" min="1" max="100" default="5">
<name>Line Thickness (px)</name>
<comment>Sets the thickness of the line graph in pixels.</comment>
</parameter>
<parameter type="bool" name="show_grid" min="0" max="1" default="0">
<name>Draw legend</name>
<comment><![CDATA[If enabled it will draw 5 horizontal (and vertical for map type) <br>
lines with small values each corresponding to the current data source value at 0%, 25%, 50%, 75% and 100% of current graph shown, affected by the <em>Legend unit</em> type if applicable, and with the string appended to the value. For speedometer type this shows division values (but without appending unit).]]></comment>
</parameter>
<parameter type="keywords" name="legend_unit" default="m" paramlist="m;meter;km;kilometer;mi;mile;ft;feet;nm;nautical;ms;m/ss;meter;km/h;mi/h;ft/s;kn;nm/h;knots;mmin;m/min;ftmin;ft/min">
<name>Legend unit</name>
<paramlistdisplay>m,meter,km,kilometer,mi,mile,ft,feet,nm,nautical,ms,m/s,meter per sec,km,km/h,kilometer per hr,mi,mi/h,mile per hr,ft,ft/s,feet per sec,kn,nm/h,knots,mmin,m/min,ftmin,ft/min</paramlistdisplay>
<comment><![CDATA[Sets the unit to be used for displaying values of type altitude and speed.<br>
Default is meters and km/h respectively. The unit is matched anywhere in the string so extra spaces can be used to tweak displaying.]]></comment>
</parameter>
<parameter type="bool" name="draw_individual_dots" min="0" max="1" default="0">
<name>Show dots only</name>
<comment><![CDATA[If enabled, the graph will be drawn using individual dots instead of lines.<br>
This will effectively show the individual data points as affected by smoothing (ie: for location data it will display each GPS fix if smoothing is 1) and can either be used as a cool effect when zoomed in enough or to debug unexpected line jumps.]]></comment>
</parameter>
<parameter type="animatedrect" name="rect" default="0 0 %width %height" fixed="0" opacity="false">
<name>Graph rectangle</name>
<comment><![CDATA[Defines the rectangle that the graph should be drawn in.<br>
Format is: "X Y W H". X, Y, W, H are assumed to be pixel units unless they have the suffix '%'.]]></comment>
</parameter>
<parameter type="url" name="bg_img_path" filter="Image files (*.png *.jpg *.webp *.jpeg)">
<name>Background image</name>
<comment><![CDATA[If a valid image file is selected, it will be used as a background for the rectangle area.<br>
Paths starting with the "!" character are ignored. TIP: use a map image to add context to the GPS track.]]></comment>
</parameter>
<parameter type="constant" name="bg_scale_w" min="0" max="200" default="1" factor="100">
<name>Background scale</name>
<comment><![CDATA[Scale the background image (relative to center) to match it to the above GPS track.<br>
Values smaller than 100 zoom into the image, values larger than 100 zoom out. 0 hides it.]]></comment>
</parameter>
<parameter type="constant" name="bg_opacity" min="0" max="100" default="1" factor="100">
<name>Background opacity</name>
<comment><![CDATA[Sets the opacity for the background image]]></comment>
</parameter>
<parameter type="fixed" name="gps_start_text">
<name>GPS start time</name>
<comment>Date and time of the first valid GPS point.</comment>
</parameter>
<parameter type="fixed" name="video_start_text">
<name>Video start time</name>
<comment>Date and time of the video file.</comment>
</parameter>
<parameter type="fixed" name="auto_gps_offset_start">
<name>Auto offset start</name>
<comment>Provides a helper offset to guarantee start of video file syncs with the start of GPS file. Correctly sets the offset if video file and GPS recording was started at the same time.</comment>
</parameter>
<parameter type="fixed" name="auto_gps_offset_now">
<name>Auto offset now</name>
<comment>Provides a helper offset to sync the first GPS point to current video time (it is updated every second). Correctly sets the offset if your video record the moment GPS starts.</comment>
</parameter>
<parameter type="fixed" name="map_coords_hint">
<name>Map hint</name>
<comment>Returns the middle latitude and longitude coordinates of the gps file.</comment>
</parameter>
</effect>

View File

@@ -1,5 +1,5 @@
# SPDX-License-Identifier: BSD-2-Clause
# SPDX-FileCopyrightText: Julius Künzel <jk.kdedev@smartlab.uber.space>
# SPDX-FileCopyrightText: Julius Künzel <julius.kuenzel@kde.org>
INSTALL (FILES

View File

@@ -7,10 +7,10 @@
<parameter type="fixed" name="filter" value="shape">
<name>Filter</name>
</parameter>
<parameter type="url" name="filter.resource" filter="Video files (*)">
<parameter type="urllist" paramlist="%maskPaths" name="filter.resource" filter="Video files (*)">
<name>Image or video resource</name>
</parameter>
<parameter type="constant" name="filter.mix" max="100" min="0" default="100" suffix="%">
<parameter type="keyframe" name="filter.mix" max="100" min="0" default="70" suffix="%" relative="true">
<name>Threshold</name>
<comment>Convert alpha or luma values below this level as opaque and above this level as transparent. This is mostly useful for luma wipe images.</comment>
</parameter>
@@ -20,7 +20,7 @@
</parameter>
<parameter type="bool" name="filter.invert" default="0" min="0" max="1">
<name>Invert</name>
<comment>Use the inverse of the alpha or luma value.</comment>
<comment>Use the inverse of the alpha channel.</comment>
</parameter>
<parameter type="bool" name="filter.use_luminance" default="0" min="0" max="1">
<name>Use Luma</name>
@@ -30,4 +30,13 @@
<name>Use Threshold</name>
<comment>Whether to apply a threshold filter to the luma or alpha or not. If not, luma or alpha value of the resource (File) is copied to the alpha channel.</comment>
</parameter>
<parameter type="position" name="in" default="%in" min="0" max="1000000">
<name>Offset</name>
<comment>Start position for the mask file.</comment>
</parameter>
<parameter type="position" name="out" default="-1" min="-1" max="1000000">
<name>Out</name>
<comment>End position for the mask file.</comment>
</parameter>
<parameter type="fixed" name="filter.audio_match" default="0" />
</effect>

View File

@@ -1,5 +1,5 @@
# SPDX-License-Identifier: BSD-2-Clause
# SPDX-FileCopyrightText: Julius Künzel <jk.kdedev@smartlab.uber.space>
# SPDX-FileCopyrightText: Julius Künzel <julius.kuenzel@kde.org>
INSTALL (FILES

View File

@@ -7,7 +7,7 @@
<parameter type="animatedrect" name="rect" default="adjustcenter" fixed="1" opacity="false">
<name>Rectangle</name>
</parameter>
<parameter type="constant" name="blur" max="50" min="0" default="4" suffix="%">
<parameter type="keyframe" name="blur" max="50" min="0" default="4" suffix="%">
<name>Blur</name>
</parameter>
</effect>

View File

@@ -8,7 +8,7 @@
<parameter type="animatedrect" name="rect" default="0 0 %width %height 1">
<name>Rectangle</name>
</parameter>
<parameter type="animated" name="rotation" max="360" min="-360" default="0" notintimeline="1">
<parameter type="animated" name="rotation" max="360" min="-360" default="0" decimals="2" notintimeline="1">
<name>Rotation</name>
</parameter>
<parameter type="list" name="compositing" default="0" paramlist="0;11;12;13;14;15;16;17;18;19;20;21;22;23;24;25;26;27;28;29;6;8">
@@ -23,12 +23,6 @@
<name>Transform</name>
<description>Position, scale and opacity.</description>
<author>Jean-Baptiste Mardelle</author>
<parameter type="animatedrect" name="rect" default="0 0 %width %height 1">
<name>Rectangle</name>
</parameter>
<parameter type="animated" name="rotation" max="360" min="-360" default="0" notintimeline="1" suffix="°">
<name>Rotation</name>
</parameter>
<parameter type="list" name="compositing" default="0" paramlist="0;11;12;13;14;15;16;17;18;19;20;21;22;23;24;25;26;27;28;29;6;8">
<paramlistdisplay>Alpha blend,Xor,Plus,Multiply,Screen,Overlay,Darken,Lighten,Color dodge,Color burn,Hard light,Soft light,Difference,Exclusion,Bitwise or,Bitwise and,Bitwise xor,Bitwise nor,Bitwise nand,Bitwise not xor,Destination in,Destination out</paramlistdisplay>
<name>Compositing</name>
@@ -39,5 +33,11 @@
<parameter type="bool" name="rotate_center" default="1" min="0" max="1">
<name>Rotate from center</name>
</parameter>
<parameter type="animatedrect" name="rect" default="0 0 %width %height 1">
<name>Rectangle</name>
</parameter>
<parameter type="animated" name="rotation" max="360" min="-360" default="0" decimals="2" notintimeline="1" suffix="°" compact="1">
<name>Rotation</name>
</parameter>
</effect>
</group>

View File

@@ -0,0 +1,55 @@
<?xml version="1.0"?>
<!DOCTYPE kpartgui>
<effect tag="affine" id="3wayrotate">
<name context="Affine Transform Effect Name">3-way Rotate</name>
<description>Rotate clip in any 3 directions</description>
<author>Charles Yates</author>
<parameter type="fixed" name="transition.keyed" max="1" min="1" default="1">
</parameter>
<parameter type="bool" name="transition.repeat_off" default="1">
<name>Disable repeat</name>
<comment><![CDATA[When animating properties with keyframes,<br>
whether to repeat the animation after it reaches the last key frame.]]></comment>
</parameter>
<parameter type="bool" name="transition.mirror_off" default="1">
<name>Disable mirror</name>
<comment><![CDATA[When animating properties with keyframes and <em>Disable repeat</em> is off,<br>
whether the animation alternates between reverses and forwards for each repetition.]]></comment>
</parameter>
<parameter type="bool" name="transition.invert_scale" default="1">
<name>Invert scale</name>
<comment><![CDATA[Whether to invert the <em>Scale X</em> and <em>Scale Y</em> values.<br>
This is helpful to make animation interpolation sane because otherwise the scale values do not animate linearly.]]></comment>
</parameter>
<parameter type="animated" name="transition.rotate_x" max="360" min="-360" default="0" decimals="2" suffix="°" notintimeline="1">
<name>Rotate X</name>
<comment><![CDATA[Angle of rotation along the X axis]]></comment>
</parameter>
<parameter type="animated" name="transition.rotate_y" max="360" min="-360" default="0" decimals="2" suffix="°" notintimeline="1">
<name>Rotate Y</name>
<comment><![CDATA[Angle of rotation along the Y axis]]></comment>
</parameter>
<parameter type="animated" name="transition.rotate_z" max="360" min="-360" default="0" decimals="2" suffix="°" notintimeline="1">
<name>Rotate Z</name>
<comment><![CDATA[Angle of rotation along the Z axis]]></comment>
</parameter>
<parameter type="animated" name="transition.ox" max="%width" min="-%width" default="0" notintimeline="1">
<name>Offset X</name>
<comment><![CDATA[Offset along the X axis]]></comment>
</parameter>
<parameter type="animated" name="transition.oy" max="%height" min="-%height" default="0" notintimeline="1">
<name>Offset Y</name>
<comment><![CDATA[Offset along the Y axis]]></comment>
</parameter>
<parameter type="color" name="producer.resource" default="0x00000000" alpha="1">
<name>Background Color</name>
</parameter>
<parameter type="animated" name="transition.scale_x" max="10" min="0" default="1" decimals="2" notintimeline="1">
<name>Scale X</name>
<comment><![CDATA[Scale factor applied to the X axis]]></comment>
</parameter>
<parameter type="animated" name="transition.scale_y" max="10" min="0" default="1" decimals="2" notintimeline="1">
<name>Scale Y</name>
<comment><![CDATA[Scale factor applied to the Y axis]]></comment>
</parameter>
</effect>

View File

@@ -1,16 +1,16 @@
<?xml version="1.0"?>
<!DOCTYPE kpartgui>
<effect tag="affine" id="affine">
<name>Rotate and Shear</name>
<name>Rotate and Shear (deprecated)</name>
<description>Rotate clip in any 3 directions</description>
<author>Charles Yates</author>
<parameter type="constant" name="transition.fix_rotate_x" max="1800" min="-1800" default="0" factor="10">
<parameter type="keyframe" name="transition.fix_rotate_x" max="1800" min="-1800" default="0" factor="10">
<name>Rotate X</name>
</parameter>
<parameter type="constant" name="transition.fix_rotate_y" max="1800" min="-1800" default="0" factor="10">
<parameter type="keyframe" name="transition.fix_rotate_y" max="1800" min="-1800" default="0" factor="10">
<name>Rotate Y</name>
</parameter>
<parameter type="constant" name="transition.fix_rotate_z" max="1800" min="-1800" default="0" factor="10">
<parameter type="keyframe" name="transition.fix_rotate_z" max="1800" min="-1800" default="0" factor="10">
<name>Rotate Z</name>
</parameter>
<parameter type="constant" name="transition.rotate_x" max="200" min="-200" default="0" factor="10">
@@ -22,10 +22,10 @@
<parameter type="constant" name="transition.rotate_z" max="200" min="-200" default="0" factor="10">
<name>Animate Rotate Z</name>
</parameter>
<parameter type="constant" name="transition.fix_shear_x" max="1800" min="-1800" default="0" factor="10">
<parameter type="keyframe" name="transition.fix_shear_x" max="1800" min="-1800" default="0" factor="10">
<name>Shear X</name>
</parameter>
<parameter type="constant" name="transition.fix_shear_y" max="1800" min="-1800" default="0" factor="10">
<parameter type="keyframe" name="transition.fix_shear_y" max="1800" min="-1800" default="0" factor="10">
<name>Shear Y</name>
</parameter>
<parameter type="constant" name="transition.shear_x" max="200" min="-200" default="0" factor="10">

View File

@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!DOCTYPE kpartgui>
<effect tag="affine" id="affinerotate">
<name>Rotate (keyframable)</name>
<name>Rotate (deprecated)</name>
<description>Rotate clip in any 3 directions</description>
<author>Charles Yates</author>
<parameter type="simplekeyframe" name="transition.rotate_x" max="1800" min="-1800" default="0" factor="10">

View File

@@ -4,10 +4,10 @@
<name context="Sepia Effect Name">Sepia</name>
<description>Turn clip colors to sepia</description>
<author>Charles Yates</author>
<parameter type="constant" name="u" max="255" min="0" default="75">
<parameter type="keyframe" name="u" max="255" min="0" default="75">
<name>Chrominance U</name>
</parameter>
<parameter type="constant" name="v" max="255" min="0" default="150">
<parameter type="keyframe" name="v" max="255" min="0" default="150">
<name>Chrominance V</name>
</parameter>
</effect>

View File

@@ -4,10 +4,10 @@
<name>Shape Alpha</name>
<description>Create an alpha channel (transparency) based on another resource</description>
<author>Charles Yates</author>
<parameter type="url" name="resource" filter="Video files (*)">
<parameter type="urllist" paramlist="%maskPaths" name="resource" filter="Video files (*)">
<name>Image or video resource</name>
</parameter>
<parameter type="constant" name="mix" max="100" min="0" default="100" suffix="%">
<parameter type="keyframe" name="mix" max="100" min="0" default="100" suffix="%" relative="true">
<name>Threshold</name>
<comment>Convert alpha or luma values below this level as opaque and above this level as transparent. This is mostly useful for luma wipe images.</comment>
</parameter>
@@ -17,7 +17,7 @@
</parameter>
<parameter type="bool" name="invert" default="0" min="0" max="1">
<name>Invert</name>
<comment>Use the inverse of the alpha or luma value.</comment>
<comment>Use the inverse of the alpha channel.</comment>
</parameter>
<parameter type="bool" name="use_luminance" default="0" min="0" max="1">
<name>Use Luma</name>
@@ -27,4 +27,13 @@
<name>Use Threshold</name>
<comment>Whether to apply a threshold filter to the luma or alpha or not. If not, luma or alpha value of the resource (File) is copied to the alpha channel.</comment>
</parameter>
<parameter type="position" name="in" default="%in" min="0" max="1000000">
<name>Offset</name>
<comment>Start position for the mask file.</comment>
</parameter>
<parameter type="position" name="out" default="-1" min="-1" max="1000000">
<name>Out</name>
<comment>End position for the mask file.</comment>
</parameter>
<parameter type="fixed" name="audio_match" default="0" />
</effect>

52
data/effects/shear.xml Normal file
View File

@@ -0,0 +1,52 @@
<?xml version="1.0"?>
<!DOCTYPE kpartgui>
<effect tag="affine" id="affineshear">
<name context="Affine Transform Effect Name">Shear</name>
<description>Shear a clip along the 3 axes</description>
<author>Charles Yates</author>
<parameter type="fixed" name="keyed" default="1">
</parameter>
<parameter type="bool" name="transition.repeat_off" default="1">
<name>Disable repeat</name>
<comment><![CDATA[When animating properties with keyframes,<br>
whether to repeat the animation after it reaches the last key frame.]]></comment>
</parameter>
<parameter type="bool" name="transition.mirror_off" default="1">
<name>Disable mirror</name>
<comment><![CDATA[When animating properties with keyframes and <em>Disable repeat</em> is off,<br>
whether the animation alternates between reverses and forwards for each repetition.]]></comment>
</parameter>
<parameter type="bool" name="transition.invert_scale" default="1">
<name>Invert scale</name>
<comment><![CDATA[Whether to invert the <em>Scale X</em> and <em>Scale Y</em> values.<br>
This is helpful to make animation interpolation sane because otherwise the scale values do not animate linearly.]]></comment>
</parameter>
<parameter type="animated" name="transition.fix_shear_x" max="360" min="-360" default="0" decimals="1" notintimeline="1" suffix="°">
<name>Shear X</name>
<comment><![CDATA[Shear angle around the X axis]]></comment>
</parameter>
<parameter type="animated" name="transition.fix_shear_y" max="360" min="-360" default="0" decimals="1" notintimeline="1" suffix="°">
<name>Shear Y</name>
<comment><![CDATA[Shear angle around the Y axis]]></comment>
</parameter>
<parameter type="animated" name="transition.fix_shear_z" max="360" min="-360" default="0" decimals="1" notintimeline="1" suffix="°">
<name>Shear Z</name>
<comment><![CDATA[Shear angle around the Z axis]]></comment>
</parameter>
<parameter type="animated" name="transition.ox" max="%width" min="-%width" default="0" factor="-1" notintimeline="1">
<name>Offset X</name>
<comment><![CDATA[Offset along the X axis]]></comment>
</parameter>
<parameter type="animated" name="transition.oy" max="%height" min="-%height" default="0" notintimeline="1">
<name>Offset Y</name>
<comment><![CDATA[Offset along Y axis]]></comment>
</parameter>
<parameter type="animated" name="transition.scale_x" max="10" min="0" default="1" decimals="2" notintimeline="1">
<name>Scale X</name>
<comment><![CDATA[Scale factor applied to the X axis]]></comment>
</parameter>
<parameter type="animated" name="transition.scale_y" max="10" min="0" default="1" decimals="2" notintimeline="1">
<name>Scale Y</name>
<comment><![CDATA[Scale factor applied to the Y axis]]></comment>
</parameter>
</effect>

View File

@@ -1,5 +1,5 @@
# SPDX-License-Identifier: BSD-2-Clause
# SPDX-FileCopyrightText: Julius Künzel <jk.kdedev@smartlab.uber.space>
# SPDX-FileCopyrightText: Julius Künzel <julius.kuenzel@kde.org>
INSTALL (FILES

15
data/effects/strobe.xml Normal file
View File

@@ -0,0 +1,15 @@
<?xml version="1.0"?>
<!DOCTYPE kpartgui>
<effect tag="strobe" id="strobe">
<name>Alpha strobing</name>
<description>Strobes the alpha channel to 0. Many other filters overwrite the alpha channel, in that case this needs to be last.</description>
<author> Martin Sandsmark</author>
<parameter type="bool" name="strobe_invert" default="0" min="0" max="1">
<name>Invert</name>
<comment>Whether to invert which frames are on and which is off</comment>
</parameter>
<parameter type="keyframe" name="interval" max="100" min="1" default="1">
<name>Interval</name>
<comment>Duration of strobe</comment>
</parameter>
</effect>

View File

@@ -1,5 +1,5 @@
# SPDX-License-Identifier: BSD-2-Clause
# SPDX-FileCopyrightText: Julius Künzel <jk.kdedev@smartlab.uber.space>
# SPDX-FileCopyrightText: Julius Künzel <julius.kuenzel@kde.org>
INSTALL (FILES

View File

@@ -10,8 +10,8 @@
<parameter type="listdependency" name="algo" default="KCF" paramlist="KCF;CSRT;MOSSE;MIL;MEDIANFLOW;DaSIAM;Nano" conditional="1">
<paramlistdisplay>KCF,CSRT,MOSSE,MIL,MedianFlow,DaSIAM,Nano</paramlistdisplay>
<name>Tracker algorithm</name>
<paramdependencies value="DaSIAM" files="dasiamrpn_model.onnx;dasiamrpn_kernel_r1.onnx;dasiamrpn_kernel_cls1.onnx" folder="/opencvmodels">Required model files for DaSiam Tracker not found in &lt;a href="file://%folder"&gt;models folder&lt;/a&gt;. Check our &lt;a href="https://docs.kdenlive.org/en/effects_and_compositions/video_effects/alpha_mask_keying/motion_tracker.html#dasiam"&gt;manual&lt;/a&gt; for instructions.</paramdependencies>
<paramdependencies value="Nano" files="nanotrack_backbone_sim.onnx;nanotrack_head_sim.onnx" folder="/opencvmodels">Requires OpenCV >= 4.7. Required model files for Nano Tracker not found in &lt;a href="file://%folder"&gt;models folder&lt;/a&gt;. Check our &lt;a href="https://docs.kdenlive.org/en/effects_and_compositions/video_effects/alpha_mask_keying/motion_tracker.html#nano"&gt;manual&lt;/a&gt; for instructions.</paramdependencies>
<paramdependencies value="DaSIAM" files="dasiamrpn_model.onnx;dasiamrpn_kernel_r1.onnx;dasiamrpn_kernel_cls1.onnx" folder="/opencvmodels">Required model files for DaSiam Tracker not found in &lt;a href="file://%folder"&gt;models folder&lt;/a&gt;. Check our &lt;a href="https://docs.kdenlive.org/en/effects_and_filters/video_effects/alpha_mask_keying/motion_tracker.html#id3"&gt;manual&lt;/a&gt; for instructions.</paramdependencies>
<paramdependencies value="Nano" files="nanotrack_backbone_sim.onnx;nanotrack_head_sim.onnx" folder="/opencvmodels">Requires OpenCV >= 4.7. Required model files for Nano Tracker not found in &lt;a href="file://%folder"&gt;models folder&lt;/a&gt;. Check our &lt;a href="https://docs.kdenlive.org/en/effects_and_filters/video_effects/alpha_mask_keying/motion_tracker.html#id3"&gt;manual&lt;/a&gt; for instructions.</paramdependencies>
</parameter>
<parameter type="constant" name="steps" default="5" min="0" max="120">
<name>Keyframes spacing</name>

View File

@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!DOCTYPE kpartgui>
<effect tag="volume" id="volume" type="audio" version="0.2">
<name>Volume (keyframable)</name>
<name>Volume</name>
<description>Adjust audio volume with keyframes</description>
<author>Dan Dennedy</author>
<parameter type="animated" name="level" default="0" max="50" min="-100" visualmax="50" visualmin="-50" suffix="dB" scale="-1">

View File

@@ -6,19 +6,22 @@ MPEG=qscale=4 ab=192k vcodec=mpeg2video acodec=mp2 threads=%threads;mpg
[proxy]
# proxy settings should be FFmpeg type parameters, like: -vcodec libx264
x264=-vf scale=%width:-2 -vcodec libx264 -g 1 -bf 0 -vb 0 -crf 20 -preset veryfast -acodec aac -ab 128k;mov
x264-vaapi=-init_hw_device vaapi=vaapi0: -filter_hw_device vaapi0 -i -vf scale=%width:-2,format=nv12,hwupload -codec:v h264_vaapi -g 1 -bf 0 -qp 26 -acodec ac3 -ab 128k;mov
x264-amf=-f mp4 -codec:v h264_amf -g 1 -bf 0 -qp 26 -acodec ac3 -ab 128k;mp4
x264-qsv=-f mp4 -codec:v h264_qsv -g 1 -bf 0 -qp 26 -acodec ac3 -ab 128k;mp4
x264-videotoolbox=-f mp4 -codec:v h264_videotoolbox -g 1 -bf 0 -qp 26 -acodec ac3 -ab 128k;mp4
x264-vaapi-scale=-hwaccel vaapi -hwaccel_output_format vaapi -i -vf scale_vaapi=w=%width:h=-2:format=nv12,hwupload -codec:v h264_vaapi -g 1 -bf 0 -qp 26 -acodec ac3 -ab 128k;mov
x264-nvenc=-vsync 0 -c:v %nvcodec -resize %frameSize -i -vcodec h264_nvenc -g 2 -bf 0 -acodec copy;mov
MPEG2=-vf scale=%width:-2 -g 1 -bf 0 -vb 0 -qscale 6 -ab 128k -vcodec mpeg2video -acodec ac3;mpg
MJPEG=-vf yadif,scale=%width:-2 -qscale 3 -vcodec mjpeg -acodec pcm_s16le;mkv
MJPEG-vaapi=-init_hw_device vaapi=vaapi0:,connection_type=x11 -filter_hw_device vaapi0 -vf format=nv12,hwupload -codec:v mjpeg_vaapi -codec:a copy;mkv
ProRes=-vf scale=%width:-2 -vcodec prores_ks -vb 0 -g 1 -bf 0 -vprofile 0 -vendor ap10 -qscale 11;mov
NVENC H264=-vcodec h264_nvenc -vb 30000k -rc cbr -acodec aac -ab 192k;mp4
NVENC H265=-vcodec hevc_nvenc -vb 30000k -acodec aac -ab 192k;mp4
x264=-vf scale=%width:-2 -vsync 1 -c:v libx264 -g 1 -bf 0 -vb 0 -crf 20 -preset veryfast -c:a aac -ab 128k;mov
x264-vaapi=-init_hw_device vaapi=vaapi0: -filter_hw_device vaapi0 -i -vf scale=%width:-2,format=nv12,hwupload -vsync 1 -c:v h264_vaapi -g 1 -bf 0 -qp 26 -c:a aac -ab 128k;mov
x264-amf=-f mp4 -vsync 1 -c:v h264_amf -g 1 -bf 0 -qp 26 -c:a aac -ab 128k;mp4
x264-qsv=-f mp4 -vsync 1 -c:v h264_qsv -g 1 -bf 0 -qp 26 -c:a aac -ab 128k;mp4
x264-videotoolbox=-f mp4 -vsync 1 -c:v h264_videotoolbox -g 1 -bf 0 -qp 26 -c:a aac -ab 128k;mp4
x264-vaapi-scale=-hwaccel vaapi -hwaccel_output_format vaapi -i -vf scale_vaapi=w=%width:h=-2:format=nv12,hwupload -vsync 1 -c:v h264_vaapi -g 1 -bf 0 -qp 26 -c:a aac -ab 128k;mov
x264-nvenc=-vsync 1 -c:v %nvcodec -resize %frameSize -i -c:v h264_nvenc -g 2 -bf 0 -c:a aac -ab 128k;mov
MPEG2=-vf scale=%width:-2 -g 1 -bf 0 -vb 0 -qscale 6 -ab 128k -c:v mpeg2video -c:a ac3;mpg
MJPEG=-vf yadif,scale=%width:-2 -qscale 3 -c:v mjpeg -c:a pcm_s16le;mkv
MJPEG-vaapi=-init_hw_device vaapi=vaapi0:,connection_type=x11 -filter_hw_device vaapi0 -vf format=nv12,hwupload -c:v mjpeg_vaapi -codec:a copy;mkv
ProRes=-vf scale=%width:-2 -c:v prores_ks -vb 0 -g 1 -bf 0 -vprofile 0 -vendor ap10 -qscale 11;mov
NVENC H264=-vsync 1 -c:v h264_nvenc -vb 30000k -rc cbr -c:a aac -ab 128k;mp4
NVENC H265=-c:v hevc_nvenc -vb 30000k -c:a aac -ab 128k;mp4
[proxy-alpha]
FFV1=-vf scale=%width:-2 -f mov -vcodec ffv1 -pix_fmt bgra -c:a aac -ab 128k;mkv
[screengrab]
# proxy settings should be FFmpeg type parameters, like: -vcodec libx264

View File

@@ -13,7 +13,7 @@
<paramlistdisplay>Seconds to 0,Seconds to 1,Frames,Timecode,Clock</paramlistdisplay>
<name>Counter Style</name>
</parameter>
<parameter type="list" name="sound" default="silent" paramlist="silent;2pop;frame0">
<parameter type="list" name="sound" default="silent" paramlist="silent;2pop;frame0" audio="2pop;frame0">
<paramlistdisplay>Silent,1kHz beep before end,1kHz beep each second</paramlistdisplay>
<name>Sound</name>
</parameter>

View File

@@ -1,5 +1,5 @@
<!DOCTYPE kpartgui>
<generator tag="noise" id="noise">
<generator tag="noise" id="noise" type="audio;video">
<name>White Noise</name>
<description>White noise producer</description>
<author>Charles Yates</author>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

@@ -1,5 +1,5 @@
# SPDX-License-Identifier: BSD-2-Clause
# SPDX-FileCopyrightText: Vincent Pinon <vpinon@kde.org>, Julius Künzel <jk.kdedev@smartlab.uber.space>, Jean-Baptiste Mardelle <jb@kdenlive.org>
# SPDX-FileCopyrightText: Vincent Pinon <vpinon@kde.org>, Julius Künzel <julius.kuenzel@kde.org>, Jean-Baptiste Mardelle <jb@kdenlive.org>
ecm_install_icons(ICONS
16-apps-kdenlive.png

View File

@@ -22,6 +22,7 @@ Comment[fr]=Kdenlive
Comment[ga]=Kdenlive
Comment[gl]=Kdenlive
Comment[he]=Kdenlive
Comment[hi]=केडेनलाइव
Comment[hu]=Kdenlive
Comment[id]=Kdenlive
Comment[it]=Kdenlive
@@ -41,6 +42,7 @@ Comment[pt]=Kdenlive
Comment[pt_BR]=Kdenlive
Comment[ro]=Kdenlive
Comment[ru]=Kdenlive
Comment[sa]=क्डेन्लिव्
Comment[sk]=Kdenlive
Comment[sl]=Kdenlive
Comment[sv]=Kdenlive
@@ -72,6 +74,7 @@ Name[fi]=Renderöinti valmistui
Name[fr]=Rendu terminé
Name[gl]=Rematou a renderización
Name[he]=הצלימה הושלמה
Name[hi]=रेंडरिंग समाप्त
Name[hu]=A renderelés befejeződött
Name[id]=Perenderan selesai
Name[it]=Esportazione terminata
@@ -90,6 +93,7 @@ Name[pt]=A geração terminou
Name[pt_BR]=A renderização terminou
Name[ro]=Randare încheiată
Name[ru]=Сборка завершена
Name[sa]=प्रतिपादनं समाप्तम्
Name[sk]=Renderovanie ukončené
Name[sl]=Izrisovanje končano
Name[sv]=Återgivning klar
@@ -118,6 +122,7 @@ Comment[fi]=Renderöinti on tehty
Comment[fr]=Le rendu est terminé
Comment[gl]=Rematou a renderización
Comment[he]=הצלימה הסתיימה
Comment[hi]=रेंडरिंग समाप्त हो गया है
Comment[hu]=A renderelésnek vége
Comment[id]=Perenderan telah usai
Comment[it]=L'esportazione è terminata
@@ -136,6 +141,7 @@ Comment[pt]=A geração terminou
Comment[pt_BR]=A renderização foi terminada
Comment[ro]=Randarea s-a încheiat
Comment[ru]=Сборка завершена
Comment[sa]=प्रतिपादनं समाप्तम् अस्ति
Comment[sk]=Renderovanie je skončené
Comment[sl]=Izrisovanje je poteklo
Comment[sv]=Återgivningen är gjord
@@ -167,6 +173,7 @@ Name[fi]=Renderöinti aloitettu
Name[fr]=Rendu démarré
Name[gl]=Comezou a renderización
Name[he]=הצלימה החלה
Name[hi]=रेंडरिंग शुरू हुई
Name[hu]=A renderelés elkezdődött
Name[id]=Perenderan dimulai
Name[it]=Esportazione avviata
@@ -185,6 +192,7 @@ Name[pt]=A geração foi iniciada
Name[pt_BR]=A renderização iniciou
Name[ro]=Randarea începută
Name[ru]=Сборка запущена
Name[sa]=प्रतिपादनं आरब्धम्
Name[sk]=Renderovanie spustené
Name[sl]=Izrisovanje začeto
Name[sv]=Återgivning startad
@@ -213,6 +221,7 @@ Comment[fi]=Renderöinti aloitettiin
Comment[fr]=Le rendu a démarré
Comment[gl]=Comezou a renderización
Comment[he]=הצלימה החלה
Comment[hi]=रेंडरिंग शुरू हो गई
Comment[hu]=A renderelés elkezdődött
Comment[id]=Perenderan telah dimulai
Comment[it]=L'esportazione è stata avviata
@@ -231,6 +240,7 @@ Comment[pt]=A geração foi iniciada
Comment[pt_BR]=A renderização foi iniciada
Comment[ro]=Randarea a început
Comment[ru]=Сборка запущена
Comment[sa]=प्रतिपादनं आरब्धम् आसीत्
Comment[sk]=Renderovanie bolo spustené
Comment[sl]=Izrisovanje se je začelo
Comment[sv]=Återgivningen har startats
@@ -262,6 +272,7 @@ Name[fi]=Ruutu kaapattu
Name[fr]=Cadre capturé
Name[gl]=Fotograma capturado
Name[he]=התמונית נלכדה
Name[hi]=फ़्रेम कैप्चर किया गया
Name[hu]=Képkocka rögzítve
Name[id]=Frame ditangkap
Name[it]=Fotogramma acquisito
@@ -280,6 +291,7 @@ Name[pt]=Imagem capturada
Name[pt_BR]=Imagem capturada
Name[ro]=Cadru captat
Name[ru]=Кадр получен
Name[sa]=फ्रेमः गृहीतः
Name[sk]=Snímka zachytená
Name[sl]=Sličica zajeta
Name[sv]=Ram lagrad
@@ -308,6 +320,7 @@ Comment[fi]=Ruutu kaapattiin levylle
Comment[fr]=Un cadre a été capturé sur le disque
Comment[gl]=Capturouse un fotograma para o disco
Comment[he]=תמונית נלכדה לכונן
Comment[hi]=एक फ्रेम डिस्क पर कैप्चर किया गया
Comment[hu]=Egy képkocka rögzítésre került a lemezre
Comment[id]=Sebuah frame telah ditangkap ke disk
Comment[it]=È stato acquisito un fotogramma sul disco
@@ -326,6 +339,7 @@ Comment[pt]=Foi capturada uma imagem para o disco
Comment[pt_BR]=Foi capturada uma imagem para o disco
Comment[ro]=Un cadru a fost captat pe disc
Comment[ru]=Выполнен захват кадра с сохранением на диск
Comment[sa]=एकः फ्रेमः डिस्कं प्रति गृहीतः आसीत्
Comment[sk]=Snímka bola uložená na disk
Comment[sl]=Sličica je bila zajeta na disk
Comment[sv]=En ram har lagrats på disk
@@ -358,6 +372,7 @@ Name[fi]=Valmiina kaappaamaan
Name[fr]=Prêt pour la capture
Name[gl]=Listo para a captura
Name[he]=בהמתנה ללכידה
Name[hi]=कब्जा करने के लिए तैयार
Name[hu]=Kezdődhet a rögzítés
Name[id]=Siap menangkap
Name[it]=Pronto per la registrazione
@@ -376,6 +391,7 @@ Name[pt]=Pronto para capturar
Name[pt_BR]=Pronto para capturar
Name[ro]=Gata de captare
Name[ru]=Готов к захвату
Name[sa]=गृहीतुं सज्जः
Name[sk]=Pripravené na zachytenie
Name[sl]=Pripravljen na zajem
Name[sv]=Klar att lagra
@@ -410,6 +426,7 @@ Name[fr]=Erreur
Name[ga]=Earráid
Name[gl]=Erro
Name[he]=שגיאה
Name[hi]=गलती
Name[hu]=Hiba
Name[id]=Kesalahan
Name[it]=Errore
@@ -429,6 +446,7 @@ Name[pt]=Erro
Name[pt_BR]=Erro
Name[ro]=Eroare
Name[ru]=Ошибка
Name[sa]=त्रुटि
Name[sk]=Chyba
Name[sl]=Napaka
Name[sv]=Fel
@@ -459,6 +477,7 @@ Comment[fr]=Une erreur est survenue dans Kdenlive
Comment[ga]=Tharla earráid in Kdenlive
Comment[gl]=Produciuse un erro en Kdenlive
Comment[he]=אירעה שגיאה ב־Kdenlive
Comment[hi]=Kdenlive में एक त्रुटि घटित हुई
Comment[hu]=Hiba történt a Kdenlive-ban
Comment[id]=Sebuah kesalahan terjadi di Kdenlive
Comment[it]=Si è verificato un errore in Kdenlive
@@ -477,6 +496,7 @@ Comment[pt]=Ocorreu um erro no Kdenlive
Comment[pt_BR]=Ocorreu um erro no Kdenlive
Comment[ro]=În Kdenlive a intervenit o eroare
Comment[ru]=В Kdenlive произошла ошибка
Comment[sa]=Kdenlive इत्यत्र त्रुटिः अभवत्
Comment[sk]=Nastala chyba v Kdenlive
Comment[sl]=V Kdenlive je prišlo do napake
Comment[sv]=Ett fel uppstod i Kdenlive
@@ -491,7 +511,7 @@ Action=Sound
[Event/SaveSuccess]
Name=Saving successful
Name[ar]=نحج الحفظ
Name[ar]=نجح الحفظ
Name[ca]=S'ha desat correctament
Name[ca@valencia]=S'ha guardat correctament
Name[cs]=Ukládání bylo úspěšné
@@ -499,9 +519,11 @@ Name[en_GB]=Saving successful
Name[eo]=Konservado sukcesa
Name[es]=Guardado exitoso
Name[eu]=Ondo gorde da
Name[fi]=Tallennus onnistui
Name[fr]=Enregistrement effectué avec succès
Name[gl]=Completouse a garda
Name[he]=השמירה הצליחה
Name[hi]=सहेजना सफल रहा
Name[hu]=A mentés sikeres
Name[it]=Salvataggio riuscito
Name[ja]=保存に成功
@@ -511,6 +533,7 @@ Name[nl]=Opslaan is gelukt
Name[pl]=Pomyślne zapisano
Name[pt_BR]=Salvo com sucesso
Name[ru]=Успешное сохранение
Name[sa]=रक्षणं सफलम्
Name[sl]=Shranjevanje je uspelo
Name[sv]=Spara lyckades
Name[tok]=awen li pona

View File

@@ -22,6 +22,7 @@ Comment[fr]=Kdenlive
Comment[ga]=Kdenlive
Comment[gl]=Kdenlive
Comment[he]=Kdenlive
Comment[hi]=केडेनलाइव
Comment[hu]=Kdenlive
Comment[id]=Kdenlive
Comment[it]=Kdenlive
@@ -41,6 +42,7 @@ Comment[pt]=Kdenlive
Comment[pt_BR]=Kdenlive
Comment[ro]=Kdenlive
Comment[ru]=Kdenlive
Comment[sa]=क्डेन्लिव्
Comment[sk]=Kdenlive
Comment[sl]=Kdenlive
Comment[sv]=Kdenlive
@@ -72,6 +74,7 @@ Name[fi]=Renderöinti valmistui
Name[fr]=Rendu terminé
Name[gl]=Rematou a renderización
Name[he]=הצלימה הושלמה
Name[hi]=रेंडरिंग समाप्त
Name[hu]=A renderelés befejeződött
Name[id]=Perenderan selesai
Name[it]=Esportazione terminata
@@ -90,6 +93,7 @@ Name[pt]=A geração terminou
Name[pt_BR]=A renderização terminou
Name[ro]=Randare încheiată
Name[ru]=Сборка завершена
Name[sa]=प्रतिपादनं समाप्तम्
Name[sk]=Renderovanie ukončené
Name[sl]=Izrisovanje končano
Name[sv]=Återgivning klar
@@ -118,6 +122,7 @@ Comment[fi]=Renderöinti on tehty
Comment[fr]=Le rendu est terminé
Comment[gl]=Rematou a renderización
Comment[he]=הצלימה הסתיימה
Comment[hi]=रेंडरिंग समाप्त हो गया है
Comment[hu]=A renderelésnek vége
Comment[id]=Perenderan telah usai
Comment[it]=L'esportazione è terminata
@@ -136,6 +141,7 @@ Comment[pt]=A geração terminou
Comment[pt_BR]=A renderização foi terminada
Comment[ro]=Randarea s-a încheiat
Comment[ru]=Сборка завершена
Comment[sa]=प्रतिपादनं समाप्तम् अस्ति
Comment[sk]=Renderovanie je skončené
Comment[sl]=Izrisovanje je poteklo
Comment[sv]=Återgivningen är gjord
@@ -167,6 +173,7 @@ Name[fi]=Renderöinti aloitettu
Name[fr]=Rendu démarré
Name[gl]=Comezou a renderización
Name[he]=הצלימה החלה
Name[hi]=रेंडरिंग शुरू हुई
Name[hu]=A renderelés elkezdődött
Name[id]=Perenderan dimulai
Name[it]=Esportazione avviata
@@ -185,6 +192,7 @@ Name[pt]=A geração foi iniciada
Name[pt_BR]=A renderização iniciou
Name[ro]=Randarea începută
Name[ru]=Сборка запущена
Name[sa]=प्रतिपादनं आरब्धम्
Name[sk]=Renderovanie spustené
Name[sl]=Izrisovanje začeto
Name[sv]=Återgivning startad
@@ -213,6 +221,7 @@ Comment[fi]=Renderöinti aloitettiin
Comment[fr]=Le rendu a démarré
Comment[gl]=Comezou a renderización
Comment[he]=הצלימה החלה
Comment[hi]=रेंडरिंग शुरू हो गई
Comment[hu]=A renderelés elkezdődött
Comment[id]=Perenderan telah dimulai
Comment[it]=L'esportazione è stata avviata
@@ -231,6 +240,7 @@ Comment[pt]=A geração foi iniciada
Comment[pt_BR]=A renderização foi iniciada
Comment[ro]=Randarea a început
Comment[ru]=Сборка запущена
Comment[sa]=प्रतिपादनं आरब्धम् आसीत्
Comment[sk]=Renderovanie bolo spustené
Comment[sl]=Izrisovanje se je začelo
Comment[sv]=Återgivningen har startats
@@ -262,6 +272,7 @@ Name[fi]=Ruutu kaapattu
Name[fr]=Cadre capturé
Name[gl]=Fotograma capturado
Name[he]=התמונית נלכדה
Name[hi]=फ़्रेम कैप्चर किया गया
Name[hu]=Képkocka rögzítve
Name[id]=Frame ditangkap
Name[it]=Fotogramma acquisito
@@ -280,6 +291,7 @@ Name[pt]=Imagem capturada
Name[pt_BR]=Imagem capturada
Name[ro]=Cadru captat
Name[ru]=Кадр получен
Name[sa]=फ्रेमः गृहीतः
Name[sk]=Snímka zachytená
Name[sl]=Sličica zajeta
Name[sv]=Ram lagrad
@@ -308,6 +320,7 @@ Comment[fi]=Ruutu kaapattiin levylle
Comment[fr]=Un cadre a été capturé sur le disque
Comment[gl]=Capturouse un fotograma para o disco
Comment[he]=תמונית נלכדה לכונן
Comment[hi]=एक फ्रेम डिस्क पर कैप्चर किया गया
Comment[hu]=Egy képkocka rögzítésre került a lemezre
Comment[id]=Sebuah frame telah ditangkap ke disk
Comment[it]=È stato acquisito un fotogramma sul disco
@@ -326,6 +339,7 @@ Comment[pt]=Foi capturada uma imagem para o disco
Comment[pt_BR]=Foi capturada uma imagem para o disco
Comment[ro]=Un cadru a fost captat pe disc
Comment[ru]=Выполнен захват кадра с сохранением на диск
Comment[sa]=एकः फ्रेमः डिस्कं प्रति गृहीतः आसीत्
Comment[sk]=Snímka bola uložená na disk
Comment[sl]=Sličica je bila zajeta na disk
Comment[sv]=En ram har lagrats på disk
@@ -358,6 +372,7 @@ Name[fi]=Valmiina kaappaamaan
Name[fr]=Prêt pour la capture
Name[gl]=Listo para a captura
Name[he]=בהמתנה ללכידה
Name[hi]=कब्जा करने के लिए तैयार
Name[hu]=Kezdődhet a rögzítés
Name[id]=Siap menangkap
Name[it]=Pronto per la registrazione
@@ -376,6 +391,7 @@ Name[pt]=Pronto para capturar
Name[pt_BR]=Pronto para capturar
Name[ro]=Gata de captare
Name[ru]=Готов к захвату
Name[sa]=गृहीतुं सज्जः
Name[sk]=Pripravené na zachytenie
Name[sl]=Pripravljen na zajem
Name[sv]=Klar att lagra
@@ -410,6 +426,7 @@ Name[fr]=Erreur
Name[ga]=Earráid
Name[gl]=Erro
Name[he]=שגיאה
Name[hi]=गलती
Name[hu]=Hiba
Name[id]=Kesalahan
Name[it]=Errore
@@ -429,6 +446,7 @@ Name[pt]=Erro
Name[pt_BR]=Erro
Name[ro]=Eroare
Name[ru]=Ошибка
Name[sa]=त्रुटि
Name[sk]=Chyba
Name[sl]=Napaka
Name[sv]=Fel
@@ -459,6 +477,7 @@ Comment[fr]=Une erreur est survenue dans Kdenlive
Comment[ga]=Tharla earráid in Kdenlive
Comment[gl]=Produciuse un erro en Kdenlive
Comment[he]=אירעה שגיאה ב־Kdenlive
Comment[hi]=Kdenlive में एक त्रुटि घटित हुई
Comment[hu]=Hiba történt a Kdenlive-ban
Comment[id]=Sebuah kesalahan terjadi di Kdenlive
Comment[it]=Si è verificato un errore in Kdenlive
@@ -477,6 +496,7 @@ Comment[pt]=Ocorreu um erro no Kdenlive
Comment[pt_BR]=Ocorreu um erro no Kdenlive
Comment[ro]=În Kdenlive a intervenit o eroare
Comment[ru]=В Kdenlive произошла ошибка
Comment[sa]=Kdenlive इत्यत्र त्रुटिः अभवत्
Comment[sk]=Nastala chyba v Kdenlive
Comment[sl]=V Kdenlive je prišlo do napake
Comment[sv]=Ett fel uppstod i Kdenlive
@@ -487,11 +507,11 @@ Comment[x-test]=xxAn error occurred in Kdenlivexx
Comment[zh_CN]=Kdenlive 发生错误
Comment[zh_TW]=Kdenlive 中發生錯誤
Sound=dialog-error
Action=Sound
Action=Sound|Popup
[Event/SaveSuccess]
Name=Saving successful
Name[ar]=نحج الحفظ
Name[ar]=نجح الحفظ
Name[ca]=S'ha desat correctament
Name[ca@valencia]=S'ha guardat correctament
Name[cs]=Ukládání bylo úspěšné
@@ -499,9 +519,11 @@ Name[en_GB]=Saving successful
Name[eo]=Konservado sukcesa
Name[es]=Guardado exitoso
Name[eu]=Ondo gorde da
Name[fi]=Tallennus onnistui
Name[fr]=Enregistrement effectué avec succès
Name[gl]=Completouse a garda
Name[he]=השמירה הצליחה
Name[hi]=सहेजना सफल रहा
Name[hu]=A mentés sikeres
Name[it]=Salvataggio riuscito
Name[ja]=保存に成功
@@ -511,6 +533,7 @@ Name[nl]=Opslaan is gelukt
Name[pl]=Pomyślne zapisano
Name[pt_BR]=Salvo com sucesso
Name[ru]=Успешное сохранение
Name[sa]=रक्षणं सफलम्
Name[sl]=Shranjevanje je uspelo
Name[sv]=Spara lyckades
Name[tok]=awen li pona

View File

@@ -22,15 +22,15 @@
<text>Utility</text>
</group>
<group list="avfilter.drawbox,avfilter.drawgrid,avfilter.dynamictext,dynamictext,vignette,frei0r.vignette,frei0r.scanline0r,frei0r.cairogradient,frei0r.cairoimagegrid,frei0r.tehroxx0r,gpstext,timer">
<group list="avfilter.drawbox,avfilter.drawgrid,avfilter.dynamictext,dynamictext,vignette,frei0r.vignette,frei0r.scanline0r,frei0r.cairogradient,frei0r.cairoimagegrid,frei0r.tehroxx0r,gpstext,gpsgraphic,timer">
<text>Generate</text>
</group>
<group list="audiowave,dance,lightshow,audiospectrum,audiowaveform,audiolevelgraph">
<group list="audiowave,dance,lightshow,audiospectrum,audiowaveform,audiolevelgraph" category="master">
<text>On Master</text>
</group>
<group list="invert,sepia,tcolor,greyscale,frei0r.B,frei0r.G,frei0r.R,frei0r.contrast0r,frei0r.saturat0r,frei0r.tint0r,chroma_hold,frei0r.colorize,frei0r.equaliz0r,frei0r.hueshift0r,frei0r.luminance,lumaliftgaingamma,lift_gamma_gain,brightness,gamma,frei0r.colgate,frei0r.balanc0r,frei0r.brightness,frei0r.levels,frei0r.three_point_balance,frei0r.curves,frei0r.coloradj_RGB,frei0r.sopsat,frei0r.bezier_curves,avfilter.selectivecolor,avfilter.lut3d,avfilter.chromahold,avfilter.colorbalance,avfilter.colorchannelmixer,avfilter.colorhold,avfilter.colorlevels,avfilter.eq,frei0r.invert0r,frei0r.normaliz0r,frei0r.gamma,frei0r.bw0r,greyscale,avfilter.vibrance,avfilter.swapuv,avfilter.negate,avfilter.histeq,avfilter.normalize,avfilter.fftfilt,avfilter.limiter,avfilter.colorcontrast,avfilter.colorcorrect,avfilter.colorize,avfilter.colortemperature,avfilter.exposure,avfilter.monochrome">
<group list="invert,sepia,tcolor,greyscale,frei0r.B,frei0r.G,frei0r.R,frei0r.contrast0r,frei0r.saturat0r,frei0r.tint0r,chroma_hold,frei0r.colorize,frei0r.equaliz0r,frei0r.hueshift0r,frei0r.luminance,lumaliftgaingamma,lift_gamma_gain,brightness,gamma,frei0r.colgate,frei0r.balanc0r,frei0r.brightness,frei0r.levels,frei0r.three_point_balance,frei0r.curves,frei0r.coloradj_RGB,frei0r.sopsat,frei0r.bezier_curves,avfilter.selectivecolor,avfilter.lut3d,avfilter.chromahold,avfilter.colorbalance,avfilter.colorchannelmixer,avfilter.colorhold,avfilter.colorlevels,avfilter.eq,frei0r.invert0r,frei0r.normaliz0r,frei0r.gamma,frei0r.bw0r,greyscale,avfilter.vibrance,avfilter.swapuv,avfilter.negate,avfilter.histeq,avfilter.normalize,avfilter.fftfilt,avfilter.limiter,avfilter.colorcontrast,avfilter.colorcorrect,avfilter.colorize,avfilter.colortemperature,avfilter.exposure,avfilter.monochrome,hslprimaries,hslrange">
<text>Color and Image correction</text>
</group>
@@ -42,11 +42,11 @@
<text>Image adjustment</text>
</group>
<group list="frei0r.glow,frei0r.edgeglow,frei0r.softglow,charcoal,frei0r.cartoon,frei0r.emboss,frei0r.posterize,frei0r.sigmoidaltransfer,frei0r.sobel,frei0r.threelay0r,frei0r.threshold0r,frei0r.twolay0r,lightgraffiti,oldfilm,threshold,frei0r.pixeliz0r,avfilter.edgedetect,avfilter.elbg,avfilter.prewitt,avfilter.rgbashift,avfilter.roberts,avfilter.sobel,frei0r.lightgraffiti,frei0r.rgbsplit0r,frei0r.ndvi,frei0r.colordistance,frei0r.colortap,avfilter.chromashift,frei0r.primaries,frei0r.aech0r,avfilter.kirsch,avfilter.photosensitivity,typewriter">
<group list="avfilter.pixelize,frei0r.kaleid0sc0pe,frei0r.glow,frei0r.edgeglow,frei0r.softglow,charcoal,frei0r.cartoon,frei0r.emboss,frei0r.posterize,frei0r.sigmoidaltransfer,frei0r.sobel,frei0r.threelay0r,frei0r.threshold0r,frei0r.twolay0r,lightgraffiti,oldfilm,threshold,frei0r.pixeliz0r,avfilter.edgedetect,avfilter.elbg,avfilter.prewitt,avfilter.rgbashift,avfilter.roberts,avfilter.sobel,frei0r.lightgraffiti,frei0r.rgbsplit0r,frei0r.ndvi,frei0r.colordistance,frei0r.colortap,avfilter.chromashift,frei0r.primaries,frei0r.aech0r,avfilter.kirsch,avfilter.photosensitivity,typewriter">
<text>Stylize</text>
</group>
<group list="fade_from_black,fade_to_black,avfilter.lagfun,frei0r.nervous,freeze,frei0r.glitch0r,frei0r.vertigo,frei0r.baltan">
<group list="fade_from_black,fade_to_black,avfilter.lagfun,frei0r.nervous,freeze,frei0r.glitch0r,frei0r.pixs0r,frei0r.vertigo,frei0r.baltan">
<text>Motion</text>
</group>
@@ -134,7 +134,7 @@
<text>Calf Plugins</text>
</group>
<group list="avfilter.dctdnoiz,avfilter.delogo,avfilter.pixscope,avfilter.vaguedenoiser,boxblur,BurningTV,frei0r.cluster,frei0r.dither,frei0r.IIRblur,frei0r.medians,frei0r.rgbnoise,frei0r.sharpness,grain,wave">
<group list="avfilter.dctdnoiz,avfilter.delogo,avfilter.pixscope,avfilter.vaguedenoiser,boxblur,BurningTV,frei0r.cluster,frei0r.dither,frei0r.IIRblur,frei0r.medians,frei0r.rgbnoise,frei0r.sharpness,grain,wave,rotation">
<text>Deprecated</text>
</group>

View File

@@ -1,5 +1,5 @@
# SPDX-License-Identifier: BSD-2-Clause
# SPDX-FileCopyrightText: Julius Künzel <jk.kdedev@smartlab.uber.space>
# SPDX-FileCopyrightText: Julius Künzel <julius.kuenzel@kde.org>
install(FILES kdenlive_renderprofiles.knsrc kdenlive_wipes.knsrc kdenlive_keyboardschemes.knsrc kdenlive_titles.knsrc kdenlive_luts.knsrc kdenlive_effects.knsrc DESTINATION ${KDE_INSTALL_KNSRCDIR})

View File

@@ -14,6 +14,7 @@ Name[fi]=Kdenliven tehostemallit
Name[fr]=Modèles d'effets pour Kdenlive
Name[gl]=Modelos de efectos de Kdenlive
Name[he]=תבניות אפקטים של Kdenlive
Name[hi]=Kdenlive प्रभाव टेम्पलेट्स
Name[hu]=Kdenlive hatássablon
Name[id]=Templat Efek Kdenlive
Name[it]=Modelli di effetto di Kdenlive
@@ -26,6 +27,7 @@ Name[pl]=Szablony efektów Kdenlive
Name[pt]=Modelos de Efeitos do Kdenlive
Name[pt_BR]=Modelos de efeito do Kdenlive
Name[ru]=Шаблоны эффектов Kdenlive
Name[sa]=Kdenlive प्रभाव टेम्पलेट्स
Name[sl]=Predloge učinkov za Kdenlive
Name[sv]=Kdenlive-effektmallar
Name[tok]=lipu sitelen pi ilo Kdenlive

View File

@@ -17,6 +17,7 @@ Name[fi]=Kdenliven näppäimistöteemat
Name[fr]=Raccourcis claviers Kdenlive
Name[gl]=Esquemas de teclado de Kdenlive
Name[he]=ערכות קיצורי מקלדת של Kdenlive
Name[hi]=Kdenlive कीबोर्ड योजनाएं
Name[hu]=Kdenlive billentyűzetséma
Name[id]=Skema Keyboard Kdenlive
Name[it]=Schemi da tastiera di Kdenlive
@@ -30,6 +31,7 @@ Name[pl]=Układy klawiatur Kdenlive
Name[pt]=Esquemas de Teclado do Kdenlive
Name[pt_BR]=Esquemas de teclado do Kdenlive
Name[ru]=Схемы горячих клавиш
Name[sa]=Kdenlive कीबोर्ड योजनाएँ
Name[sk]=Schémy klávesnice Kdenlive
Name[sl]=Sheme tipkovnic Kdenlive
Name[sv]=Kdenlive-tangentbordsinställningar

View File

@@ -14,6 +14,7 @@ Name[fi]=Värien hakutaulukko (LUT)
Name[fr]=Table de recherche de couleurs (LUT « Look-Up Table »)
Name[gl]=Táboa de busca de cores (LUT)
Name[he]=טבלת חיפוש צבעים (LUT)
Name[hi]=रंग लुकअप तालिका (LUT)
Name[hu]=Színkeresési táblázat (LUT)
Name[id]=Tabel Pencarian Warna (LUT)
Name[it]=Tabella di ricerca del colore (LUT)
@@ -26,6 +27,7 @@ Name[pl]=Tablica wyszukiwania barw (LUT)
Name[pt]=Tabela de Pesquisa de Cores (LUT)
Name[pt_BR]=Tabela de consulta de cores (LUT)
Name[ru]=Таблица поиска цвета (LUT)
Name[sa]=रङ्ग-अवलोकन-सारणी (LUT) .
Name[sl]=Barvna iskalna tabela (LUT)
Name[sv]=Färguppslagningstabell (LUT)
Name[tok]=lipu kule (LUT)

View File

@@ -17,6 +17,7 @@ Name[fi]=Kdenliven renderöintiprofiilit
Name[fr]=Profils de rendu Kdenlive
Name[gl]=Perfís de renderización de Kdenlive
Name[he]=פרופילי צלימה של Kdenlive
Name[hi]=Kdenlive रेंडर प्रोफाइल
Name[hu]=Kdenlive renderelési profilok
Name[id]=Profil Render Kdenlive
Name[it]=Profilo di resa di Kdenlive
@@ -30,6 +31,7 @@ Name[pl]=Profile renderowania Kdenlive
Name[pt]=Perfis de Visualização do Kdenlive
Name[pt_BR]=Perfis de visualização do Kdenlive
Name[ru]=Профили сборки Kdenlive
Name[sa]=Kdenlive प्रोफाइल प्रस्तुत करें
Name[sk]=Vykresľovacie profily Kdenline
Name[sl]=Izrisovalni profili za Kdenlive
Name[sv]=Kdenlive-återgivningsprofiler

View File

@@ -17,6 +17,7 @@ Name[fi]=Kdenliven otsikkopohjat
Name[fr]=Modèles de titre Kdenlive
Name[gl]=Modelos de título de Kdenlive
Name[he]=תבניות כותר של Kdenlive
Name[hi]=Kdenlive शीर्षक टेम्पलेट्स
Name[hu]=Kdenlive címsablonok
Name[id]=Templat Judul Kdenlive
Name[it]=Modelli di titolo di Kdenlive
@@ -30,6 +31,7 @@ Name[pl]=Szablony tytułów Kdenlive
Name[pt]=Perfis de Títulos do Kdenlive
Name[pt_BR]=Modelos de títulos do Kdenlive
Name[ru]=Шаблоны титров Kdenlive
Name[sa]=Kdenlive शीर्षक टेम्पलेट्स
Name[sk]=Šablóny dlaždíc Kdenlive
Name[sl]=Predloge naslovov za Kdenlive
Name[sv]=Kdenlive-titelmallar

View File

@@ -17,6 +17,7 @@ Name[fi]=Kdenliven siirtymäpyyhkäisyt
Name[fr]=Transitions par balayage de Kdenlive
Name[gl]=Borrados de transición de Kdenlive
Name[he]=ניגובי מעברונים של Kdenlive
Name[hi]=Kdenlive संक्रमण वाइप्स
Name[hu]=Kdenlive átmenettörlések
Name[id]=Usapan Transisi Kdenlive
Name[it]=Tendine di transizione di Kdenlive
@@ -30,6 +31,7 @@ Name[pl]=Przejścia Kdenlive
Name[pt]=Varrimentos de Transição do Kdenlive
Name[pt_BR]=Limpeza de transição do Kdenlive
Name[ru]=Файлы вытеснения Kdenlive
Name[sa]=Kdenlive संक्रमण पोंछे
Name[sk]=Zahladenia prechodov Kdenlive
Name[sl]=Obrisi prehodov za Kdenlive
Name[sv]=Kdenlive-övergångar

View File

@@ -1,4 +1,4 @@
# SPDX-License-Identifier: BSD-2-Clause
# SPDX-FileCopyrightText: Julius Künzel <jk.kdedev@smartlab.uber.space>
# SPDX-FileCopyrightText: Julius Künzel <julius.kuenzel@kde.org>
install(FILES kdenlive.1 kdenlive_render.1 DESTINATION ${KDE_INSTALL_MANDIR}/man1 )

Some files were not shown because too many files have changed in this diff Show More