From 8cbaeea35a3bb0928c9d969488ce60a55d551619 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 28 Jan 2017 11:49:05 +0100 Subject: [PATCH] Advice on the FFmpeg AAC encoder. --- streaming.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/streaming.rst b/streaming.rst index e756f35..054c659 100644 --- a/streaming.rst +++ b/streaming.rst @@ -109,6 +109,9 @@ from Android; it yields significantly better sound quality than e.g. FAAC, and it is open source, but under a somewhat cumbersome license. For this reason, most distributions do not compile FFmpeg with the FDK-AAC codec, so you will need to compile FFmpeg yourself, or use a worse codec. +FFmpeg `recommends `_ +their own native AAC encoder (simply called “aac”) in the absence of any +external libraries. For speed control, you can use:: -- 2.39.2