Skip to content

Debugging utility for manipulating video bitstream data.

Notifications You must be signed in to change notification settings

greenjustin/bitstream_tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Bitstream Tool

Simple command line tool designed for manipulating video bitstreams.

Currently only supports H264 Annex B format.

Usage:

cargo run -- [-d|-e] <in file> <out file>

The -d flag will take in an Annex B bitstream and output a human readable, JSON-like representation of the bitstream headers. The -e flag will take a human readable representation of the bitstream and re-serialize it back into H264 Annex B.

About

Debugging utility for manipulating video bitstream data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages