thor

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

  • 所有者: cisco/thor
  • 平台: Linux, Mac, Windows
  • 许可证: BSD 2-Clause "Simplified" License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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

主要指标

概览
名称与所有者cisco/thor
主编程语言C
编程语言Makefile (语言数: 5)
平台Linux, Mac, Windows
许可证BSD 2-Clause "Simplified" License
所有者活动
创建于2015-07-15 16:00:20
推送于2018-08-08 19:06:20
最后一次提交2018-07-30 14:43:35
发布数0
用户参与
星数702
关注者数75
派生数101
提交数233
已启用问题?
问题数18
打开的问题数12
拉请求数5
打开的拉请求数8
关闭的拉请求数8
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?

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