# edl-to-yt

> Create YouTube chapters from EDL exported markers from DaVinci Resolve

Latest version **0.0.1** (published 2021-07-13) · MIT license · 0 weekly downloads

## Install

```sh
npm install edl-to-yt
pnpm add edl-to-yt
yarn add edl-to-yt
bun add edl-to-yt
```

Provides the command `edl-to-yt`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2021-07-13 |
| First published | 2021-07-13 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 5 |
| Unpacked size | 4.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Maxime Rouiller |
| Maintainers | maximrouiller |
| Keywords | davinci resolve, youtube, edl, cli |

## Links

- npm: https://www.npmjs.com/package/edl-to-yt
- npm.io page: https://npm.io/package/edl-to-yt

## Dependencies (5)

- [meow](https://npm.io/package/meow.md) ^9.0.0
- [chalk](https://npm.io/package/chalk.md) ^4.1.1
- [cli-alerts](https://npm.io/package/cli-alerts.md) ^1.2.2
- [cli-handle-error](https://npm.io/package/cli-handle-error.md) ^4.4.0
- [cli-handle-unhandled](https://npm.io/package/cli-handle-unhandled.md) ^1.1.1

## Alternatives

- [@salesforce/cli](https://npm.io/package/@salesforce/cli.md) — 389.7K weekly downloads
- [@mintlify/cli](https://npm.io/package/@mintlify/cli.md) — 208.9K weekly downloads
- [@grafana/e2e-selectors](https://npm.io/package/@grafana/e2e-selectors.md) — 128.7K weekly downloads
- [mintlify](https://npm.io/package/mintlify.md) — 112.0K weekly downloads
- [@intlayer/cli](https://npm.io/package/@intlayer/cli.md) — 22.8K weekly downloads

## Recent versions

- 0.0.1 (latest) — 2021-07-13

## README

# edl-to-yt

When using DaVinci Resolve, you can export all of your markers on your timeline as an EDL file. Those contains the timestamp as well as the name of those markers.

This simple CLI tool allow you to process that file and generate a YouTube-friendly chapter generator.

## Usage

```bash
npx edl-to-yt -p <path to your EDL file>
```

## Sample output

If you don't have a marker at the `00:00` point of your video, one will automatically be created for you and be called `Intro`.

```none
00:00 Intro
00:15 Chapter 1
01:47 Chapter 2
01:59 Chapter 3
02:38 Chapter 4
03:01 Chapter 5
03:35 Chapter 6
05:06 Chapter 7
05:32 Conclusion
```

---
_Source: https://npm.io/package/edl-to-yt · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
