Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
5eeb81c6
Commit
5eeb81c6
authored
Dec 18, 2020
by
Jean-Baptiste Mardelle
Browse files
Fix various typos spotted by Kunda Ki.
Fixes
#879
parent
7316200d
Pipeline
#44554
passed with stage
in 10 minutes and 32 seconds
Changes
36
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
data/effects/avfilter/avfilter_chromahold.xml
View file @
5eeb81c6
...
...
@@ -12,7 +12,7 @@
<parameter
type=
"constant"
name=
"av.blend"
default=
"0"
max=
"1"
min=
"0"
decimals=
"2"
>
<name>
Blend
</name>
</parameter>
<paramter
type=
"bool"
name=
"av.yuv"
default=
"false"
>
<param
e
ter
type=
"bool"
name=
"av.yuv"
default=
"false"
>
<name>
for YUV color
</name>
</parameter>
</effect>
data/effects/avfilter/avfilter_colorlevels.xml
View file @
5eeb81c6
...
...
@@ -10,7 +10,7 @@
<name>
Red white input
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.romin"
default=
"0"
min=
"0"
max=
"1"
decimals=
"2"
>
<name>
Red black ouput input
</name>
<name>
Red black ou
t
put input
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.romax"
default=
"1"
min=
"0"
max=
"1"
decimals=
"2"
>
<name>
Red white output
</name>
...
...
@@ -22,7 +22,7 @@
<name>
Green white input
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.gomin"
default=
"0"
min=
"0"
max=
"1"
decimals=
"2"
>
<name>
Green black ouput input
</name>
<name>
Green black ou
t
put input
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.gomax"
default=
"1"
min=
"0"
max=
"1"
decimals=
"2"
>
<name>
Green white output
</name>
...
...
@@ -34,7 +34,7 @@
<name>
Blue white input
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.bomin"
default=
"0"
min=
"0"
max=
"1"
decimals=
"2"
>
<name>
Blue black ouput input
</name>
<name>
Blue black ou
t
put input
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.bomax"
default=
"1"
min=
"0"
max=
"1"
decimals=
"2"
>
<name>
Blue white output
</name>
...
...
data/effects/avfilter/avfilter_deblock.xml
View file @
5eeb81c6
...
...
@@ -3,9 +3,9 @@
<name>
DeBlock
</name>
<description>
Remove blocking artifacts from input video.
</description>
<author>
libavfilter
</author>
<parameter
type=
"list"
name=
"av.fiter"
default=
"strong"
paramlist=
"weak;strong"
>
<paramlistdisplay>
All,Y,U,V,Alpha,Red,Green,Blue
</paramlistdisplay>
<name>
Filter streng
h
t
</name>
<parameter
type=
"list"
name=
"av.fi
l
ter"
default=
"strong"
paramlist=
"weak;strong"
>
<paramlistdisplay>
Weak,Strong
</paramlistdisplay>
<name>
Filter strengt
h
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.block"
default=
"8"
min=
"4"
max=
"512"
factor=
"1"
>
<name>
Block size
</name>
...
...
data/effects/avfilter/avfilter_doubleweave.xml
View file @
5eeb81c6
...
...
@@ -5,6 +5,6 @@
<author>
libavfilter
</author>
<parameter
type=
"list"
name=
"av.first_field"
default=
"top"
paramlist=
"top;botom"
>
<paramlistdisplay>
Top field first,Bottom field first
</paramlistdisplay>
<name>
First Fied
</name>
<name>
First Fie
l
d
</name>
</parameter>
</effect>
data/effects/avfilter/avfilter_elbg.xml
View file @
5eeb81c6
...
...
@@ -4,7 +4,7 @@
<description>
Apply posterize effect, using the ELBG algorithm
</description>
<author>
libavfilter
</author>
<parameter
type=
"constant"
name=
"av.l"
default=
"50"
min=
"1"
max=
"50"
factor=
"1"
suffix=
" Colors"
>
<name>
Codebook Leng
h
t
</name>
<name>
Codebook Lengt
h
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.n"
default=
"1"
min=
"1"
max=
"10"
factor=
"1"
>
<name>
Steps
</name>
...
...
data/effects/avfilter/avfilter_field.xml
View file @
5eeb81c6
...
...
@@ -5,6 +5,6 @@
<author>
libavfilter
</author>
<parameter
type=
"list"
name=
"av.type"
default=
"top"
paramlist=
"top;botom"
>
<paramlistdisplay>
Top field first,Bottom field first
</paramlistdisplay>
<name>
Fied priority
</name>
<name>
Fie
l
d priority
</name>
</parameter>
</effect>
data/effects/avfilter/avfilter_fieldorder.xml
View file @
5eeb81c6
...
...
@@ -5,6 +5,6 @@
<author>
libavfilter
</author>
<parameter
type=
"list"
name=
"av.order"
default=
"tff"
paramlist=
"tff;bff"
>
<paramlistdisplay>
Top field first,Bottom field first
</paramlistdisplay>
<name>
Fied priority
</name>
<name>
Fie
l
d priority
</name>
</parameter>
</effect>
data/effects/avfilter/avfilter_fillborders.xml
View file @
5eeb81c6
...
...
@@ -13,7 +13,7 @@
<name>
Top
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.bottom"
default=
"0"
min=
"0"
max=
"%height/2"
factor=
"1"
>
<name>
Botto
n
</name>
<name>
Botto
m
</name>
</parameter>
<parameter
type=
"list"
name=
"av.mode"
default=
"smear"
paramlist=
"smear;mirror;fixed"
>
<paramlistdisplay>
Smear,Mirror,Fixed
</paramlistdisplay>
...
...
data/effects/avfilter/avfilter_negate.xml
View file @
5eeb81c6
...
...
@@ -3,7 +3,7 @@
<name>
Invert
</name>
<description>
Negate (invert) the input video.
</description>
<author>
libavfilter
</author>
<paramter
type=
"bool"
name=
"av.negate_alpha"
default=
"0"
>
<param
e
ter
type=
"bool"
name=
"av.negate_alpha"
default=
"0"
>
<name>
Negate alpha
</name>
</parameter>
</effect>
data/effects/avfilter/avfilter_smartblur.xml
View file @
5eeb81c6
...
...
@@ -7,7 +7,7 @@
<name>
Luma radius
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.ls"
default=
"1.0"
min=
"-1.0"
max=
"1.0"
decimals=
"1"
>
<name>
Luma streng
h
t
</name>
<name>
Luma strengt
h
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.lt"
default=
"0"
min=
"-30"
max=
"+30"
factor=
"1"
>
<name>
Luma Threshold
</name>
...
...
@@ -16,7 +16,7 @@
<name>
Chroma radius
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.cs"
default=
"1.0"
min=
"-1.0"
max=
"1.0"
decimals=
"1"
>
<name>
Chroma streng
h
t
</name>
<name>
Chroma strengt
h
</name>
</parameter>
<parameter
type=
"constant"
name=
"av.ct"
default=
"0"
min=
"-30"
max=
"+30"
factor=
"1"
>
<name>
Chroma Threshold
</name>
...
...
data/effects/lightshow.xml
View file @
5eeb81c6
...
...
@@ -3,10 +3,10 @@
<name>
Light Show
</name>
<description>
An audio visualization filter that colors the image proportional to the magnitude of the audio spectrum.
</description>
<author>
Brian Matherly
</author>
<parameter
type=
"integer"
name=
"frequency_low"
de
a
fult=
"20"
min=
"20"
max=
"20000"
factor=
"1"
suffix=
" Hz"
>
<parameter
type=
"integer"
name=
"frequency_low"
def
a
ult=
"20"
min=
"20"
max=
"20000"
factor=
"1"
suffix=
" Hz"
>
<name>
Low frequency
</name>
</parameter>
<parameter
type=
"integer"
name=
"frequency_high"
de
a
fult=
"20000"
min=
"20"
max=
"20000"
factor=
"1"
suffix=
" Hz"
>
<parameter
type=
"integer"
name=
"frequency_high"
def
a
ult=
"20000"
min=
"20"
max=
"20000"
factor=
"1"
suffix=
" Hz"
>
<name>
High frequency
</name>
</parameter>
<parameter
type=
"float"
name=
"threshold"
default=
"-30"
min=
"-100"
max=
"0"
factor=
"1"
suffix=
" db"
>
...
...
renderer/kdenlive_render.cpp
View file @
5eeb81c6
...
...
@@ -118,7 +118,7 @@ int main(int argc, char **argv)
fprintf
(
stderr
,
"DONE:%d
\n
"
,
frame
.
toInt
());
}
// Mlt::Factory::close();
fprintf
(
stderr
,
"+ + + RENDERING FINSHED + + +
\n
"
);
fprintf
(
stderr
,
"+ + + RENDERING FIN
I
SHED + + +
\n
"
);
return
0
;
}
int
in
=
-
1
;
...
...
src/audiomixer/mixermanager.hpp
View file @
5eeb81c6
...
...
@@ -48,7 +48,7 @@ public:
void
deregisterTrack
(
int
tid
);
void
setModel
(
std
::
shared_ptr
<
TimelineItemModel
>
model
);
void
cleanup
();
/** @brief Connect the mixer widgets to the correspond
a
nt filters */
/** @brief Connect the mixer widgets to the correspond
e
nt filters */
void
connectMixer
(
bool
doConnect
);
void
collapseMixers
();
/** @brief Pause/unpause audio monitoring */
...
...
src/audiomixer/mixerwidget.hpp
View file @
5eeb81c6
...
...
@@ -60,13 +60,13 @@ public:
void
clear
();
static
void
property_changed
(
mlt_service
,
MixerWidget
*
self
,
char
*
name
);
void
setMute
(
bool
mute
);
/** @brief Returs true if track is muted
/** @brief Retur
n
s true if track is muted
* */
bool
isMute
()
const
;
/** @brief Uncheck the solo button
* */
void
unSolo
();
/** @brief Connect the mixer widgets to the correspond
a
nt filters */
/** @brief Connect the mixer widgets to the correspond
e
nt filters */
void
connectMixer
(
bool
doConnect
);
/** @brief Disable/enable monitoring by disabling/enabling filter */
void
pauseMonitoring
(
bool
pause
);
...
...
src/bin/bin.cpp
View file @
5eeb81c6
...
...
@@ -1567,7 +1567,7 @@ void Bin::slotReplaceClip()
newProps
.
insert
(
QStringLiteral
(
"kdenlive:clipname"
),
QFileInfo
(
fileName
).
fileName
());
// Check if replacement clip is long enough
if
(
currentItem
->
hasLimitedDuration
()
&&
currentItem
->
isIncludedInTimeline
())
{
// Clip is used in timeline, make sure len
t
gh is similar
// Clip is used in timeline, make sure leng
t
h is similar
std
::
unique_ptr
<
Mlt
::
Producer
>
replacementProd
(
new
Mlt
::
Producer
(
pCore
->
getCurrentProfile
()
->
profile
(),
fileName
.
toUtf8
().
constData
()));
int
currentDuration
=
(
int
)
currentItem
->
frameDuration
();
if
(
replacementProd
->
is_valid
())
{
...
...
@@ -2294,7 +2294,7 @@ void Bin::contextMenuEvent(QContextMenuEvent *event)
continue
;
}
if
(
noCodecInfo
)
{
// No audio / video codec, this is an MLT clip, disable condition
n
al transcoding
// No audio / video codec, this is an MLT clip, disable conditional transcoding
transcodeActions
.
at
(
i
)
->
setEnabled
(
false
);
continue
;
}
...
...
@@ -4226,12 +4226,12 @@ void Bin::slotBack()
}
std
::
shared_ptr
<
AbstractProjectItem
>
item
=
m_itemModel
->
getBinItemByIndex
(
m_proxyModel
->
mapToSource
(
currentRootIx
));
if
(
!
item
)
{
qDebug
()
<<
"=== ERRO CANNOT FIND ROOT FOR CURRENT VIEW"
;
qDebug
()
<<
"=== ERRO
R
CANNOT FIND ROOT FOR CURRENT VIEW"
;
return
;
}
std
::
shared_ptr
<
AbstractProjectItem
>
parentItem
=
item
->
parent
();
if
(
!
parentItem
)
{
qDebug
()
<<
"=== ERRO CANNOT FIND PARENT FOR CURRENT VIEW"
;
qDebug
()
<<
"=== ERRO
R
CANNOT FIND PARENT FOR CURRENT VIEW"
;
return
;
}
if
(
parentItem
!=
m_itemModel
->
getRootFolder
())
{
...
...
src/bin/binplaylist.cpp
View file @
5eeb81c6
...
...
@@ -123,7 +123,7 @@ void BinPlaylist::saveDocumentProperties(const QMap<QString, QString> &props, co
std
::
shared_ptr
<
MarkerListModel
>
guideModel
)
{
Q_UNUSED
(
guideModel
)
// Clear previous proper
i
tes
// Clear previous propert
i
es
Mlt
::
Properties
playlistProps
(
m_binPlaylist
->
get_properties
());
Mlt
::
Properties
docProperties
;
docProperties
.
pass_values
(
playlistProps
,
"kdenlive:docproperties."
);
...
...
src/bin/model/subtitlemodel.hpp
View file @
5eeb81c6
...
...
@@ -61,7 +61,7 @@ public:
GenTime
stringtoTime
(
QString
&
str
);
/** @brief Return model data item according to the role passed */
QVariant
data
(
const
QModelIndex
&
index
,
int
role
)
const
override
;
QHash
<
int
,
QByteArray
>
roleNames
()
const
override
;
// overide the same function of QAbstractListModel
QHash
<
int
,
QByteArray
>
roleNames
()
const
override
;
// over
r
ide the same function of QAbstractListModel
int
rowCount
(
const
QModelIndex
&
parent
=
QModelIndex
())
const
override
;
/** @brief Returns all subtitles in the model */
...
...
src/bin/projectclip.h
View file @
5eeb81c6
...
...
@@ -245,7 +245,7 @@ public:
QStringList
getAudioStreamEffect
(
int
streamIndex
)
const
override
;
/** @brief Calculate the folder's hash (based on the files it contains). */
static
const
QByteArray
getFolderHash
(
QDir
dir
,
QString
fileName
);
/** @brief Check if the clip is included in timeline and reset its occurences on producer reload. */
/** @brief Check if the clip is included in timeline and reset its occur
r
ences on producer reload. */
void
updateTimelineOnReload
();
protected:
...
...
@@ -292,7 +292,7 @@ private:
QList
<
int
>
m_requestedThumbs
;
const
QString
geometryWithOffset
(
const
QString
&
data
,
int
offset
);
QMap
<
QString
,
QByteArray
>
m_audioLevels
;
/** @brief If true, all timeline occurences of this clip will be replaced from a fresh producer on reload. */
/** @brief If true, all timeline occur
r
ences of this clip will be replaced from a fresh producer on reload. */
bool
m_resetTimelineOccurences
;
// This is a helper function that creates the disabled producer. This is a clone of the original one, with audio and video disabled
...
...
src/effects/effectstack/model/abstracteffectitem.hpp
View file @
5eeb81c6
...
...
@@ -66,7 +66,7 @@ public:
virtual
void
unplantClone
(
const
std
::
weak_ptr
<
Mlt
::
Service
>
&
service
)
=
0
;
protected:
/* @brief To
o
gles the mlt effect according to the current activation state*/
/* @brief To
g
gles the mlt effect according to the current activation state*/
virtual
void
updateEnable
(
bool
updateTimeline
=
true
)
=
0
;
EffectItemType
m_effectItemType
;
...
...
src/jobs/cutclipjob.h
View file @
5eeb81c6
...
...
@@ -36,7 +36,7 @@ class CutClipJob : public AbstractClipJob
Q_OBJECT
public:
/** @brief Extract part of a clip with ffmpeg w
h
ithout re-encoding
/** @brief Extract part of a clip with ffmpeg without re-encoding
*/
CutClipJob
(
const
QString
&
binId
,
const
QString
sourcePath
,
GenTime
inTime
,
GenTime
outTime
,
const
QString
destPath
,
QStringList
encodingParams
);
...
...
Prev
1
2
Next
Bruno Santos
@bsantos
·
Dec 19, 2020
Reporter
Good work
@kundak
! Thank you!
Good work @kundak! Thank you!
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment