mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-03-11 17:45:30 +00:00
Update shaka-packager link in README.md
Some checks are pending
auto-documentation / documentation (push) Waiting to run
build and push docker image / build-node (push) Waiting to run
Style and build test / tsc (push) Waiting to run
Style and build test / eslint (push) Blocked by required conditions
Style and build test / prettier (push) Blocked by required conditions
Style and build test / build-test-arm64 (push) Blocked by required conditions
Style and build test / build-test-x64 (push) Blocked by required conditions
Some checks are pending
auto-documentation / documentation (push) Waiting to run
build and push docker image / build-node (push) Waiting to run
Style and build test / tsc (push) Waiting to run
Style and build test / eslint (push) Blocked by required conditions
Style and build test / prettier (push) Blocked by required conditions
Style and build test / build-test-arm64 (push) Blocked by required conditions
Style and build test / build-test-x64 (push) Blocked by required conditions
This commit is contained in:
parent
8342fe0d9e
commit
e6e3e3ddbb
1 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ By default this application uses the following paths to programs (main executabl
|
|||
* `ffprobe.exe` (Windows) or `ffprobe` (other) (From PATH)
|
||||
* `mkvmerge.exe` (Windows) or `mkvmerge` (other) (From PATH)
|
||||
* `mp4decrypt.exe` (Windows) or `mp4decrypt` (other) (From PATH) (or shaka-packager)
|
||||
* `shaka-packager.exe` (Windows) or `shaka-packager` (other) (v2.6.1 or older) (From PATH) (or mp4decrypt)
|
||||
* `shaka-packager.exe` (Windows) or `shaka-packager` (other) (From PATH) (or mp4decrypt)
|
||||
|
||||
To change these paths you need to edit `bin-path.yml` in `./config/` directory.
|
||||
|
||||
|
|
@ -102,7 +102,7 @@ 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 (or shaka-packager)
|
||||
* shaka-packager >= Any (https://github.com/shaka-project/shaka-packager/releases) - Only required for decrypting (or mp4decrypt)
|
||||
* shaka-packager >= Any (https://github.com/stratumadev/shaka-packager/releases) - Only required for decrypting (or mp4decrypt)
|
||||
|
||||
### Instructions (Widevine)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue