Browse Source

chore: update windows ffmpeg (#2982)

pull/2983/head
Jason Dove 1 month ago committed by GitHub
parent
commit
080039be04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/artifacts.yml
  2. 6
      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-g20138c8f-win64-gpl-8.1.zip"
url: "https://github.com/ErsatzTV/ErsatzTV-ffmpeg/releases/download/8.1.2/ffmpeg-n8.1.2-etv-g25d21b2c-win64-gpl-8.1.zip"
target: ffmpeg/
- name: Package artifacts

6
CHANGELOG.md

@ -6,13 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). @@ -6,13 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
### Added
- Add `Streaming Engine` dropdown to playback troubleshooter to support troubleshooting Next engine playback
- Next engine: use `overlay_qsv` for watermarks and image subtitles
- Next engine: use `overlay_qsv` for hardware-accelerated watermarks and image subtitles
### Changed
- Upgrade Mesa driver in docker from 25.2.8 to 26.0.3 to fix issues with hevc_vaapi encoder when using radeonsi driver
### Fixed
- Bundle new ffmpeg 8.1.2 build that is patched to fix Vulkan/CUDA interop (libplacebo tonemapping) on windows
- Bundle new ffmpeg 8.1.2 build on Windows that is patched to fix
- Vulkan/CUDA interop (libplacebo tonemapping)
- Unexpected slow performance with image subtitles
- Enable Vulkan/CUDA interop (libplacebo tonemapping) in Docker, using Legacy and Next streaming engines
- Fix regression from `v26.6.0` that caused external (sidecar) subtitles from Jellyfin and Emby to go missing
- All Jellyfin external subtitles were deleted by hourly maintenance, so they were missing from **Troubleshooting** > **Playback** and were never burned in

Loading…
Cancel
Save