Jump to content
XPEnology Community

Transcoding WITHOUT a valid serial number


likeadoc

Recommended Posts

  • 5 weeks later...

Hi to all! Maybe it will be interesting for you! I've made a script patching synocodectool and adding codec pack for Advanced Media Extentions for DSM 7.1.1 As a bonus I've included CH341 drivers (for me it's zigbee stick support). This script is not my workaround but a little help to include much information in one place. If it's interesting for your community, you're welcome! If not, admin please purge my message =) 

1.) wget https://derbunov.ru/dsm_7.1.1_patch.tar.gz
2.) tar -xvf dsm_7.1.1_patch.tar.gz
3.) cd dsm_7.1.1_patch
4.) sudo ./start.sh

For patching synocodectool you need to choose 1st item then the item depending on you app and again until complete.
Zigbee drivers are tested with DENVERTON platform only!
All credits are going to https://github.com/apriliars3/synocodectool-patch, @upais and https://t.me/xpenology_ru

  • Like 6
Link to comment
Share on other sites

On 11/23/2022 at 4:59 AM, Lex1ngt0n said:

Hi to all! Maybe it will be interesting for you! I've made a script patching synocodectool and adding codec pack for Advanced Media Extentions for DSM 7.1.1 As a bonus I've included CH341 drivers (for me it's zigbee stick support). This script is not my workaround but a little help to include much information in one place. If it's interesting for your community, you're welcome! If not, admin please purge my message 😃

1.) wget https://derbunov.ru/dsm_7.1.1_patch.tar.gz
2.) tar -xvf dsm_7.1.1_patch.tar.gz
3.) cd dsm_7.1.1_patch
4.) sudo ./start.sh

For patching synocodectool you need to choose 1st item then the item depending on you app and again until complete.
Zigbee drivers are tested with DENVERTON platform only!
All credits are going to https://github.com/apriliars3/synocodectool-patch, @upais and https://t.me/xpenology_ru

 

Hi. Thanks for patch. But

in patch you do patching BEFORE user choose what to do

 

#!/bin/bash

wget https://github.com/apriliars3/synocodectool-patch/raw/master/synocodectool/original/synocodectool.7.1-42661-0_7.1-42661-0.original -O synocodectool

cp synocodectool synocodectool2;
cp synocodectool synocodectool3;
cp synocodectool synocodectool4;
cp synocodectool synocodectool5;
cp synocodectool synocodectool6;

cp /usr/syno/bin/synocodectool /usr/syno/bin/synocodectool.bak
cp /volume1/@appstore/AudioStation/bin/synocodectool /volume1/@appstore/AudioStation/bin/synocodectool.bak
cp /volume1/@appstore/CodecPack/bin/synocodectool /volume1/@appstore/CodecPack/bin/synocodectool.bak
cp /volume1/@appstore/MediaServer/bin/synocodectool /volume1/@appstore/MediaServer/bin/synocodectool.bak
cp /volume1/@appstore/VideoStation/bin/synocodectool /volume1/@appstore/VideoStation/bin/synocodectool.bak
cp /volume1/@appstore/SurveillanceStation/bin/synocodectool /volume1/@appstore/SurveillanceStation/bin/synocodectool.bak

mv synocodectool /usr/syno/bin/synocodectool
mv synocodectool2 /volume1/@appstore/AudioStation/bin/synocodectool
mv synocodectool3 /volume1/@appstore/CodecPack/bin/synocodectool
mv synocodectool4 /volume1/@appstore/MediaServer/bin/synocodectool
mv synocodectool5 /volume1/@appstore/VideoStation/bin/synocodectool
mv synocodectool6 /volume1/@appstore/SurveillanceStation/bin/synocodectool

 

 

+ application can be on different volumes

for me part on volume1 and part of applications on volume2

so, need edit this.

 

 

And. what about patch photo face recogn.  ? how to do this ?

Link to comment
Share on other sites

On 11/23/2022 at 2:59 AM, Lex1ngt0n said:

