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
c779cbe8
Commit
c779cbe8
authored
Jul 21, 2022
by
Ivan Sudakov
Committed by
Jean-Baptiste Mardelle
Jul 22, 2022
Browse files
render last frame
parent
d5ed0a48
Pipeline
#207724
passed with stage
in 6 minutes and 18 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/dialogs/renderwidget.cpp
View file @
c779cbe8
...
...
@@ -660,7 +660,7 @@ void RenderWidget::prepareRendering(bool delayedRendering)
// in/out points
int
in
=
0
;
// Remove last black frame
int
out
=
pCore
->
projectDuration
()
-
2
;
int
out
=
pCore
->
projectDuration
()
-
1
;
Monitor
*
pMon
=
pCore
->
getMonitor
(
Kdenlive
::
ProjectMonitor
);
double
fps
=
pCore
->
getCurrentProfile
()
->
fps
();
QString
subtitleFile
;
...
...
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