Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/LatencyMeasurement.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ flowchart LR

If [FFmpeg Plugin](FFmpegPlugin.md) was installed earlier, remove its directory before proceeding with the following.

1. Install required packages

```bash
sudo apt install libfreetype6-dev libharfbuzz-dev libfontconfig1-dev
```

1. Clone the FFmpeg 7.0 repository and apply patches.

```bash
Expand Down
Loading