Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
antiboredom committed Jun 24, 2022
1 parent 61a7c07 commit a4185d4
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,21 @@ Videogrep is a command line tool that searches through dialog in video files and

#### Tutorial

See my blog for a short [tutorial on videogrep and yt-dlp](https://lav.io/notes/videogrep-tutorial/).
See my blog for a short [tutorial on videogrep and yt-dlp](https://lav.io/notes/videogrep-tutorial/), and part 2, on [videogrep and natural language processing](https://lav.io/notes/videogrep-and-spacy/).

----

## Installation

Videogrep is compatible with Python versions 3.6 to 3.10.

To install:

```
pip install videogrep
```

If you want to transcribe videos, you also need to install [ffmpeg](http://ffmpeg.org/) and [vosk](https://alphacephei.com/vosk/).

If you're on a mac with homebrew you install ffmpeg with:

```
brew install ffmpeg
```

To install vosk:
If you want to transcribe videos, you also need to install [vosk](https://alphacephei.com/vosk/):

```
pip install vosk
Expand Down

0 comments on commit a4185d4

Please sign in to comment.