Bug 449887 - FEATURE REQUEST: Export Guides as Chapters for YouTube, Handbrake, etc.
Summary: FEATURE REQUEST: Export Guides as Chapters for YouTube, Handbrake, etc.
Status: RESOLVED FIXED
Alias: None
Product: kdenlive
Classification: Applications
Component: Video Display & Export (show other bugs)
Version: 21.12.2
Platform: Other Microsoft Windows
: NOR wishlist
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-09 20:27 UTC by candide
Modified: 2022-05-08 04:55 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
fritzibaby: Brainstorm+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description candide 2022-02-09 20:27:41 UTC
SUMMARY
***
YouTube chapters allow video creators to break their videos into sections. This helps with watch times and SEO (more on chapters here : https://support.google.com/youtube/answer/9884579?hl=en).

The format of video chapters can take on different forms, so long as they start with 00:00 and indicate the title of the chapter.

Example 1: 
1. Intro 0:00-1:08
2. Break it off 1:09-2:45
3. Cable of love 2:45-4:38
4. Flowers 4:39-5:50

Example 2:
00:00 - 00:34 | Intro
00:34 - 01:41 | Downloading the shared library file and importing to Penpot
01:41 - 02:24 | Quick overview of library file
02:24 - 03:22 | Importing the avataaars shared library in a Penpot file
03:22 - 04:04 | Overview of components


Typically, when I create chapters, I rely on the Guides that I created in Kdenlive and manually enter them in. That said, it would be great if there was an option in Kdenlive to automatically export chapters for YouTube. This could be done using the name of the guides as chapter titles and using the space between two guides as the duration, OR chapters could be created using the timeline's in-and-out points (similar to how you can save Timeline Zones in the Project Bin).


ADDITIONAL INFORMATION
***
In their 21.12 release, Shotcut introduced the chapters export in the format used to make chapters for YouTube: https://www.shotcut.org/blog/new-release-211221/

It is also possible to import and export chapter markers on Handbrake. Handbrake accepts chapter markers in .csv, .txt, .xml, and .tsv.
Comment 1 Julius Künzel 2022-05-06 08:36:26 UTC
WIP with https://invent.kde.org/multimedia/kdenlive/-/merge_requests/298 now
Comment 2 Jean-Baptiste Mardelle 2022-05-08 04:55:21 UTC
Git commit 695306aec3d5f6f22285c29868c20acc4fa10ab4 by Jean-Baptiste Mardelle, on behalf of Gary Wang.
Committed on 08/05/2022 at 04:55.
Pushed by mardelle into branch 'master'.

Add the ability to export guides as chspters text

M  +7    -0    src/bin/model/markerlistmodel.cpp
M  +1    -0    src/bin/model/markerlistmodel.hpp
M  +1    -0    src/dialogs/CMakeLists.txt
A  +117  -0    src/dialogs/exportguidesdialog.cpp     [License: GPL(3+eV) GPL(v3.0)]
A  +37   -0    src/dialogs/exportguidesdialog.h     [License: GPL(3+eV) GPL(v3.0)]
M  +2    -1    src/kdenliveui.rc
M  +9    -0    src/mainwindow.cpp
M  +1    -0    src/mainwindow.h
A  +127  -0    src/ui/exportguidesdialog_ui.ui

https://invent.kde.org/multimedia/kdenlive/commit/695306aec3d5f6f22285c29868c20acc4fa10ab4