Browse Source

fix: bundle newly patched ffmpeg for qsv on windows (#2969)

pull/2970/head
Jason Dove 24 hours ago committed by GitHub
parent
commit
57a0c40d57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/artifacts.yml
  2. 1
      CHANGELOG.md

2
.github/workflows/artifacts.yml

@ -311,7 +311,7 @@ jobs:
uses: suisei-cn/actions-download-file@v1.3.0 uses: suisei-cn/actions-download-file@v1.3.0
id: downloadffmpeg id: downloadffmpeg
with: with:
url: "https://github.com/ErsatzTV/ErsatzTV-ffmpeg/releases/download/8.1.2/ffmpeg-n8.1.2-etv-g82f576a8-win64-gpl-8.1.zip" url: "https://github.com/ErsatzTV/ErsatzTV-ffmpeg/releases/download/8.1.2/ffmpeg-n8.1.2-etv-gd3cc14b8-win64-gpl-8.1.zip"
target: ffmpeg/ target: ffmpeg/
- name: Package artifacts - name: Package artifacts

1
CHANGELOG.md

@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- `Strict` behavior is unchanged - `Strict` behavior is unchanged
### Fixed ### Fixed
- Bundle new ffmpeg 8.1.2 build that is patched to fix QSV on Windows
- Fix regression from `v26.2.0` that caused channel logo watermarks to be ignored when the logo is a url - Fix regression from `v26.2.0` that caused channel logo watermarks to be ignored when the logo is a url
- This affected external logo urls and generated channel logos - This affected external logo urls and generated channel logos
- Maintain collection progress when refreshing a classic playout containing playlists - Maintain collection progress when refreshing a classic playout containing playlists

Loading…
Cancel
Save