https://bugs.kde.org/show_bug.cgi?id=502949

balooii <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REPORTED                    |CONFIRMED
     Ever confirmed|0                           |1
                 CC|                            |[email protected]

--- Comment #1 from balooii <[email protected]> ---
Can confirm.
When exporting a file as containing an ampersand the filename will not contain
an & but the escape code &#38; (e.g. Black&White.png -> Black&#38;White.mp4

The .mlt file Kdenlive creates to hand over the rendering to mlt describes the
consumer target as Black&amp;White.mp4. This looks correct as .mlt is an .xml
file so looks fine its escaping the ampersand here with &amp;
Did the same on Shotcut and got the same results so this looks like an issue
with MLT.

It only crashes when installed via flatpak (tested it also on a native
installation). I have not looked into this but my assumption as flatpak is a
sandbox is that it probably only has access to write at the location you
specified in the file picker. So when mlt decides to to store it there but with
a different filename flatpak says no bueno.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to