https://bugs.kde.org/show_bug.cgi?id=451936
Bug ID: 451936 Summary: Rendering with chapters Product: kdenlive Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity: wishlist Priority: NOR Component: User Interface Assignee: j...@kdenlive.org Reporter: b-m...@gmx.ch Target Milestone: --- As far as I know, there is currently no way to render the final movie with guides as chapters. So I'm forced to follow this workflow: 1. add guides to projects 2. render film to one file (I use mp4 as the output format) 3. use ffmpeg to extract metadata: ffmpeg -i film.mp4 -f ffmetadata FFMETADATAFILE 4. add chapter timestamps to FFMETADATAFILE 5. use ffmpeg to add chapters: ffmpeg -i film.mp4 -i FFMETADATAFILE -map_metadata 1 -codec copy film_meta.mp4 (6. add cover image using ffmpeg... but that's a different story) -- You are receiving this mail because: You are watching all bug changes.