Enable FFmpeg SPDIF muxer - #3
Merged
Merged
Conversation
cjohnsto-nz
force-pushed
the
agent/enable-spdif-muxer
branch
from
August 2, 2026 05:36
4e0c83a to
deb9af6
Compare
cjohnsto-nz
marked this pull request as ready for review
August 2, 2026 06:13
Author
|
@FengZeng Are you able to take a look at this? 🙏 |
Owner
Thanks for working on this! This is a really nice feature, and bringing audio passthrough support back definitely makes sense. I haven't had much time to focus on the audio side of things yet, so really appreciate you looking into this. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
spdifmuxer after the build disables all muxersCONFIG_SPDIF_MUXERis presentWhy
mpv audio passthrough uses FFmpeg's SPDIF muxer to packetize AC-3, E-AC-3, TrueHD, DTS, and DTS-HD for IEC 61937 output. The current runtime can select an
spdif_*decoder but cannot open the encoded output because the muxer is disabled.This keeps the existing small dynamic runtime layout; it does not introduce another runtime source or a static libmpv overlay.
Validation
bash -n build-ffmpeg.shgit diff --check upstream/vcpkg...HEAD10a292c000e036d7e0c176c77abedd761dd667498d269470d96815bfbdfcea48pnpm bundle:win:releasecompleted successfully