Fix various typos (e2b7ced3) · Commits · Multimedia / Kdenlive · GitLab
Admin message
Join us at
Akademy
to celebrate KDE's 30th anniversary!
Travel support requests
are open till May 31st.
Register now
Commit
e2b7ced3
authored
Sep 03, 2025
by
Kunda Ki
Committed by
Jean-Baptiste Mardelle
Sep 03, 2025
Browse files
parent
15f3fd01
Loading
Loading
Loading
Loading
Changes
66
Pipelines
Loading
Original line number
Diff line number
Diff line
@@ -21,10 +21,10 @@
"animated"
name=
"av.k1"
default=
"0"
min=
"-100"
max=
"100"
factor=
"100"
decimals=
"1"
Correction Coefficent]]>
Correction Coeffic
ent]]>
"animated"
name=
"av.k2"
default=
"0"
min=
"-100"
max=
"100"
factor=
"100"
decimals=
"1"
Correction Coefficent]]>
Correction Coeffic
ent]]>
Original line number
Diff line number
Diff line
@@ -11,7 +11,7 @@
"url"
name=
"gps.file"
filter=
"GPS files (*.gpx *.tcx)"
GPS File
"constant"
name=
"time_offset"
max=
"86400"
min=
"-86400"
defa
ut=
"0"
"constant"
name=
"time_offset"
max=
"86400"
min=
"-86400"
defau
t=
"0"
Time offset in seconds
"constant"
name=
"smoothing_value"
max=
"10"
min=
"0"
default=
"5"
Original line number
Diff line number
Diff line
@@ -68,7 +68,7 @@ Each provider config files should only specify a certain media type such as `vid
| api | Object | yes | see [Api](#api) |
## Api
The `
api
` object describs the api endpoints
The `
api
` object describ
s the api endpoints
| Key | Type | Required | Description |
| :------------- | :------------- | :------------- | :------------- |
@@ -139,7 +139,7 @@ The objects in the arrays in `params` and `header` should contain two fields: `k
### Fetch Download Urls
Only necessary in special cases (e.g. https://archive.org) when no download urls are provided with the search response i.e. neither `
downloadUrl
` nor `
downloadUrls
` can be set in [Search `
res
`](#response)
For the `
req
` object see the description of the [`
req
` ob
ject for `
`](#request)
For the `
req
` object see the description of the [`
req
` object for `
`](#request)
The `
res
` object should hold two fields: `
format
` (same as in [search response](#response)) and `
downloadUrl
` (same as in [search response](#response)) or `
downloadUrls
`. The field `
downloadUrls
` is again similar to the one in [search response](#response), but has some additional fields:
Original line number
Diff line number
Diff line
@@ -12,7 +12,7 @@ Currently supported distributions are:
The minimum required dependencies are: Qt >= 6.6.0, KF6 >= 6.0, MLT >= 7.22.0.
Kdenlive droped Qt5 support with version 24.12
Kdenlive drop
ed Qt5 support with version 24.12
## Build on Linux
Original line number
Diff line number
Diff line
@@ -21,7 +21,7 @@ dmg | macOS | [Craft Blueprints Repository][craft]
### PPA
⚠️ With the switch to Qt6 it has become almost impossible for us to maintain the PPA with the latest version of Kdenlive, hence we do not offically support it anymore.
⚠️ With the switch to Qt6 it has become almost impossible for us to maintain the PPA with the latest version of Kdenlive, hence we do not offic
ally support it anymore.
#### Permissions
@@ -29,7 +29,7 @@ You need to be in the kdenlive team on launchpad so you can push into git clones
#### Repositories
The source code reposities of Kdenlive and MLT are mirrors of the original repositories and get updated automatically. You can not push to these repositories manually.
The source code reposit
or
ies of Kdenlive and MLT are mirrors of the original repositories and get updated automatically. You can not push to these repositories manually.
For translations and packaging data there are
`*-packaging`
repositories:
Loading
US