From 9c5ba15ce99cd935f3315014bb9d81687b8c9cf1 Mon Sep 17 00:00:00 2001 From: arch1t3cht Date: Thu, 4 Apr 2024 12:46:15 +0200 Subject: [PATCH] Update some dependencies in README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d393747ee..cffe2734a 100644 --- a/README.md +++ b/README.md @@ -90,14 +90,14 @@ To change the options of an existing build directory, run `meson setup --reconfi ### Dependencies Apart from the dependencies for the TSTools version, there are some additional dependencies. These are cloned and compiled from scratch if not found, but you might want to install binaries instead: -- `jansson`: For BestSource +- `xxhash`: For BestSource - `ffmpeg`: Becomes a direct dependency when compiling with BestSource -- `avisynth` (or `avisynthplus`): Optional run-time dependency for the Avisynth source -- `vapoursynth`: Optional run-time dependency for the VapourSynth source +- `avisynth` (or `avisynthplus`): Optional run-time dependency for the Avisynth audio/video provider +- `vapoursynth`: Optional run-time dependency for the VapourSynth audio/video provider The following VapourSynth plugins are used by the default scripts set in the default configuration: - - [`lsmas`](https://github.com/AkarinVS/L-SMASH-Works): For LWLibavSource - - [`bas`](https://github.com/vapoursynth/bestaudiosource): For BestAudioSource + - [`lsmas`](https://github.com/HomeOfAviSynthPlusEvolution/L-SMASH-Works): For LWLibavSource + - [`bs`](https://github.com/vapoursynth/bestsource): For BestSource, used for audio - [`wwxd`](https://github.com/dubhater/vapoursynth-wwxd) and [`scxvid`](https://github.com/dubhater/vapoursynth-scxvid) (depending on settings): For keyframe generation