New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

speelycaptor

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

speelycaptor

Perform video conversions

0.1.0
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created

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=<key from /init>&args=<ffmpeg 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)

FAQs

Package last updated on 06 Aug 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts