Skip to content

Commit

Permalink
Add ffmpeg instructions (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
shun-liang authored Oct 15, 2024
1 parent b4adacc commit d43b21b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,23 @@ There have been many existing projects that transcribe YouTube videos with Whisp

## Installation

### Prerequisites

[ffmepg](https://www.ffmpeg.org/) is required to run yt2doc. If you are on

If you are running MacOS:

```
brew install ffmpeg
```

If you are on Debian/Ubuntu:
```
sudo apt install ffmpeg
```

### Install yt2doc

Install with [pipx](https://github.com/pypa/pipx):

```
Expand Down

0 comments on commit d43b21b

Please sign in to comment.