This patcher is designed to simplify the patching steps of the Synology MediaServer and bring DTS, TrueHD and EAC3 transcoding support.
sudo -i
to switch to root userBasic command:
curl https://raw.githubusercontent.com/AlexPresso/mediaserver-ffmpeg-patcher/main/patcher.sh | bash
With options:
curl https://raw.githubusercontent.com/AlexPresso/mediaserver-ffmpeg-patcher/main/patcher.sh | bash -s -- <flags>
Flags | Required | Description |
---|---|---|
-a | No | Action flag: choose between patch or unpatch ; example: -a patch |
-b | No | Branch flag: allows you to choose the wrapper branch to use ; example -b main |