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
f9bfcc57
Commit
f9bfcc57
authored
May 31, 2020
by
Jean-Baptiste Mardelle
Browse files
Clip proxy: drop data and subtitle streams
Related to
#695
parent
5d8ee99d
Pipeline
#21926
passed with stage
in 26 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/jobs/proxyclipjob.cpp
View file @
f9bfcc57
...
...
@@ -289,7 +289,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
;
...
...
Karol Babioch
@kbabioch
mentioned in issue
#695 (closed)
·
Jun 03, 2020
mentioned in issue
#695 (closed)
mentioned in issue #695
Toggle commit list
Write
Preview
Markdown
is supported
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