Giter Site home page Giter Site logo

soaringleefighting / yuvprocesskit Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 0.0 102 KB

YUVProcessKit is a series of tools for processing YUV sequences, such as horizontal combiner, compare, connect, extract, scale and split and so on.

License: MIT License

C++ 30.43% C 33.26% Makefile 36.32%
yuv toolset scale compare combiner

yuvprocesskit's Introduction

YUVProcessKit

YUVProcessKit is a series of tools for processing YUV sequences, such as horizontal combiner, compare, connect, extract, scale and split and so on.

0、支持平台

Windows, Linux, macOS(Apple Silicon)

1、参考

【Codecs系列】YUV处理工具系列汇总: https://blog.csdn.net/SoaringLee_fighting/article/details/95807355

2、支持功能

说明:当前支持下面6个功能。

2.1、YUV水平拼接 CombinerYUV

YUV按照y,u,v三个分量顺序排列,支持YUV420P(I420 or YV12)采样格式。

Usage: combinerYUV.exe input1 input2 output width height

2.2、YUV文件比较 CompareYUV

比较结果写入文件compare_result.txt中。

Usage: CompareYUV.exe yuv0 yuv1 width height

2.3、YUV文件拼接 ConnectYUV

可以设置两个YUV文件的帧数,将两个YUV文件的三个分量顺序拼接,只支持YUV420P采样格式。

Usage: connectYUV.exe src2file src2file dstfile width height len1 len2

2.4、YUV文件剪切 ExtractYUV

实现YUV文件剪切,可以设置开始帧和结束帧。

Usage: extractYUV.exe input.yuv width height startframe stopframe

2.5、YUV文件分割(帧率扩倍) SplitYUV

实现YUV文件分割为两个子YUV,隔帧写入YUV,实现帧率扩倍功能。

Usage: splitYUV.exe srcyuv dstyuv1 dstyuv2 width height

2.6、YUV缩放 ScaleYUV

实现YUV文件的缩放,插值算法可选择cublic立方插值和bilinear双线性插值。

Usage: <ScaleYUV.exe> <in file> <out file> <src width> <src height> <target width> <target height> <algorithm>

Algorithm list: 0--cubic, 1--bilinear

3、目录结构说明

├── bin : 各平台的可执行文件
├── build : Linux平台和macOS平台编译脚本
├── LICENSE : License文件
├── Projects : YUV处理工具的windows平台vs2013工程
└── README.md : 本文件

4、Revision History

  • v1.0(2020.7.1):
    Feature:
    1、YUV处理工具集:YUV水平拼接,YUV比较,YUV文件拼接,YUV文件剪切,YUV文件分割,YUV缩放。
    2、YUV处理工具集支持Windows平台。

  • v1.1(2021.7.2)
    Feature:
    1、YUV处理工具集支持Linux平台和macOS平台。

yuvprocesskit's People

Contributors

soaringleefighting avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.