Skip to content

Commit

Permalink
Update README.md to enable opus encoder
Browse files Browse the repository at this point in the history
  • Loading branch information
jkarthic authored Jan 25, 2024
1 parent 1cdc6c1 commit 5fdbf3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
git clone https://git.ffmpeg.org/ffmpeg.git ffmpeg
cd ffmpeg
git checkout n5.1
./configure --toolchain=msvc --enable-libopenh264 --enable-shared --disable-encoders --disable-decoders --enable-encoder=libopenh264 --enable-encoder=aac
./configure --toolchain=msvc --enable-libopenh264 --enable-shared --disable-encoders --disable-decoders --enable-encoder=libopenh264 --enable-encoder=aac --enable-encoder=opus
make -j4
make install
```
Expand Down

0 comments on commit 5fdbf3e

Please sign in to comment.