https://github.com/excamera/pipeline
Top-Level Project implementing pipelines
https://github.com/excamera/pipeline
Last synced: 11 months ago
JSON representation
Top-Level Project implementing pipelines
- Host: GitHub
- URL: https://github.com/excamera/pipeline
- Owner: excamera
- Created: 2016-10-19T08:00:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T20:21:20.000Z (about 3 years ago)
- Last Synced: 2025-04-04T08:11:31.896Z (12 months ago)
- Language: Python
- Size: 31.8 MB
- Stars: 8
- Watchers: 8
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/excamera/pipeline)
# 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)
```