Naja auf der seite mit dem Script steht ja unter Installation instructions, Installation (for x64, x86 and old arm arch) das hab ich ein mal komplett ausgeführt genau so wie das mit dem Wrapper Update (wobei ich noch nicht weiß wo ich den Wapper her bekomme der muss ja glkaub auch irgendwie installiert werden?)Was meinst du mit Deinstallation? Hast du die Video station neugestartet?
https://github.com/darknebular/Wrapper_VideoStation
# Save VideoStation's ffmpeg
sudo mv -n /var/packages/VideoStation/target/bin/ffmpeg /var/packages/VideoStation/target/bin/ffmpeg.orig
# Injecting the script:
sudo wget -O - https://raw.githubusercontent.com/darknebular/Wrapper_VideoStation/main/ffmpeg-wrapper > /var/packages/VideoStation/target/bin/ffmpeg
# Change ownership and mode of the script
sudo chown root:VideoStation /var/packages/VideoStation/target/bin/ffmpeg
sudo chmod 750 /var/packages/VideoStation/target/bin/ffmpeg
sudo chmod u+s /var/packages/VideoStation/target/bin/ffmpeg
# Save VideoStation's libsynovte.so
sudo cp -n /var/packages/VideoStation/target/lib/libsynovte.so /var/packages/VideoStation/target/lib/libsynovte.so.orig
sudo chown VideoStation:VideoStation /var/packages/VideoStation/target/lib/libsynovte.so.orig
# Patch libsynovte.so to authorize DTS, EAC3 and TrueHD
sudo sed -i -e 's/eac3/3cae/' -e 's/dts/std/' -e 's/truehd/dheurt/' /var/packages/VideoStation/target/lib/libsynovte.so
# Apply the WRAPPER to the decoder:
sudo mv /var/packages/CodecPack/target/bin/ffmpeg33 /var/packages/CodecPack/target/bin/ffmpeg33.orig
sudo cp /var/packages/VideoStation/target/bin/ffmpeg /var/packages/CodecPack/target/bin/ffmpeg33
sudo chmod 755 /var/packages/CodecPack/target/bin/ffmpeg33
# Restart VideoStation (Stop/Start in "Package Center")
Wenn du das Forum hilfreich findest oder uns unterstützen möchtest, dann gib uns doch einfach einen Kaffee aus.
Als Dankeschön schalten wir deinen Account werbefrei.