Skip to content

A complete set of functions to read and write H.264 video bitstreams, in particular to examine or modify headers.

License

Notifications You must be signed in to change notification settings

ximenjx/h264bitstream

 
 

Repository files navigation

h264bitstream

A complete set of functions to read and write H.264 video bitstreams, in particular to examine or modify headers.

Compiling and installing

  1. Install pre-requisites (Debian, Ubuntu)

    sudo apt-get install build-essential libtool

  2. Auto-reconfigure the project

    autoreconf -i

  3. Run the generated configure script and build the project

    ./configure --prefix=/usr/local
    make
  4. Optionally, install the binaries in /usr/local/

    make install

This will produce /usr/local/bin/h264_analyze and /usr/local/lib/libh264bitstream.

About

A complete set of functions to read and write H.264 video bitstreams, in particular to examine or modify headers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.6%
  • Perl 1.4%