Skip to content

Improve AAC codec detection#239

Open
julien-celya wants to merge 1 commit intoFreePBX:release/17.0from
julien-celya:improve-aac-codec-detection
Open

Improve AAC codec detection#239
julien-celya wants to merge 1 commit intoFreePBX:release/17.0from
julien-celya:improve-aac-codec-detection

Conversation

@julien-celya
Copy link
Copy Markdown
Contributor

The old test fails for some version of the ffmpeg binary :

  • ffmpeg -version |grep enable-libfdk-aac will not work for the debian ffmpeg binary
  • ffmpeg -decoders |grep 'A....D aac' will find if ffmpeg is able to decode AAC with both binaries.

No check if ffmpeg can encode AAC. If it's necessary, it's easy to add it : ffmpeg -encoders |grep 'A..... aac'

Adding -loglevel quiet makes ffmpeg generates less (useless in this case) logs.

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

Successfully merging this pull request may close these issues.

1 participant