Skip to content

Commit

Permalink
enable libwebp_anim encoder
Browse files Browse the repository at this point in the history
  • Loading branch information
1Conan committed Jan 10, 2025
1 parent a81237c commit 30a595a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ set -e
--enable-ios-zlib \
--enable-ios-bzip2 \
--enable-ios-libiconv \
--enable-libwebp \
--no-bitcode

FRAMEWORK_NAMES=(ffmpegkit libavcodec libavdevice libavfilter libavformat libavutil libswresample libswscale)
Expand Down
2 changes: 1 addition & 1 deletion scripts/apple/ffmpeg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ ${SED_INLINE} 's/static int av_log_level/__thread int av_log_level/g' "${BASEDIR
--enable-videotoolbox \
--enable-decoder=libvpx_vp9,opus \
--enable-demuxer=matroska,ogg \
--enable-encoder=hevc_videotoolbox,aac_at \
--enable-encoder=hevc_videotoolbox,aac_at,libwebp_anim \
--enable-muxer=mov,adts \
--enable-protocol=file \
--enable-filter=scale,null,format,anull,aresample,drawtext,color \
Expand Down

0 comments on commit 30a595a

Please sign in to comment.