Skip to content

Commit

Permalink
Enable libvorbis and libmp3lame encoders (#4)
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 authored Jul 6, 2024
1 parent 957a41a commit d3ad380
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ffprobe.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 d3ad380

Please sign in to comment.