Update README.md

This commit is contained in:
AlexPresso 2021-08-08 17:42:26 +02:00 committed by GitHub
parent ca9b214f1f
commit dcc2c7c2a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,8 +7,11 @@
This patcher is designed to simplify the installation steps from this [Gist](https://gist.github.com/BenjaminPoncet/bbef9edc1d0800528813e75c1669e57e) (huge thanks to [Benjamin Poncet](https://github.com/BenjaminPoncet)) and enable **DTS**, **EAC3** and **TrueHD** support to Synology VideoStation by replacing the ffmpeg library files by a wrapper using SynoCommunity ffmpeg. This patcher is designed to simplify the installation steps from this [Gist](https://gist.github.com/BenjaminPoncet/bbef9edc1d0800528813e75c1669e57e) (huge thanks to [Benjamin Poncet](https://github.com/BenjaminPoncet)) and enable **DTS**, **EAC3** and **TrueHD** support to Synology VideoStation by replacing the ffmpeg library files by a wrapper using SynoCommunity ffmpeg.
## ⚠️ Warning ⚠️ ## ⚠️ Warning ⚠️
Due to recent publication of DSM 7.0, the ffmpeg-wrapper is working randomly depending on your NAS hardware. Due to recent publication of DSM 7.0, the ffmpeg-wrapper is working randomly on ARMv8 (x64 and x86 should be fine).
I'm working hard to fix it but in the mean time, please do not update to DSM 7.0. I'm working hard to fix it but in the mean time please do not update your ARMv8 NAS to DSM 7.0.
I'm also aware and investigating about the following issues:
- performance issues on some architectures
- x265 (HEVC) running in infinite loop
## Supported architectures ## Supported architectures
([check your NAS architecture here](https://github.com/SynoCommunity/spksrc/wiki/Architecture-per-Synology-model)) ([check your NAS architecture here](https://github.com/SynoCommunity/spksrc/wiki/Architecture-per-Synology-model))
@ -27,7 +30,7 @@ I'm working hard to fix it but in the mean time, please do not update to DSM 7.0
- Install SynoCommunity ffmpeg ([help](https://synocommunity.com/#easy-install)) - Install SynoCommunity ffmpeg ([help](https://synocommunity.com/#easy-install))
- Connect to your NAS using SSH (admin user required) ([help](https://www.synology.com/en-global/knowledgebase/DSM/tutorial/General_Setup/How_to_login_to_DSM_with_root_permission_via_SSH_Telnet)) - Connect to your NAS using SSH (admin user required) ([help](https://www.synology.com/en-global/knowledgebase/DSM/tutorial/General_Setup/How_to_login_to_DSM_with_root_permission_via_SSH_Telnet))
- Use the command `sudo -i` to switch to root user - Use the command `sudo -i` to switch to root user
- Use the [folowing](https://github.com/AlexPresso/VideoStation-FFMPEG-Patcher#usage) command to execute the patch - Use the [following](https://github.com/AlexPresso/VideoStation-FFMPEG-Patcher#usage) command (Basic command) to execute the patch
- VideoStation will have to be repatched everytime you update it (and when you update DSM) - VideoStation will have to be repatched everytime you update it (and when you update DSM)
## Usage ## Usage
@ -36,6 +39,6 @@ Basic command usage:
With options: With options:
`curl https://raw.githubusercontent.com/AlexPresso/VideoStation-FFMPEG-Patcher/main/patcher.sh | bash -s -- <option>` `curl https://raw.githubusercontent.com/AlexPresso/VideoStation-FFMPEG-Patcher/main/patcher.sh | bash -s -- <option>`
| Option | Description | | Options | Description |
| ------ | ----------- | | ------ | ----------- |
| -f | Force patcher to install ffmpeg-wrapper (only usefull on ARMv8 architectures if the default procedure doesn't work) | -f | Force patcher to install ffmpeg-wrapper (only usefull on ARMv8 architectures if the default procedure doesn't work)