From e9a5f4d59779ef6f0d2f7f0711ee0f472d14f3d9 Mon Sep 17 00:00:00 2001 From: Stratum Date: Tue, 7 Jan 2025 21:47:59 +0100 Subject: [PATCH] Update README.md --- docs/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index a636cf2..120b2c8 100644 --- a/docs/README.md +++ b/docs/README.md @@ -20,7 +20,8 @@ By default this application uses the following paths to programs (main executabl * `ffmpeg.exe` (From PATH) * `ffprobe.exe` (From PATH) * `mkvmerge.exe` (From PATH) -* `mp4decrypt.exe` (From PATH) +* `mp4decrypt.exe` (From PATH) (or shaka-packager) +* `shaka-packager.exe` (From PATH) (or mp4decrypt) To change these paths you need to edit `bin-path.yml` in `./config/` directory. @@ -100,7 +101,8 @@ If you want to package the application, run pnpm run build-`{platform}`-`{type}` ### Decryption Requirements -* mp4decrypt >= Any (http://www.bento4.com/) - Only required for decrypting +* mp4decrypt >= Any (http://www.bento4.com/) - Only required for decrypting (or shaka-packager) +* shaka-packager >= Any (https://github.com/shaka-project/shaka-packager/releases) - Only required for decrypting (or mp4decrypt) ### Instructions (Widevine)