thor

Thor视频编解码器。(Thor Video Codec.)

Github stars Tracking Chart

Thor视频编解码器

实施 https://tools.ietf.org/html/draft-fuldseth-netvc-thor

构建

Windows:使用Visual Studio和build/Thor.sln。

Mac/Linux中

make -j8

二进制文件将出现在build/目录中。

用法

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

可以提供一个y4m文件用于输入,它将覆盖命令行中给出的宽度,高度和帧率值。

解码器:Thordec str.bit out.dec.yuv

Overview

Name With Ownercisco/thor
Primary LanguageC
Program languageMakefile (Language Count: 5)
PlatformLinux, Mac, Windows
License:BSD 2-Clause "Simplified" License
Release Count0
Created At2015-07-15 16:00:20
Pushed At2018-08-08 19:06:20
Last Commit At2018-07-30 14:43:35
Stargazers Count693
Watchers Count78
Fork Count101
Commits Count233
Has Issues Enabled
Issues Count18
Issue Open Count12
Pull Requests Count6
Pull Requests Open Count8
Pull Requests Close Count8
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

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

To the top