Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 726 Bytes

File metadata and controls

11 lines (7 loc) · 726 Bytes

220.video-processing - Video Processing

Type: Multimedia Languages: Python Architecture: x64, arm64

Description

The benchmark implements two operations on video files: adding a watermark and creating a gif. Both input and output media are passed through the cloud storage. To process the video, the benchmark uses ffmpeg. The benchmark installs the most recent static binary of ffmpeg provided by John van Sickle.

While 512 MB is technically sufficient and works well for the watermark operations, the large input converts the video into a gif which is more computationally intensive. On AWS, you should expect around ~30 seconds runtime on 1024 MiB allocation.