playwright/browser_patches/ffmpeg
2021-11-02 12:02:16 -07:00
..
ffmpeg-license devops: bundle ffmpeg license file with our archives (#5301) 2021-02-03 19:36:10 -08:00
.gitignore devops: produce ffmpeg builds on bots (#3820) 2020-09-09 17:05:08 -07:00
archive.sh devops: produce ffmpeg builds on bots (#3820) 2020-09-09 17:05:08 -07:00
BUILD_NUMBER devops: build FFMPEG using MacOS 11 (#9402) 2021-10-08 13:52:02 -07:00
build-linux.sh devops(ffmpeg): compile zlib dependency that is needed for ffmpeg (#3940) 2020-09-21 14:54:22 -07:00
build-mac.sh devops: build FFMPEG using MacOS 11 (#9402) 2021-10-08 13:52:02 -07:00
build.sh devops: cross-compile ffmpeg to arm64 linux (#9979) 2021-11-02 12:02:16 -07:00
clean.sh devops: produce ffmpeg builds on bots (#3820) 2020-09-09 17:05:08 -07:00
CONFIG.sh devops(ffmpeg): compile zlib dependency that is needed for ffmpeg (#3940) 2020-09-21 14:54:22 -07:00
crosscompile-from-linux.sh devops: cross-compile ffmpeg to arm64 linux (#9979) 2021-11-02 12:02:16 -07:00
EXPECTED_BUILDS devops: cross-compile ffmpeg to arm64 linux (#9979) 2021-11-02 12:02:16 -07:00
README.md devops: drop infra for building 32-bit windows browsers (#9834) 2021-10-27 17:20:23 -07:00

Playwright and FFMPEG

Playwright requires FFMPEG to produce screncast and bundles FFMPEG binaries for Mac , Linux and Windows.

Configuration

We compile libvpx and ffmpeg only. Their source versions and build configurations are defined in //browser_patches/ffmpeg/CONFIG.sh.

Building ffmpeg-linux

Compilation scripts are based on:

Prerequisites:

  • Mac or Linux
  • Docker

Building:

~/playwright$ ./browser_patches/ffmpeg/build.sh --linux

Building ffmpeg-mac

Compilation scripts are based on:

Prerequisites:

  • Mac
  • xcode command line tools: xcode-select --install
  • homebrew

Building:

~/playwright$ ./browser_patches/ffmpeg/build.sh --mac

Building ffmpeg-win*

Cross-compilation scripts are based on:

Prerequisites:

Building:

~/playwright$ ./browser_patches/ffmpeg/build.sh --cross-compile-win64