https://bugs.kde.org/show_bug.cgi?id=413063
Bug ID: 413063 Summary: melt 6.16.0 did lose the "in=0815" "out=4711" parameters Product: kdenlive Version: 19.08.1 Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: Video Display & Export Assignee: j...@kdenlive.org Reporter: 7egg...@gmx.de Target Milestone: --- 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) -- You are receiving this mail because: You are watching all bug changes.