Skip to content

2.8

Compare
Choose a tag to compare
@AlexPresso AlexPresso released this 15 Nov 20:01
· 3 commits to main since this release
76401bd

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)