devops: compile ffmpeg with support of video splitting (#3938)

This commit is contained in:
Andrey Lushnikov 2020-09-21 12:02:47 -07:00 committed by GitHub
parent cdc6432c29
commit ee7c6230ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -1 +1 @@
1001
1002

View File

@ -38,8 +38,12 @@ FFMPEG_CONFIG="--extra-version=playwright-build-$(cat ./BUILD_NUMBER | head -1)
--enable-libvpx \
--enable-static \
--enable-encoder=libvpx_vp8 \
--enable-decoder=libvpx_vp8 \
--enable-demuxer=matroska \
--enable-encoder=png \
--enable-zlib \
--enable-muxer=image2 \
--disable-pthreads \
--disable-zlib \
--disable-iconv \
--disable-w32threads \
--disable-bzlib"