
* Improvements and Fix wrapping procedure on non ARMv8 * Add informational messages * Display improvements * Fix options * Improve readme
VideoStation-FFMPEG-Patcher
This patcher is designed to simplify the installation steps from this Gist (huge thanks to Benjamin Poncet) and enable DTS, EAC3 and TrueHD support to Synology VideoStation by replacing the ffmpeg library files by a wrapper using SynoCommunity ffmpeg.
⚠️ Warning ⚠️
Due to recent publication of DSM 7.0, the ffmpeg-wrapper is working randomly depending on your NAS hardware. I'm working hard to fix it but in the mean time, please do not update to DSM 7.0.
Supported architectures
(check your NAS architecture here)
- ARMv8 ⚠️ (partial support)
- Old ARM ⚠️ (partial support)
- x64 ✅
- x86 ✅
Dependencies
- DSM 6.2.2-24922 Update 4 (and above)
- Video Station 2.4.6-1594 (and above)
- SynoCommunity ffmpeg 4.2.1-23 (and above) (help)
Instructions
- 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 folowing command to execute the patch
- VideoStation will have to be repatched everytime you update it (and when you update DSM)
Usage
Basic command usage:
curl https://raw.githubusercontent.com/AlexPresso/VideoStation-FFMPEG-Patcher/main/patcher.sh | bash
With options:
curl https://raw.githubusercontent.com/AlexPresso/VideoStation-FFMPEG-Patcher/main/patcher.sh | bash -s -- <option>
Option | Description |
---|---|
-f | Force patcher to install ffmpeg-wrapper (only usefull on ARMv8 architectures if the default procedure doesn't work) |
Description
Languages
Shell
100%