Hi to all! Maybe it will be interesting for you! I've made a script patching synocodectool and adding codec pack for Advanced Media Extentions for DSM 7.1.1 As a bonus I've included CH341 drivers (for me it's zigbee stick support). This script is not my workaround but a little help to include much information in one place. If it's interesting for your community, you're welcome! If not, admin please purge my message 😃

1.) wget https://derbunov.ru/dsm_7.1.1_patch.tar.gz
2.) tar -xvf dsm_7.1.1_patch.tar.gz
3.) cd dsm_7.1.1_patch
4.) sudo ./start.sh

For patching synocodectool you need to choose 1st item then the item depending on you app and again until complete.
Zigbee drivers are tested with DENVERTON platform only!
All credits are going to https://github.com/apriliars3/synocodectool-patch, @upais and https://t.me/xpenology_ru

Thanks. I've tried patches 1 and 2 on all components, reboot, and didn't see a difference (same feedback on Telegram yesterday, can't view it anymore). It didn't seem to index or thumbnail existing test files and AME reports the same. I can play HEVC in Edge browser in any NAS without HEVC extensions (DSM7 or QTS5) but not in other browsers. No thumbnails in VideoStation. Nothing from this list improved for me: https://www.synology.com/en-global/dsm/7.1/software_spec/advanced_media_extensions

{"success":true,"activated_codec":["hevc_dec","ac3_dec","h264_dec","h264_enc","aac_dec","aac_enc","mpeg4part2_dec","vc1_dec","vc1_enc"],"token":"123456789987654abc"}

 

Link to comment
Share on other sites

  • 3 weeks later...
  • 2 months later...
В 23.11.2022 в 04:59, Lex1ngt0n сказал:

Hi to all! Maybe it will be interesting for you! I've made a script patching synocodectool and adding codec pack for Advanced Media Extentions for DSM 7.1.1 As a bonus I've included CH341 drivers (for me it's zigbee stick support). This script is not my workaround but a little help to include much information in one place. If it's interesting for your community, you're welcome! If not, admin please purge my message 😃

1.) wget https://derbunov.ru/dsm_7.1.1_patch.tar.gz
2.) tar -xvf dsm_7.1.1_patch.tar.gz
3.) cd dsm_7.1.1_patch
4.) sudo ./start.sh

For patching synocodectool you need to choose 1st item then the item depending on you app and again until complete.
Zigbee drivers are tested with DENVERTON platform only!
All credits are going to https://github.com/apriliars3/synocodectool-patch, @upais and https://t.me/xpenology_ru

Patching script updated with 7.1.1-42962-4

 

A new a little bit changed instruction:

 

1.) wget https://derbunov.ru/dsm_7.1.1_patch.tar.gz -O dsm_7.1.1_patch.tar.gz
2.) tar -xvf dsm_7.1.1_patch.tar.gz
3.) cd dsm_7.1.1_patch
4.) sudo ./start.sh

 

If you have already patched synocodectool it may be needed to restore backup with apriliars3's patch within dsm_7.1.1_patch folder. sudo ./patch.sh -r

 

For patching synocodectool you need to choose 1st item then the item depending on you app and again until complete.
Zigbee drivers are tested with DENVERTON platform only!
All credits are going to https://github.com/apriliars3/synocodectool-patch, @upais and https://t.me/xpenology_ru

Edited by Lex1ngt0n
  • Thanks 2
Link to comment
Share on other sites

On 3/9/2023 at 1:04 PM, Lex1ngt0n said:

1.) wget https://derbunov.ru/dsm_7.1.1_patch.tar.gz -O dsm_7.1.1_patch.tar.gz
2.) tar -xvf dsm_7.1.1_patch.tar.gz
3.) cd dsm_7.1.1_patch
4.) sudo ./start.sh

 

If you have already patched synocodectool it may be needed to restore backup with apriliars3's patch within dsm_7.1.1_patch folder. sudo ./patch.sh -r

 

 

and to complete it there is a patch to enable dts audio

https://raw.githubusercontent.com/AlexPresso/VideoStation-FFMPEG-Patcher/main/patcher.sh

