A reference encoder and decoder for SMPTE ST 2042-1 "VC-2 Video Compression"
License
bbc/vc2-reference
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
VC-2 Reference Encoder and Decoder ---------------------------------- Copyright (C) Tim Borer, James Weaver and Galen Reich 2010-2020, British Broadcasting Corporation. < galen.reich@bbc.co.uk > This repository contains a SMPTE 2042-1 VC-2 reference encoder and decoder. It can be compiled using autotools on Linux or Windows and includes the following executables once compiled: o EncodeStream -- an encoder which will encode a VC-2 compliant stream using one of the supported LD or HQ profiles. o DecodeStream -- a decoder which will decode a VC-2 compliant stream which complies with the LD or HQ profiles. The EncodeStream tool supports the following profiles: o HQ_CBR -- an encoder for the High Quality (HQ) profile of VC-2 which encodes at a constant bit rate. o HQ_ConstQ -- an encoder for the High Quality (HQ) profile of VC-2 which encodes with a constant quantiser value. o LD -- an OBSOLETE encoder for the Low Delay (LD) profile of VC-2. (included for backwards compatibility). In addition, an optional utility (DecodeFrame) is includeded which takes in the compressed bytes of a VC-2 frame without any surrounding headers. This is not compiled by default but can be enabled with the --enable-frame-decoder flag (./configure --enable-frame-decoder). The googletest testing framework can be used to run tests on the repository. This requires the googletest submodule to be added by git submodule init git submodule update (or using --recurse-submodules when cloning) Then using `make check' to build and run the tests. Additional help on each executable will be printed if it is run with the --help parameter.
About
A reference encoder and decoder for SMPTE ST 2042-1 "VC-2 Video Compression"
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published