Skip to content

Commit

Permalink
Add filter drawtext.
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Nov 20, 2023
1 parent 5ad8423 commit 653abf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.base50
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ RUN FFOPTIONS=""; if [[ $TARGETPLATFORM != 'linux/arm/v7' ]]; then \
--enable-libx264 --enable-libmp3lame --enable-libfdk-aac \
--enable-libxml2 --enable-demuxer=dash \
--enable-openssl --enable-protocol=tls --enable-protocol=rtmps \
--enable-filter=drawtext --enable-libfreetype --enable-libfontconfig \
--enable-libass \
--enable-libsrt ${FFOPTIONS} && \
make -j${JOBS} && make install && echo "FFmpeg5 build and install successfully"
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.base51
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ RUN FFOPTIONS=""; if [[ $TARGETPLATFORM != 'linux/arm/v7' ]]; then \
--enable-libx264 --enable-libmp3lame --enable-libfdk-aac \
--enable-libxml2 --enable-demuxer=dash \
--enable-openssl --enable-protocol=tls --enable-protocol=rtmps \
--enable-filter=drawtext --enable-libfreetype --enable-libfontconfig \
--enable-libass \
--enable-libsrt ${FFOPTIONS} && \
make -j${JOBS} && make install && echo "FFmpeg5(HEVC over RTMP) build and install successfully"
Expand Down

0 comments on commit 653abf2

Please sign in to comment.