Git Product home page Git Product logo

mcanthony / turingcodec Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bbc/turingcodec

2.0 2.0 0.0 4.11 MB

Source code for the Turing codec, an HEVC software encoder optimised for fast encoding of large resolution video content

Home Page: http://turingcodec.org/

License: GNU General Public License v2.0

CMake 0.07% C++ 98.94% C 0.94% Perl 0.01% Python 0.01% Makefile 0.01% Objective-C 0.02%

turingcodec's Introduction

Turing codec

The turing codec (see http://turingcodec.org) is a software HEVC codec

The code is published under the GPL version 2 licence. Commercial support and intellectual property rights for the Turing codec are also available under a proprietary license. For more information, contact us at info @ turingcodec.org.

Building for the first time

If any problems are discovered during this process, please edit the project's README.md file to change or improve these instructions. This way, others will not have to suffer the same issues.

First, clone the code from GitHub:

git clone https://github.com/bbc/turingcodec.git
cd turingcodec
git checkout {stable|develop}

Microsoft Windows (with Visual Studio 2015)

Prequisites

  • CMake for Windows (version 3.4.1 used when writing these instructions).

Building the project executable

  • Open CMake for Windows
  • Set "Where is the source code" as the folder containing this README.md file
  • Set "Where to build the binaries" to any new folder location you prefer
  • Click 'Configure' and select the Win64 configuration for Visual Studio 2015
  • Click 'Generate'
  • Project file "Turing.sln" should be emitted into the new build folder location - open this in Visual Studio and build either as Debug or `Release

Linux

Prerequisites

CMake

Run the following commands to install necessary tools and libraries:

sudo apt-get update
sudo apt-get install git-core
sudo apt-get install g++
sudo apt-get install make

Make a local clone of this repository and cd to its root folder.

Build and test

mkdir -p build/debug build/release
cd build/release
cmake ../../

Build the Turing codec executable:

make

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.