Skip to content

Releases: AlexPresso/VideoStation-FFMPEG-Patcher

v3.1

19 May 14:56
aac3214
Compare
Choose a tag to compare

Update

For currently installed patch version 2.6 and bellow:

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

For currently installed patch version 2.7 and above/

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

What's Changed

Full Changelog: 3.0...3.1

3.0

22 Dec 12:29
b5c791b
Compare
Choose a tag to compare
3.0

Update

For currently installed patch version 2.6 and bellow:

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

For currently installed patch version 2.7 and above/

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

Changes

  • Fix permission access when loading patch_utils.sh #117

2.9

03 Dec 00:14
2024162
Compare
Choose a tag to compare
2.9

Update

For currently installed patch version 2.6 and bellow:

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

For currently installed patch version 2.7 and above/

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

Changes

  • Fix gstreamer plugins not loaded on some architectures: #112

2.8

15 Nov 20:01
76401bd
Compare
Choose a tag to compare
2.8

Update

For currently installed patch version 2.6 and bellow:

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

For currently installed patch version 2.7 and above/

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

Changes

  • Fix configured ffmpeg version being overridden by ffmpeg_version=ffmpeg (now the config is correctly overriding it). (#111)
  • Fix "can't load config" and "can't load utils" errors not logged into /tmp/ directory (#111)
  • Check for config and utils files in issue_report script (#111)

2.7

11 Nov 23:11
610cb3f
Compare
Choose a tag to compare
2.7

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

2.6

24 Oct 08:38
cf649af
Compare
Choose a tag to compare
2.6

Fixes:

  • #105 : Fixes offline transcoding errcode

2.5

15 Oct 17:15
4803004
Compare
Choose a tag to compare
2.5

Fixes:

  • #95 : Fixes yuv420p10le pixel format

2.4

07 Oct 09:04
f5d6874
Compare
Choose a tag to compare
2.4

Improvements :

  • Changed the wrapper worflow to try start ffmpeg using following order:
    • VideoStation's ffmpeg with fixed parameters
    • VideoStation's ffmpeg with default parameters
    • SynoCommunity's ffmpeg with fixed parameters

Fixes:

2.3

18 Sep 10:01
f4bb2e2
Compare
Choose a tag to compare
2.3

Fixes:

  • Fix scale_vaapi arguments ( #90 ; PR: #91 )

2.2

04 Sep 15:20
d4e0e4d
Compare
Choose a tag to compare
2.2

Improvements :

  • Added colors to have a better look and feel
  • Added a config-file (will be used in future improvements)
  • Improved the issue-report.sh tool

Fixes:

  • Fix VAAPI transcoding and 7.1 audio #81