cnsuhao / thor

Thor Video Codec

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thor Video Codec

Implementation of https://tools.ietf.org/html/draft-fuldseth-netvc-thor

Build

Windows: Use Visual Studio with build/Thor.sln.

Mac/Linux:

make -j8

Binaries will appear in the build/ directory.

Usage

encoder: Thorenc -cf config.txt -if in.yuv -of str.bit -rf out.yuv -qp N -width [width] -height [height] -f [framerate] -stat out.stat -qp [quant] -n [num frames]

A y4m file can be provided for input, and it will override width, height and framerate values given on the command-line.

decoder: Thordec str.bit out.dec.yuv

About

Thor Video Codec

License:BSD 2-Clause "Simplified" License


Languages

Language:C 91.0%Language:C++ 8.4%Language:Shell 0.5%Language:Makefile 0.2%