Skip to content

carrardt/h264-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

h264-tools

mkv2mkv :

Usage: mkv2mkv input-file output-file
convert audio/video files with optional H.264 video rencoding and aac audio reencoding.
3D H.264 input video (with MVC) can be reencoded to Side By Side

ldecod :

Usage: ldecod <lot of options>
Decodes 3D H.264 video streams, which ffmpeg cannot do directly

naluparser :

Usage: naluparser [-stat] [-v] [-nalucount #] [-mkv] [-annexb] < inputFile > outputFile
Parses Annex-B or mkv style H.264 NALU packets and optionaly convert it  to another bitsream format
produces statistics on NALU types used in stream

yuvsbspipe :

    Usage: yuvsbspipe -w <width> -h <height> -l left-stream.yuv -r right-stream.yuv -o output-sbs.yuv
    Reads 2 YUV streams from 2 files/named pipes and output a single YUV Side-By-Side  or Top-Above stream to a file/named pipe

About

Parsing and analysis of H.264 streams

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages