Skip to content

NETINT-Technologies/netint_ffmpeg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

NETINT Quadra FFmpeg README

FFmpeg is a collection of libraries and tools to process multimedia content such as audio, video, subtitles and related metadata.

This is NETINT's fork of FFmpeg with custom codecs, filters, and modifications to get FFmpeg working with NETINT Quadra Video Processing Units (VPU).

The NETINT Libxcoder software driver is a pre-requisite for this fork of FFmpeg.

Build

Dependencies

  • NETINT libxcoder
  • pkgconfig
  • nasm

See build_ffmpeg.sh -h for dependencies of optional features.

Scripted Build

bash build_ffmpeg.sh

See options using bash build_ffmpeg.sh -h

Installation

sudo make install
sudo ldconfig

Documentation

NETINT FFmpeg documentation is available at the NETINT Docs Portal

Please also refer to the official FFmpeg documentation in the doc/ directory.

Online documentation for official FFmpeg is available in its main website and wiki.

License

Following FFmpeg licensing convention, NETINT code in this project is LGPL version 2.1.