Skip to content

Enabling FDK AAC Encoding in GStreamer via bbappend #37

@psaavedra

Description

@psaavedra

Description: -Dfdkaac=enabled option enables the integration of the Fraunhofer FDK AAC codec library. This library provides high-quality Advanced Audio Coding (AAC) encoding and decoding capabilities, offering better performance and efficiency compared to some other AAC implementations. By enabling this option, GStreamer can utilize the FDK AAC library for handling AAC audio streams, potentially improving audio quality and encoding/decoding efficiency.

Example:

Create a bbappend file named gstreamer1.0-plugins-bad_%.bbappend in the meta-wpe-image layer with the following content:

EXTRA_OEMESON:append = " -Dfdkaac=enabled"
DEPENDS:append = " fdk-aac"

This requires also LICENSE_FLAGS_ACCEPTED = "commercial_fdk-aac"

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions