From cfb1a860573a8db2f1a171d8aa8e299ae55dfa98 Mon Sep 17 00:00:00 2001 From: Christopher Whitley Date: Sat, 6 Jul 2024 11:37:48 -0400 Subject: [PATCH] Enable libvorbis and libmp3lame encoders Adding libvorbis allows encoding ogg Adding libmp3lame allows encoding mp3 --- ffmpeg.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ffmpeg.config b/ffmpeg.config index 3e4cd12..bcc0789 100644 --- a/ffmpeg.config +++ b/ffmpeg.config @@ -34,6 +34,8 @@ --enable-encoder=pcm_s16le --enable-encoder=pcm_u8 --enable-encoder=wmav2 +--enable-encoder=libvorbis +--enable-encoder=libmp3lame ######################################################################################################################## ### Decoders