Sign inSign up

selenium/ffmpeg

Sponsored OSS

By Selenium

Updated 5 days ago

A minimal static FFmpeg and Rclone binary for recording/uploading video function in Selenium Grid

Image
Integration & delivery
2

100K+

selenium/ffmpeg repository overview

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

...

Full documentation

The Docker-Selenium project in GitHub has an extensive README that will help you find the correct way to get this images up and running for your use case.

License

The project is made possible by volunteer contributors who have put in thousands of hours of their own time, and made the source code freely available under the Apache License 2.0.

Tag summary

Content type

Image

Digest

sha256:f95029be5

Size

87.7 MB

Last updated

5 days ago

docker pull selenium/ffmpeg

This week's pulls

Pulls:

348

Last week