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. 🤘
- Host: GitHub
- URL: https://github.com/peter-kuhmann/youtube-chapter-generator
- Owner: peter-kuhmann
- License: mit
- Created: 2023-11-16T12:32:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-16T07:48:01.000Z (8 months ago)
- Last Synced: 2024-09-16T09:21:40.626Z (8 months ago)
- Topics: chapter, chapters, finalcutpro, marker, markers, youtube
- Language: TypeScript
- Homepage: https://yt-chapter-generator.peter-kuhmann.de/
- Size: 1.36 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Support: docs/supported-markers.jpg
Awesome Lists containing this project
README

[➡️ 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)
# 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]).