Skip to content

Commit

Permalink
Add instructions to compile ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
Xoffio authored May 27, 2023
1 parent dca7cff commit ef94059
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,14 @@ To install the ViewFX npm dependencies:
npm install
```

ViewFX uses ffmpeg to decode videos. For that reason we have to compile ffmpeg as well:

```bash
# For linux
cd src-tauri/ffmpeg
./build-linux.sh
```

Once that is done, you can run:

```bash
Expand Down

0 comments on commit ef94059

Please sign in to comment.