Skip to content
GitLab
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
a6cf7027
Commit
a6cf7027
authored
Sep 06, 2022
by
Jean-Baptiste Mardelle
Browse files
Don't mess rotation data on proxy transcoding.
Related to
#1520
parent
ebc8889f
Pipeline
#227995
passed with stage
in 24 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/jobs/proxytask.cpp
View file @
a6cf7027
...
...
@@ -258,8 +258,8 @@ void ProxyTask::run()
return
;
}
// Only output error data, make sure we don't block when proxy file already exists
QStringList
parameters
=
{
QStringLiteral
(
"-hide_banner"
),
QStringLiteral
(
"-y"
),
QStringLiteral
(
"-stats"
),
QStringLiteral
(
"-v"
),
QStringLiteral
(
"
error
"
)};
QStringList
parameters
=
{
QStringLiteral
(
"-hide_banner"
),
QStringLiteral
(
"-y"
),
QStringLiteral
(
"-stats"
),
QStringLiteral
(
"
-v"
),
QStringLiteral
(
"error"
),
QStringLiteral
(
"-noautorotate
"
)};
m_jobDuration
=
int
(
binClip
->
duration
().
seconds
());
QString
proxyParams
=
pCore
->
currentDoc
()
->
getDocumentProperty
(
QStringLiteral
(
"proxyparams"
)).
simplified
();
if
(
proxyParams
.
isEmpty
())
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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