Skip to content

2.7

Compare
Choose a tag to compare
@AlexPresso AlexPresso released this 11 Nov 23:11
· 4 commits to main since this release
610cb3f

Update

This new version requires a special procedure to update, please use the following commands in order:

  • Unpatch using 2.6 patcher: curl https://raw.githubusercontent.com/AlexPresso/VideoStation-FFMPEG-Patcher/2.6/patcher.sh | bash -s -- -a unpatch
  • Patch using 2.7 patcher: curl https://raw.githubusercontent.com/AlexPresso/VideoStation-FFMPEG-Patcher/2.7/patcher.sh | bash

Changes

PR : #109

  • Make CodecPack (Advanced Media Extensions) patch standalone : CodecPack is not anymore relying on VideoStation's patched files to work. It's safer this way, as VideoStation can be removed without breaking CodecPack features.
  • CodecPack patched ffmpeg files (ffmpeg33, ffmpeg41 and/or ffmpeg27) are now trying with CodecPack default ffmpeg files before trying to use SynoCommunity's ffmpeg. Again, it's safer for other applications also relying on CodecPack's ffmpeg to work.
  • Group gstreamer patched libraries and plugins into same directory to make it easier and safer to remove.
  • Make the wrappers work in a more generic way
  • Code cleaning