Skip to content

[package] ffmpeg: add option to use the opencore amr nb/wb decoder instead of built-in amr decoder #26308

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

Open
hwse opened this issue Jan 6, 2025 · 0 comments

Comments

@hwse
Copy link

hwse commented Jan 6, 2025

The internal ffmpeg amr wideband/narrowband decoder lacks some features and suggests to use opencore-amr (see here: https://github.com/FFmpeg/FFmpeg/blob/8272d34377b24e52de0492fbc2e1d74efcdff248/libavcodec/amrnbdec.c#L989C47-L989C64 ).

There is already a package for opencore-amr, so only the ffmpeg package needs a option to enable it.

Related Pull Request: #26217

Note that using opencore-amr (and some other libraries) changes the ffmpeg license to (L)GPLv3 (from v2).

for licensing see here: https://github.com/FFmpeg/FFmpeg/blob/8272d34377b24e52de0492fbc2e1d74efcdff248/LICENSE.md?plain=1#L110

@hwse hwse changed the title ffmpeg: add option to use the opencore amr nb/wb decoder instead of built-in amr decoder [package] ffmpeg: add option to use the opencore amr nb/wb decoder instead of built-in amr decoder Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant