Skip to content

Commit

Permalink
Add mp3 ecoding with lame
Browse files Browse the repository at this point in the history
  • Loading branch information
magnus-nomono committed Jun 11, 2024
1 parent 8b67ce9 commit d483904
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update -y && \
sudo apt-get install -y libopus-dev yasm
sudo apt-get install -y libmp3lame libopus-dev yasm
- name: Install ARM64 compiler
if: env.ARCH == 'arm64'
run: |
Expand Down
3 changes: 3 additions & 0 deletions common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ FFMPEG_CONFIGURE_FLAGS=(
--enable-demuxer=xwma
--enable-encoder=flac
--enable-encoder=libopus
--enable-encoder=libmp3lame
--enable-encoder=pcm*
--enable-ffmpeg
--enable-ffprobe
Expand All @@ -118,7 +119,9 @@ FFMPEG_CONFIGURE_FLAGS=(
--enable-filter=null
--enable-filter=setpts
--enable-filter=trim
--enable-libmp3lame
--enable-libopus
--enable-muxer=mp3
--enable-muxer=ogg
--enable-muxer=opus
--enable-muxer=pcm*
Expand Down

0 comments on commit d483904

Please sign in to comment.