image-video-codec-pipeline

Introduction

A project to compress continuous JPG images into HEVC video stream files

Requirements

This pipeline is based on the following two projects :

For requirements of each project, please browse the links above.

Linux

How to build

  • Install all dependencies
  • Create a subfolder named "build" in the project root folder
  • Use the following command to build samples in release mode.
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j14