Bug 408461

Summary: Metadata is encoded like encoded URLs
Product: [Applications] kdenlive Reporter: Rafael Linux User <rafael.linux.user>
Component: Video Display & ExportAssignee: Jean-Baptiste Mardelle <jb>
Status: RESOLVED FIXED    
Severity: normal CC: fritzibaby, rafael.linux.user
Priority: NOR Flags: fritzibaby: Brainstorm+
Version: 19.04.2   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:

Description Rafael Linux User 2019-06-08 20:15:26 UTC
SUMMARY
KDEnlive stores metadata in rendered videos encoding characters like spaces or accents (áéíóú ...) as when a URL is encoded.

STEPS TO REPRODUCE
1. Open a project
2. Click on "Projects", "Project settings", tab "Metadata"
3. Introduce in title something like "1 - Un poco de tecnología"
4. Render the video enabling "Export metadata"

OBSERVED RESULT
The title is converted to "1%20-%20Un%20poco%20de%20tecnolog%C3%ADa". I checked the issue with SMPlayer, VLC and MediaInfo.

EXPECTED RESULT
To not encode metadata, but store it like UTF-8.

SOFTWARE/OS VERSIONS

Linux/KDE Plasma: 
KDE Plasma Version: 5.12.8
KDE Frameworks Version:  5.45.0
Qt Version: 5.9.4

ADDITIONAL INFORMATION
kdenlive-19.04.2c-x86_64.appimage
Comment 1 emohr 2019-06-09 19:22:28 UTC
Thank you for reporting. Confirmed. Opened issue: https://invent.kde.org/kde/kdenlive/issues/241
Comment 2 Rafael Linux User 2019-06-09 20:49:07 UTC
Thanks to you
Comment 3 Jean-Baptiste Mardelle 2019-06-11 11:00:20 UTC
Git commit bcd22090855d145d39967a081c7b9350f01a2fb4 by Jean-Baptiste Mardelle.
Committed on 11/06/2019 at 10:59.
Pushed by mardelle into branch 'Applications/19.04'.

Don't export metadata as url encoded strings.
Fixes #241

M  +1    -1    src/dialogs/renderwidget.cpp

https://invent.kde.org/kde/kdenlive/commit/bcd22090855d145d39967a081c7b9350f01a2fb4