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
7c85faf5
Commit
7c85faf5
authored
Jan 25, 2021
by
Kristian Knudsen
Committed by
Jean-Baptiste Mardelle
Jan 26, 2021
Browse files
Fixed issue where changing speed resets audio channel of clip to channel 1
parent
84aea416
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/projectclip.cpp
View file @
7c85faf5
...
...
@@ -752,6 +752,7 @@ std::shared_ptr<Mlt::Producer> ProjectClip::getTimelineProducer(int trackId, int
Mlt
::
Properties
cloneProps
(
warpProducer
->
get_properties
());
cloneProps
.
pass_list
(
original
,
ClipController
::
getPassPropertiesList
(
false
));
warpProducer
->
set
(
"length"
,
(
int
)
(
original_length
/
std
::
abs
(
speed
)
+
0.5
));
warpProducer
->
set
(
"audio_index"
,
audioStream
);
}
qDebug
()
<<
"warp LENGTH"
<<
warpProducer
->
get_length
();
...
...
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