Coder Social home page Coder Social logo

avs2-avs3-video-samples's Introduction

avs2(IEEE.1857-4) video samples

AVS2/IEEE.1857-4 encoded video samples.

test1_avs2.mkv
Basic file. It contains AVS2 video (854x480), MP3 audio. The sample comes from the Big Buck Bunny open project.

test5_avs2.mkv
Multiple audio/subtitles. The sample contains AVS2 video (1024x576 pixels), and stereo AAC and commentary in AAC+ (using SBR). The source material is taken from the Elephant Dreams video project

Beijing 2022 winter olympics emblem_avs2.mkv
Basic file. It contains AVS2 video (1920x1080), and stereo AAC audio. Official video of Beijing 2022 Winter Olympic Games emblem.

avs3(IEEE.1857-10) video samples

AVS3/IEEE.1857-10 encoded video samples.

test5_avs3.mkv
Multiple audio/subtitles. The sample contains AVS3 video (1024x576 pixels), and stereo AAC and commentary in AAC+ (using SBR). The source material is taken from the Elephant Dreams video project

Encoder used for generating samples videos:

Ffmpeg: https://github.com/xatabhk/FFmpeg-avs2-avs3/releases/tag/n4.4-dev-avs3
Command line examples for encoding AVS2 and AVS3 videos:

ffmpeg -i xxx.mp4 -vcodec avs2 -acodec copy xxx_AVS2.mkv
ffmpeg -i xxx.mkv -vcodec avs3 -acodec copy xxx_AVS3.mkv

Video players with CAVS/AVS2/AVS3 enabled:

  1. Ffmpeg: https://github.com/xatabhk/FFmpeg-avs2-avs3/releases/tag/n4.4-dev-avs3
    Commmand line examples for playing videos:
ffplay xxx_AVS2.mkv
ffplay xxx_AVS3.mkv
  1. Mpc-hc: https://gitee.com/zhengtianbo/cavs-avs2-avs3_decoder_added_to_mpc_hc/releases
  2. Vlc3: https://github.com/xatabhk/vlc-3.0-avs2-avs3/releases/tag/v3.0-avs2-avs3-200830
  3. Vlc4: https://github.com/xatabhk/vlc-avs2-avs3/releases/tag/v4.0-avs2-avs3-200830

avs2-avs3-video-samples's People

Contributors

xatabhk 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.