From 8f4c645b925636a08d05b38cc368583480bc3a83 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Tue, 29 Oct 2024 19:39:50 +0900 Subject: [PATCH] Update docs Add info on converting music to .ogg Vorbis. --- tbmm-docs/docs/client_config.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tbmm-docs/docs/client_config.md b/tbmm-docs/docs/client_config.md index 4af7c20..16518d0 100644 --- a/tbmm-docs/docs/client_config.md +++ b/tbmm-docs/docs/client_config.md @@ -43,3 +43,7 @@ depending on if the battle is with `silly` mobs or not. It is recommended to use .ogg Vorbis files for music. There is support for .mp3 files, but currently .ogg Vorbis files are more stable in this mod. Note that .ogg Opus files are NOT supported, but .ogg Vorbis files are. + +!!! note + The following command can convert to .ogg Vorbis using ffmpeg: + `ffmpeg -i -map a:0 -c:a libvorbis output.ogg`