(the problem is old but this one is tested with 7.1.1)

 

  • Thanks 2
Link to comment
Share on other sites

17 hours ago, IG-88 said:

 

and to complete it there is a patch to enable dts audio

https://raw.githubusercontent.com/AlexPresso/VideoStation-FFMPEG-Patcher/main/patcher.sh

(the problem is old but this one is tested with 7.1.1)

 

 

It's an easier and more comfortable command. It also worked well on ds918+ 7.1.1-42962

 

 

bash -c "$(curl "https://raw.githubusercontent.com/AlexPresso/VideoStation-FFMPEG-Patcher/master/patcher.sh")"

Edited by Peter Suh
  • Thanks 4
Link to comment
Share on other sites

  • 3 weeks later...
В 29.03.2023 в 13:50, nastra сказал:

Hi,
i patched it successful, but AME tells it is not activated.

is that right ?
is it activated in the backround?

2023-03-29 12_42_27-N40L - Synology NAS png.png

It's normal. All codecs should work. But the "get license" button still appears, don't pay attention 😃

Edited by Lex1ngt0n
Link to comment
Share on other sites

В 11.03.2023 в 19:20, Peter Suh сказал:

 

It's an easier and more comfortable command. It also worked well on ds918+ 7.1.1-42962

 

 

bash -c "$(curl "https://raw.githubusercontent.com/AlexPresso/VideoStation-FFMPEG-Patcher/master/patcher.sh")"

Thanks. Successfully added to the latest multipatch version.

  • Like 1
Link to comment
Share on other sites

  • 1 month later...

Has anyone tried this with 7.1.1 42962-5 and does it work ?

 

I see in the patch.sh script you would need to add 7.1.1 42962-5 as an available OS version, but don't want to upgrade to 7.1.1 42962-5 and then try the patch and may lose transcoding support if it doesn't work.

Link to comment
Share on other sites

  • 4 weeks later...
On 3/9/2023 at 2:04 PM, Lex1ngt0n said:

Patching script updated with 7.1.1-42962-4

 

A new a little bit changed instruction:

 

1.) wget https://derbunov.ru/dsm_7.1.1_patch.tar.gz -O dsm_7.1.1_patch.tar.gz
2.) tar -xvf dsm_7.1.1_patch.tar.gz
3.) cd dsm_7.1.1_patch
4.) sudo ./start.sh

 

If you have already patched synocodectool it may be needed to restore backup with apriliars3's patch within dsm_7.1.1_patch folder. sudo ./patch.sh -r

 

For patching synocodectool you need to choose 1st item then the item depending on you app and again until complete.
Zigbee drivers are tested with DENVERTON platform only!
All credits are going to https://github.com/apriliars3/synocodectool-patch, @upais and https://t.me/xpenology_ru

Hello. Can you please share the script file directly? Yesterday I was getting SSL errors for derbunov.ru when running the wget command, today I am getting "no such file".

Thank you for your work.

Link to comment
Share on other sites

  • 2 weeks later...
On 5/3/2023 at 12:38 AM, irishj said:

Has anyone tried this with 7.1.1 42962-5 and does it work ?

 

I see in the patch.sh script you would need to add 7.1.1 42962-5 as an available OS version, but don't want to upgrade to 7.1.1 42962-5 and then try the patch and may lose transcoding support if it doesn't work.

Did you manage this  yet ? I'm on update 5 and cant get transcoding to work.

Link to comment
Share on other sites

  • 2 weeks later...
3 hours ago, SayonaRrRa said:

I applied the patch successfully to all relevant options 1 through 4 but when I play a title in VideoStation it just keeps showing a loading spinning circle.

Is there anything else I need to do ?

I managed to get a hold of wirgen's github solution

 

https://github.com/wirgen/synocodectool-patch

 

This is the latest patch for 7.2.

SSH into your NAS and apply the command for basic installation into an chosen folder with sudo. It seems to be working now

Link to comment
Share on other sites

  • 2 weeks later...
