google / fusion-power-video

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fusion Power Video

Fusion power video is a fast lossless video compressor designed to compress successive photographic 12-bit or 16-bit grayscale frames of the plasma inside a fusion reactor in real-time, with simple predictors designed to work well on different models of cameras with different noise and inter-frame behavior.

This is not an official Google product.

Build Instructions

If needed, install libbrotli-dev and CMake:

sudo apt-get install libbrotli-dev cmake

Compile by creating a build directory and, from it, running:

cmake -DCMAKE_BUILD_TYPE=Release $source_directory
make

About

License:Apache License 2.0


Languages

Language:C++ 96.2%Language:CMake 3.8%