Minor update to FAQ.md
This commit is contained in:
parent
2e40c403cd
commit
6afd7115c2
1 changed files with 2 additions and 0 deletions
2
FAQ.md
2
FAQ.md
|
@ -23,6 +23,8 @@ disabled for "passive" mobs.
|
||||||
**Note that while .ogg Vorbis files are supported, .ogg Opus files are NOT
|
**Note that while .ogg Vorbis files are supported, .ogg Opus files are NOT
|
||||||
supported.**
|
supported.**
|
||||||
|
|
||||||
|
**It is recommended to use .ogg Vorbis files instead of .mp3 files.**
|
||||||
|
|
||||||
One can use FFmpeg to convert music files into .ogg Vorbis:
|
One can use FFmpeg to convert music files into .ogg Vorbis:
|
||||||
|
|
||||||
ffmpeg -i <music_file_to_convert> -map a:0 -c:a libvorbis output.ogg
|
ffmpeg -i <music_file_to_convert> -map a:0 -c:a libvorbis output.ogg
|
||||||
|
|
Loading…
Reference in a new issue