Skip to content

Releases: AlexPresso/VideoStation-FFMPEG-Patcher

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

2.1

14 Aug 10:00
7ccdace
Compare
Choose a tag to compare
2.1

Improvements :

  • The ffmpeg.log and gstreamer.log files are no longer used, the logs are now directly appended to .stderr files and removed after movie playback is finished (prevents logs files to eat all /tmp directory available space)
  • Add a issue-report.sh script to help users generate a report and give all informations when submitting a new issue
  • Auto uninstall the patch if VideoStation is uninstalled from the NAS
  • Add a shell linter to scan for possible code issues in the scripts
  • Check if VideoStation is already patched before running the patching steps

Fixes:

  • Some files used during patching steps were not deleted (fixed)
  • Some .stderr files used for logging during movie playback were not deleted (fixed)

2.0

07 Aug 15:35
7fd0b43
Compare
Choose a tag to compare
2.0

Changelog

New features / Improvements

  • Added GStreamer wrapper (credits to @nap-liu for this workaround). This enables the transcoding on architectures where VideoStation uses GStreamer and GSTOmx for HEVC codec.
  • Improved the patcher code to rollback changes in case of error during the files download.

Fixes

  • Fixed a process leak where the child process (ffmpeg / gstreamer) were never killed until reaching the end of video
  • Fixed the Github raw URL to reduce the probability of error when downloading a file