| Summary: | Issues with adding guides and rendering to the end | ||
|---|---|---|---|
| Product: | [Applications] kdenlive | Reporter: | martian <gangulyabir777> |
| Component: | Rendering & Export | Assignee: | Jean-Baptiste Mardelle <jb> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | fritzibaby, julius.kuenzel, snd.noise |
| Priority: | NOR | Flags: | fritzibaby:
Brainstorm+
|
| Version First Reported In: | 20.08.0 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Unspecified | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
martian
2020-05-09 13:23:42 UTC
Confirmed. "End" seems to be set 10 minutes after the last clip. I just tried to solve this bug by myself. changing line 481(near about) of src/dialogs/renderwidget.cpp to: double projectDuration = GenTime(pCore->projectDuration() - 2, pCore->getCurrentFps()).ms() / 1000; seems to solve the issue... I am still in doubt that how it solves the issue(and what caused the issue), I would highly appreciate someone who can help me understand how this fix works. Still happening in master (In reply to martian from comment #2) > I just tried to solve this bug by myself. > > changing line 481(near about) of src/dialogs/renderwidget.cpp to: > double projectDuration = GenTime(pCore->projectDuration() - 2, > pCore->getCurrentFps()).ms() / 1000; > > seems to solve the issue... > > I am still in doubt that how it solves the issue(and what caused the issue), > I would highly appreciate someone who can help me understand how this fix > works. Thanks for the report and your attempt to fix! It would be nice if you can open a merge request on https://invent.kde.org/multimedia/kdenlive. On GitLab we can review coding contributions better… |