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)
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?
OpenSuse packages have been very buggy, please try the latest appimage and see if you can still reproduce.
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!
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!