From decbbd18e590aef714abad664124f92f48d10cdc Mon Sep 17 00:00:00 2001 From: CDrummond Date: Sun, 2 Mar 2025 22:55:55 +0000 Subject: [PATCH] Update --- UserGuide.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/UserGuide.md b/UserGuide.md index a8244d7..542fff6 100644 --- a/UserGuide.md +++ b/UserGuide.md @@ -13,10 +13,11 @@ PowerShell for Windows), as there is no graphical user interface. Variants -------- -`bliss-analyser` can be built to support using either the `ffmpeg` ibraries, or invoking the `ffmpeg` command itself. +`bliss-analyser` can be built to support using either the `ffmpeg` libraries +(`libavcodec`, etc.), or invoking the `ffmpeg` command itself. If the package used ended with `-libav` then `bliss-analyser` has been built -with the `ffmpeg` libraries. This allows fater decoding of files, but will +with the `ffmpeg` libraries. This allows faster decoding of files, but will require the exact `ffmpeg` library versions to be on your system. (These libraries are usually provided with the Windows build).