Skip to content

Latest commit

 

History

History
executable file
·
19 lines (16 loc) · 543 Bytes

README.md

File metadata and controls

executable file
·
19 lines (16 loc) · 543 Bytes

Build Status

Sprocket Video Processing Pipeline

This is a Top-Level Project implementing pipelines. This project internally uses a modified version of https://github.com/excamera/mu for interacting with Lambda.

How to build the code

git clone --recursive https://github.com/excamera/pipeline.git
cd pipeline
./autogen.sh
./configure
make -j$(nproc)

cd sprocket/platform/aws_lambda
./autogen.sh
./configure
make -j$(nproc)