Skip to content

Commit 8828ed7

Browse files
committed
Add wav encoder and muxer.
1 parent 7c8c828 commit 8828ed7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build_ffmpeg_win.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ chmod a+x $FullExecPath/../gas-preprocessor/cpp
119119
--enable-encoder=aac \
120120
--enable-encoder=libopus \
121121
--enable-encoder=libopenh264 \
122+
--enable-encoder=pcm_s16le \
122123
--enable-parser=aac \
123124
--enable-parser=aac_latm \
124125
--enable-parser=flac \
@@ -142,7 +143,8 @@ chmod a+x $FullExecPath/../gas-preprocessor/cpp
142143
--enable-demuxer=wav \
143144
--enable-muxer=mp4 \
144145
--enable-muxer=ogg \
145-
--enable-muxer=opus
146+
--enable-muxer=opus \
147+
--enable-muxer=wav
146148

147149
make -j$NUMBER_OF_PROCESSORS
148150
rm -f libavcodec/aarch64/*.d

0 commit comments

Comments
 (0)