An open API service indexing awesome lists of open source software.

https://github.com/peter-kuhmann/youtube-chapter-generator

This web tool allows you to upload a FCP XML export and then outputs a YouTube chapter description based on your FCP markers. 🤘
https://github.com/peter-kuhmann/youtube-chapter-generator

chapter chapters finalcutpro marker markers youtube

Last synced: 2 months ago
JSON representation

This web tool allows you to upload a FCP XML export and then outputs a YouTube chapter description based on your FCP markers. 🤘

Awesome Lists containing this project

README

        

![Banner of the YouTube chapter generator](docs/docs-logo.jpg)

[➡️ https://yt-chapter-generator.peter-kuhmann.de](https://yt-chapter-generator.peter-kuhmann.de)

This web tool allows you to generate a YouTube chapter description
based on your Final Cut Pro poject markers.

Just export your FCP project to XML, select the file, and you can
copy the chapter description.

# Table of contents

* [Table of contents](#table-of-contents)
* [Service URL](#service-url)
* [Supported FCP markers](#supported-fcp-markers)
* [Tech stack](#tech-stack)
* [Related Apple docs](#related-apple-docs)
* [Problem found](#problem-found)

# Service URL
[➡️ https://yt-chapter-generator.peter-kuhmann.de](https://yt-chapter-generator.peter-kuhmann.de)

# Supported FCP markers
- Default markers (blue ones)
- Chapter markers (orange ones)

![Supported markers highlighted in a FCP timeline](docs/supported-markers.jpg)

# YouTube video
Related YouTube video: [https://youtu.be/1JyTqRTcRHk 🔗](https://youtu.be/1JyTqRTcRHk)

# Tech stack
- Next.js
- React
- Tailwind
- Zip.js
- Vercel

# Related Apple docs
While building this tool, the following docs about the FCP XML export were very helpful:
- [Docs: Element asset-clip 🔗](https://developer.apple.com/documentation/professional_video_applications/fcpxml_reference/story_elements/asset-clip)
- [Docs: Element marker 🔗](https://developer.apple.com/documentation/professional_video_applications/fcpxml_reference/story_elements/marker)
- [Docs: Element chapter-marker 🔗](https://developer.apple.com/documentation/professional_video_applications/fcpxml_reference/story_elements/chapter-marker)
- [Docs: attributes Docs 🔗](https://developer.apple.com/documentation/professional_video_applications/fcpxml_reference/story_elements/timing_attributes)

# Problem found

Please open a GitHub issue OR send a mail to [[email protected]](mailto:[email protected]).