# speelycaptor **Repository Path**: mirrors_mozilla/speelycaptor ## Basic Information - **Project Name**: speelycaptor - **Description**: AWS Lambda for performing video conversions - **Primary Language**: Unknown - **License**: MPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # speelycaptor AWS Lambda for performing video conversions via `ffmpeg` API: - GET `/init` to get a signed S3 URL to post a video to. Response is JSON with two keys, `uploadUrl` and `key`. - POST your video to `uploadUrl`. - GET `/convert?key=&args=` will return JSON with `url` key with output Relies upon https://github.com/serverlesspub/ffmpeg-aws-lambda-layer being deployed under the layer name `ffmpeg` (see https://github.com/mozilla/hubs-ops/blob/master/terraform/modules/speelycaptor/main.tf for relevant terraform)