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
2a792bfe
Commit
2a792bfe
authored
May 31, 2020
by
Jean-Baptiste Mardelle
Browse files
Clip proxy: drop data and subtitle streams
Related to
#695
parent
f29a3194
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/jobs/proxyclipjob.cpp
View file @
2a792bfe
...
...
@@ -281,7 +281,7 @@ bool ProxyJob::startJob()
}
// Make sure we keep the stream order
parameters
<<
QStringLiteral
(
"-map"
)
<<
QStringLiteral
(
"0"
);
parameters
<<
QStringLiteral
(
"-sn"
)
<<
QStringLiteral
(
"-dn"
)
<<
QStringLiteral
(
"-map"
)
<<
QStringLiteral
(
"0"
);
parameters
<<
dest
;
qDebug
()
<<
"/// FULL PROXY PARAMS:
\n
"
<<
parameters
<<
"
\n
------"
;
m_jobProcess
=
new
QProcess
;
...
...
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