Skip to content

Commit 485ca1f

Browse files
authored
Improve README.md installation instructions for ffmpeg-full
1 parent 45fd99f commit 485ca1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ Install [via Homebrew](https://formulae.brew.sh/formula/video-compare):
3131
brew install video-compare
3232
```
3333

34-
For more advanced use cases, it is also recommended to install `ffmpeg-full` instead of the default FFmpeg:
34+
For more advanced use cases, it is also recommended to install [ffmpeg-full](https://formulae.brew.sh/formula/ffmpeg-full)
35+
instead of the default FFmpeg:
3536

3637
```sh
3738
brew install ffmpeg-full
3839
```
3940

40-
The standard formula is somewhat minimal, while [ffmpeg-full](https://formulae.brew.sh/formula/ffmpeg-full) adds broader
41-
codec and format support (e.g., JPEG XL and SRT).
41+
The standard formula is somewhat minimal, while `ffmpeg-full` adds broader codec and format support (e.g., JPEG XL).
4242

4343
### Pre-compiled Windows 10 binaries
4444

0 commit comments

Comments
 (0)