On 6/27/2023 at 5:43 AM, SayonaRrRa said:

I managed to get a hold of wirgen's github solution

 

https://github.com/wirgen/synocodectool-patch

 

This is the latest patch for 7.2.

SSH into your NAS and apply the command for basic installation into an chosen folder with sudo. It seems to be working now

Can you elaborate on how to do this. I am totally noob. I recently installed DS3622xs+ DSM 7.2 using Tinycore RPL by Peter. It was the only one working for my baremetal build that recognized my nic.

Link to comment
Share on other sites

On 7/8/2023 at 8:14 PM, Joewydiart said:

Can you elaborate on how to do this. I am totally noob. I recently installed DS3622xs+ DSM 7.2 using Tinycore RPL by Peter. It was the only one working for my baremetal build that recognized my nic.

Sure,

1. Make sure you have terminal enabled in your Control Panel -> Terminal & SNMP tick Enable SSH Service checkbox ( port 22 )

2.Create a share folder on your DSM , ( let say "cloud" folder )

3. Download putty ( a useful tool to ssh into other machines )

4. Open putty and connect to the IP of your NAS (lets say 192.168.1.200 or whatever IP your Synology has acquired , if not sure check DSM Control Panel under Network-Network Interface-LAN1 , your IP should be visible) A black windows should appear with a pop-up window letting you know about the security acknowledgement etc... click accept/ok/continue. The window prompt should ask you to use your administrator account, whatever that is when you set up your DSM ( admin should be disabled by default so if you setup your DSM with something like main.admin , use that ) then your password for said admin account. Make sure you type your admin password correctly as the prompt will not allow you to see what you type for security reasons. If all goes well you should have a successful SSH prompt into your NAS.

The windows should display your admin account @ nas-name : ~ $   Here you want to type "sudo -i" (no quotes) and it should ask you for your admin account password again. The prompt changes from "~$" to " ~# " This means you can perform actions as "root" Then type "dir .." to go back one folder in the directory structure. then "dir" to see where your volume which houses your "cloud" directory is or whatever you created as a new shared folder. If you have more than one volume you should see them with the "dir " command. Lets assume you have only one volume and the command displayed the folders ending with "volume1". You want to go to volume1 by typing "cd volume1" or "cd vol[TAB]" should autocomplete the whole directory name ( typing "vol" then pressing the TAB key does said action.) The prompt changes according to where you are at the moment it should be something like "/volume1#" Here you want to type "dir" again to see what folders you have. It should contain all folders you have created and the folders of the apps installed. ( music, video, photo etc... ) In our case type "cd cloud" .Tthe prompt should change to your location "/volume1/cloud#" ( do note that folders and commands are case sensitive so be careful and mindful of what you type.) Here simply copy and paste the command you got from the github I pointed to earlier in my other post.

wget https://raw.githubusercontent.com/wirgen/synocodectool-patch/master/patch.sh
chmod +x patch.sh

The script should download into the folder and be made executable , then simply enter into the prompt "./patch.sh -p"

Here you should see the options the script has to offer. Consult their github page for a more detailed explanation. This is what worked for me.

Additionally if you want Video station and Media server patched ( I found out this works best on 7.1 update 5) please check out these pages from AlexPresso's github

here and here these should in theory allow you to use Video Station in browser and have your phone Video Station app find and play content on your Smart TV

If you get snagged dm me and will try to help out

Edited by SayonaRrRa
Link to comment
Share on other sites

  • 4 weeks later...

I have a FFmpeg and (GStreamer) Wrapper that enable to you to play AAC, DTS, EAC3, TrueHD and into the installer (Option P in the Main menu) has a license's crack. The code for the crack is an adaptation and addons by me from the code of wangsiji.

 

https://github.com/darknebular/Wrapper_VideoStation

 

I hope that It is useful for somebody. Give me a star if you find this useful, the Advanced Wrapper is the unique Wrapper with 5.1 support when It needs to transcode something.

 

There is a possibility to uninstall the crack too.

 

Best regards.

  • Thanks 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...