Skip to content

Commit

Permalink
Enable libvorbis and libmp3lame encoders
Browse files Browse the repository at this point in the history
Adding libvorbis allows encoding ogg
Adding libmp3lame allows encoding mp3
  • Loading branch information
AristurtleDev committed Jul 6, 2024
1 parent 46e5ea0 commit cfb1a86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ffmpeg.config
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
--enable-encoder=pcm_s16le
--enable-encoder=pcm_u8
--enable-encoder=wmav2
--enable-encoder=libvorbis
--enable-encoder=libmp3lame

########################################################################################################################
### Decoders
Expand Down

0 comments on commit cfb1a86

Please sign in to comment.