mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00

This starts bundling FFMPEG v4.3.1 binary with Chromium archives on the following platforms: - chromium-mac - chromium-win32 - chromium-win64 This specifically doesn't bundle FFMPEG with chromium-linux since we decided to use native ffmpeg on Linux instead. FFMPEG binaries are compiled following these instructions: - windows: https://gist.github.com/aslushnikov/422f1e1a57796a476bf73ebe04f2e5ac - mac: https://gist.github.com/aslushnikov/abf71be5a0b12c33b320044785fcb3bc Our versions of FFMPEG are ~2MB zipped. References #3680