Browse Source

fix: bundle newly patched ffmpeg for qsv on windows

pull/2969/head
Jason Dove 24 hours ago
parent
commit
460c4e29a3
No known key found for this signature in database
  1. 2
      .github/workflows/artifacts.yml
  2. 1
      CHANGELOG.md

2
.github/workflows/artifacts.yml

@ -311,7 +311,7 @@ jobs: @@ -311,7 +311,7 @@ jobs:
uses: suisei-cn/actions-download-file@v1.3.0
id: downloadffmpeg
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/
- 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/). @@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- `Strict` behavior is unchanged
### 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
- This affected external logo urls and generated channel logos
- Maintain collection progress when refreshing a classic playout containing playlists

Loading…
Cancel
Save