시놀로지 사용하면서 Video Station 과 ffmpeg 업데이트 할때마다 해야하는 삽질이 있습니다.
바로 DTS, EAC3 코덱 적용을 위해서 ssh 접속해서 ffmpeg wrapper 패치를 해줘야만 합니다. ;;;

그런데 ffmpeg 패치를 간단하게 해주는 스크립트가 있는걸 발견 했습니다.

사용법은 Video Station 과 ffmpeg 최신 버전인 상태에서 아래 명령을 한번 쳐주시면
스크립트가 알아서 DTS 패치를 적용해주니 앞으로 편리하게 사용할 수 있을듯 합니다.

  • $ sudo -i
  • $ curl https://raw.githubusercontent.com/AlexPresso/VideoStation-FFMPEG-Patcher/main/patcher.sh | bash
// root 권한으로 로그인
$ sudo -i
Password:

// 스크립트 다운로드 및 패치 실행 
$ curl https://raw.githubusercontent.com/AlexPresso/VideoStation-FFMPEG-Patcher/main/patcher.sh | bash

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  3749  100  3749    0     0   7226      0 --:--:-- --:--:-- --:--:--  7223
[2022-05-15 00:16:43] [INFO] ffmpeg-patcher v1.5
[2022-05-15 00:16:44] [Message of the day]

The patcher was redesigned to include an unpatch procedure.

I'm aware of an issue with HEVC and I'm working on it.

As always, please let me know of any issue you could have.

[2022-05-15 00:16:44] [INFO] You're running DSM 6.2.4
[2022-05-15 00:16:44] [INFO] ====== Patching procedure ======
[2022-05-15 00:16:44] [INFO] Saving current ffmpeg as ffmpeg.orig
[2022-05-15 00:16:44] [INFO] Downloading ffmpeg's wrapper...
[2022-05-15 00:16:44] [INFO] Patching CodecPack's ffmpeg27
[2022-05-15 00:16:44] [INFO] Saving current libsynovte.so as libsynovte.so.orig
[2022-05-15 00:16:44] [INFO] Enabling eac3, dts and truehd
[2022-05-15 00:16:44] [INFO] Restarting CodecPack...
package CodecPack restart successfully
[2022-05-15 00:18:27] [INFO] Restarting VideoStation...
package VideoStation restart successfully

[2022-05-15 00:19:11] [INFO] Done patching, you can now enjoy your movies ;) (please add a star to the repo if it worked for you)

 

 

자세한 원문은 하기 링크에서 참고하세요.

https://github.com/AlexPresso/VideoStation-FFMPEG-Patcher

 

GitHub - AlexPresso/VideoStation-FFMPEG-Patcher: Patcher to enable DTS, EAC3 and TrueHD support to Synology VideoStation (DSM 7.

Patcher to enable DTS, EAC3 and TrueHD support to Synology VideoStation (DSM 7.0 ready) - GitHub - AlexPresso/VideoStation-FFMPEG-Patcher: Patcher to enable DTS, EAC3 and TrueHD support to Synology...

github.com

 

 

+ Recent posts