Bug 413063 - melt 6.16.0 did lose the "in=0815" "out=4711" parameters
Summary: melt 6.16.0 did lose the "in=0815" "out=4711" parameters
Status: RESOLVED WORKSFORME
Alias: None
Product: kdenlive
Classification: Applications
Component: Rendering & Export (other bugs)
Version First Reported In: 19.08.1
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-10-16 20:51 UTC by Bodo Eggert
Modified: 2021-03-30 04:33 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:
fritzibaby: timeline_corruption+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bodo Eggert 2019-10-16 20:51:53 UTC
STEPS TO REPRODUCE
1. select a range to export, press ^ENTER
2. (o) Selected zone [Render to file]
2b. Instead create a script, then run "melt thatscript.mlt"

OBSERVED RESULT
2: The video will be rendered in 0:00 but be empty
2b: The video will be rendered as expected

WORKAROUND:
# cat /usr/bin/melt
#!/bin/bash
argv=()
for a in "$@"
do
        if [ "x${a:0:3}" != xin= ] \
        && [ "x${a:0:4}" != xout= ]
        then
                argv=( "${argv[@]}" "$a" )
        fi
done
exec /usr/bin/melt6 "${argv[@]}"


SOFTWARE/OS VERSIONS
Linux/KDE Plasma: openSUSE Tumbleweed
(available in About System)
KDE Plasma Version: There is no "about system" and no version info in "about KDE" 
KDE Frameworks Version: KDE Frameworks 5.61.0
Qt Version: Qt 5.13.1 (built against 5.13.1)
Comment 1 emohr 2019-11-03 12:30:32 UTC
I cannot reconstruct your steps. 
0. Put a clip into the timeline 
1. Set in/out zone, press shift+enter to render the preview zone 
2. Render –> tick "selected zone" -> click "render to file". 
Is that correct? 

Do you have parallel processing on or off?
Comment 2 farid 2021-02-28 00:21:56 UTC
OpenSuse packages have been very buggy, please try the latest appimage and see if you can still reproduce.
Comment 3 Bug Janitor Service 2021-03-15 04:33:39 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 4 Bug Janitor Service 2021-03-30 04:33:43 UTC
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!