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

            Bug ID: 458718
           Summary: Only first word of Metadata is written to file
           Product: kdenlive
           Version: 22.08.0
          Platform: Other
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: Video Display & Export
          Assignee: j...@kdenlive.org
          Reporter: k...@sedrubal.de
  Target Milestone: ---

SUMMARY

When you render a project and enable "Export metadata" (after ticking "More
options" in the "Rendering" dialogue and if your project title consists of
multiple words separated by a space, only the first word will be written to the
metadata of the file.

STEPS TO REPRODUCE
1. Create a project with the title "Example title"
2. When you render the project click on "More options" > "Export metadata"
3. I'm not sure if it is important but I'm using a custom preset using mp4
container and libx264
4. Render the project
5. Inspect the rendered file with exiftool

OBSERVED RESULT

The title will be "Example"

EXPECTED RESULT

The title should be "Example title"

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Arch Linux
KDE Plasma Version: 5.25.4
KDE Frameworks Version: 5.97.0
Qt Version: 5.15.5

ADDITIONAL INFORMATION
Most likely the generated command should quote the project title. The generated
command looks like this:

> [...] meta.attr.title.markup=Example title

I assume it might be fixed if it looks like this:

> [...] meta.attr.title.markup='Example title'

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

Reply via email to