This patcher is designed to simplify the patching steps of the Synology MediaServer and bring DTS, TrueHD and EAC3 transcoding support.
Also want to patch VideoStation ? there you go
- DSM 6.2.2-24922 Update 4 (and above)
- SynoCommunity ffmpeg 4.2.1-23 (and above) (help)
- Check that you meet the required dependencies
- Install SynoCommunity ffmpeg (help)
- Connect to your NAS using SSH (admin user required) (help)
- Use the command
sudo -i
to switch to root user - Use the following command (Basic command) to execute the patch
- Enable audio transcoding in MediaServer settings
- You'll have to re-run the patcher everytime you update MediaServer and DSM
Basic 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 |