-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FFmpeg Channel Layout Changes Break Audio Output With video-sync=display-resample
#13662
Comments
Same error on window's build. |
This is because our usage of libswresample implicitly relied on the stuff ffmpeg just removed. The handling of it needs to be updated as well, namely the channel mappings. |
These options were deprecated with the addition of the channel layout API about a couple of years ago*. Unfortunately, we never saw the deprecation messages so it went unnoticed until they were completely removed with the recent major version bump. Fix this by setting in_chlayout and out_chlayout instead if we have AV_CHANNEL_LAYOUT. Fixes mpv-player#13662. *: FFmpeg/FFmpeg@8a5896e
These options were deprecated with the addition of the channel layout API about a couple of years ago*. Unfortunately, we never saw the deprecation messages so it went unnoticed until they were completely removed with the recent major version bump. Fix this by setting in_chlayout and out_chlayout instead if we have AV_CHANNEL_LAYOUT. Fixes mpv-player#13662. *: FFmpeg/FFmpeg@8a5896e
These options were deprecated with the addition of the channel layout API about a couple of years ago*. Unfortunately, we never saw the deprecation messages so it went unnoticed until they were completely removed with the recent major version bump. Fix this by setting in_chlayout and out_chlayout instead if we have AV_CHANNEL_LAYOUT. Fixes mpv-player#13662. *: FFmpeg/FFmpeg@8a5896e
These options were deprecated with the addition of the channel layout API about a couple of years ago*. Unfortunately, we never saw the deprecation messages so it went unnoticed until they were completely removed with the recent major version bump. Fix this by setting in_chlayout and out_chlayout instead if we have AV_CHANNEL_LAYOUT. Fixes mpv-player#13662. *: FFmpeg/FFmpeg@8a5896e
These options were deprecated with the addition of the channel layout API about a couple of years ago*. Unfortunately, we never saw the deprecation messages so it went unnoticed until they were completely removed with the recent major version bump. Fix this by setting in_chlayout and out_chlayout instead if we have AV_CHANNEL_LAYOUT. Fixes #13662. *: FFmpeg/FFmpeg@8a5896e
Yep.. Curious that these old channel layout options still worked on Linux without that option set, apparently. |
These options were deprecated with the addition of the channel layout API about a couple of years ago*. Unfortunately, we never saw the deprecation messages so it went unnoticed until they were completely removed with the recent major version bump. Fix this by setting in_chlayout and out_chlayout instead if we have AV_CHANNEL_LAYOUT. Fixes mpv-player#13662. *: FFmpeg/FFmpeg@8a5896e
Important Information
Provide following Information:
Reproduction steps
Expected behavior
I hear the goose.
Actual behavior
No audio;
in console.
Log file
https://overviewer.org/~pillow/up/4a35281ea6/penis.log
The text was updated successfully, but these errors were encountered: