A minimal static FFmpeg and Rclone binary for recording/uploading video function in Selenium Grid
100K+
The static FFmpeg is built with enabling libx264 and libxcb to record the format x11grab only.
Use this in build multi-stage. For example:
FROM selenium/ffmpeg:latest AS source
FROM selenium/video:latest
USER root
COPY --from=source /usr/local/bin/ffmpeg /usr/local/bin/ffmpeg
COPY --from=source /usr/local/bin/rclone /usr/local/bin/rclone
...
Content type
Image
Digest
sha256:433895115…
Size
79.4 MB
Last updated
2 days ago
Requires Docker Desktop 4.37.1 or later.
Pulls:
899
Last week