Skip to content

Commit

Permalink
support drawtext and color filters
Browse files Browse the repository at this point in the history
  • Loading branch information
1Conan committed Oct 9, 2024
1 parent 2df4f2c commit a81237c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/apple/ffmpeg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ ${SED_INLINE} 's/static int av_log_level/__thread int av_log_level/g' "${BASEDIR
--enable-encoder=hevc_videotoolbox,aac_at \
--enable-muxer=mov,adts \
--enable-protocol=file \
--enable-filter=scale,null,format,anull,aresample \
--enable-filter=scale,null,format,anull,aresample,drawtext,color \
--enable-lto \
${CONFIGURE_POSTFIX} 1>>"${BASEDIR}"/build.log 2>&1

Expand Down

0 comments on commit a81237c

Please sign in to comment.