Skip to content

Tools to extract macroblock information from a H.264 encoded video and convert them into a manageable format.

Notifications You must be signed in to change notification settings

m-appel/mb-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build

Reference decoder

cd reference-decoder
unzip jm19.0.zip
cd JM
chmod +x unixprep.sh
./unixprep.sh
cd ..
patch -p0 -i mb-print.patch
cd JM
make ldecod

Macroblock parser

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make

About

Tools to extract macroblock information from a H.264 encoded video and convert them into a manageable format.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published