From d3ad38075952d9b68a18e25d9c0454e1ae973885 Mon Sep 17 00:00:00 2001 From: Christopher Whitley <103014489+AristurtleDev@users.noreply.github.com> Date: Sat, 6 Jul 2024 12:06:29 -0400 Subject: [PATCH] Enable libvorbis and libmp3lame encoders (#4) Adding libvorbis allows encoding ogg Adding libmp3lame allows encoding mp3 --- ffprobe.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ffprobe.config b/ffprobe.config index 1951744..044d710 100644 --- a/ffprobe.config +++ b/ffprobe.config @@ -34,6 +34,8 @@ --enable-encoder=pcm_s16le --enable-encoder=pcm_u8 --enable-encoder=wmav2 +--enable-encoder=libvorbis +--enable-encoder=libmp3lame ######################################################################################################################## ### Decoders