https://bugs.kde.org/show_bug.cgi?id=487019
Bug ID: 487019
Summary: FFmpeg chapter export exports wrong TIMEBASE
Classification: Applications
Product: kdenlive
Version: 24.02.2
Platform: Arch Linux
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: Video Display & Export
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
SUMMARY
When exporting guides to FFmpeg chapters, the TIMEBASE option is swapped.
I get 25/1 instead of 1/25.
When applying this to a file with ffmpeg (`ffmpeg -i input.mp4 -i _chapters.txt
-c copy -map_metadata 1 out.mp4`) the file gets super long.
STEPS TO REPRODUCE
1. create at least one guide/marker
2. right click on one marker -> export guides
3. select ffmpeg chapters
OBSERVED RESULT
;FFMETADATA1
[CHAPTER]
TIMEBASE=25/1
START=5
END=317
title=1
EXPECTED RESULT
;FFMETADATA1
[CHAPTER]
TIMEBASE=1/25
START=5
END=317
title=1
(see TIMEBASE)
SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Arch Linux
KDE Plasma Version: 6.0.4
KDE Frameworks Version: 6.1.0
Qt Version: 6.7.0
--
You are receiving this mail because:
You are watching all bug changes.