Coder Social home page Coder Social logo

ganqiuye / davs2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pkuvcl/davs2

0.0 0.0 0.0 989 KB

An open-source decoder of AVS2-P2/IEEE1857.4 video coding standard

License: GNU General Public License v2.0

Shell 0.09% C++ 59.83% C 7.29% Objective-C 0.75% Assembly 31.78% Makefile 0.26%

davs2's Introduction

davs2

davs2 is an open-source decoder of AVS2-P2/IEEE1857.4 video coding standard.

An encoder, xavs2, can be found at Github or Gitee (mirror in China).

GitHub tag GitHub issues GitHub forks GitHub stars

Linux(Ubuntu-16.04):Travis Build Status Windows(VS2013):AppVeyor Build Status

Stargazers over time Stargazers over time

Compile it

Windows

Use VS2013 or latest version of visual studio open the ./build/vs2013/davs2.sln solution and set the davs2 as the start project.

Notes

  1. A shell executor, i.e. the bash in git for windows, is needed and should be found in PATH variable. For example, the path C:\Program Files\Git\bin can be added if git-for-windows is installed.
  2. nasm.exe with version 2.13 (or later version) is needed and should be put into the PATH directory. For windows platform, you can downloaded the packege and unpack the zip file to get nasm.exe: https://www.nasm.us/pub/nasm/releasebuilds/2.14.02/win64/nasm-2.14.02-win64.zip

Linux

$ cd build/linux
$ ./configure
$ make

Try it

Decode AVS2 stream test.avs with 1 thread and output to a YUV file named dec.yuv.

./davs2 -i test.avs -t 1 -o dec.yuv

Decode AVS2 stream test.avs and display the decoding result via ffplay.

./davs2 -i test.avs -t 1 -o stdout | ffplay -i -

Parameter Instructions

Parameter Alias Result
--input=test.avs -i test.avs Setting the input bitstream file
--output=dec.yuv -o dec.yuv Setting the output YUV file
--psnr=rec.yuv -r rec.yuv Setting the reference reconstruction YUV file
--threads=N -t N Setting the threads for decoding (default: 1)
--md5=M -m M Reference MD5, used to check whether the output YUV is right
--verbose -v Enable decoding status every frame (Default: Enabled)
--help -h Showing this instruction

Issue and Pull Request

Issues should be reported hereใ€‚

If you have some bugs fixed or features implemented, and would like to share with the public, please make a Pull Request.

Homepages

PKU-VCL

AVS2-P2/IEEE1857.4 Encoder: xavs2 (Github), xavs2 (mirror in China)

AVS2-P2/IEEE1857.4 Decoder: davs2 (Github), davs2 (mirror in China)

davs2's People

Contributors

luofalei avatar hwrenx avatar knightmet avatar xuyiqun avatar ua0lnj avatar dbermond avatar 404networkerror 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.