Skip to content
This repository has been archived by the owner on Mar 30, 2024. It is now read-only.

Issue using the native FFmpeg AAC encoder #1

Open
apostroll opened this issue Dec 12, 2014 · 0 comments
Open

Issue using the native FFmpeg AAC encoder #1

apostroll opened this issue Dec 12, 2014 · 0 comments

Comments

@apostroll
Copy link

In order to use the native FFmpeg AAC encoder, an additional argument must be passed to
the command line of FFmpeg when transcoding the raw audio file to .m4a file format.

The command line would have to look something like this:
ffmpeg -y -ac 1 -f s16le -i RAW_TEMP_FILE -strict experimental -ab 48k OUTPUT.m4a

This is an issue with the audiosprite utility in your repository. But I can't open new issues there.

I haven't tested if that has any negative side-effects when not using the native AAC encoder because
that's not available to me.

source: https://trac.ffmpeg.org/wiki/Encode/AAC

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant