Description: This document aims to provide instructions on how to configure the H.264/AVC encoder and decoder using the different command line options. Also, sample command line parameters are included for reference
- [H264Player] - using ffmpeg provide decoder interface f
- [mtv] - Designed and Optimized H264 Deco
- [h264] - h264 high compression algorithm, for mob
- [x264] - x264: h264 encoder/decoder testing prog
File list (Check if you may need any files):
H.264
.....\AVC_codec_manual_v11.doc
.....\copyright.txt
.....\decoder
.....\.......\AvcDecoder.dsp
.....\.......\AvcDecoder.dsw
.....\.......\include
.....\.......\.......\avcdecoder.h
.....\.......\.......\bitbuffer.h
.....\.......\.......\debug.h
.....\.......\.......\dpb.h
.....\.......\.......\errorconcealment.h
.....\.......\.......\framebuffer.h
.....\.......\.......\globals.h
.....\.......\.......\intrapred.h
.....\.......\.......\invtransform.h
.....\.......\.......\loopfilter.h
.....\.......\.......\macroblock.h
.....\.......\.......\motcomp.h
.....\.......\.......\nccglob.h
.....\.......\.......\parameterset.h
.....\.......\.......\prederrordec.h
.....\.......\.......\sei.h
.....\.......\.......\sequence.h
.....\.......\.......\slice.h
.....\.......\.......\vld.h
.....\.......\src
.....\.......\...\bitbuffer.c
.....\.......\...\decoder.c
.....\.......\...\dpb.c
.....\.......\...\errorconcealment.c
.....\.......\...\framebuffer.c
.....\.......\...\globals.c
.....\.......\...\intrapred.c
.....\.......\...\invtransform.c
.....\.......\...\loopfilter.c
.....\.......\...\macroblock.c
.....\.......\...\motcomp.c
.....\.......\...\nccglob.c
.....\.......\...\parameterset.c
.....\.......\...\prederrordec.c
.....\.......\...\sei.c
.....\.......\...\sequence.c
.....\.......\...\slice.c
.....\.......\...\vld.c
.....\encoder
.....\.......\AvcEncoder.dsp
.....\.......\AvcEncoder.dsw
.....\.......\include
.....\.......\.......\avcencoder.h
.....\.......\.......\bitbuffer.h
.....\.......\.......\debug.h
.....\.......\.......\dpb.h
.....\.......\.......\encparams.h
.....\.......\.......\frame.h
.....\.......\.......\globals.h
.....\.......\.......\intrapred.h
.....\.......\.......\invtransform.h
.....\.......\.......\loopfilter.h
.....\.......\.......\macroblock.h
.....\.......\.......\meutility.h
.....\.......\.......\modedecision.h
.....\.......\.......\motcomp.h
.....\.......\.......\motest.h
.....\.......\.......\nccglob.h
.....\.......\.......\parameterset.h
.....\.......\.......\prederrorcod.h
.....\.......\.......\prederrordec.h
.....\.......\.......\ratecontrol.h
.....\.......\.......\refframe.h
.....\.......\.......\scenecut.h
.....\.......\.......\sei.h
.....\.......\.......\sequence.h
.....\.......\.......\slice.h
.....\.......\.......\stream.h
.....\.......\.......\transform.h
.....\.......\.......\vlc.h
.....\.......\.......\vlcutility.h
.....\.......\src
.....\.......\...\bitbuffer.c
.....\.......\...\dpb.c
.....\.......\...\encoder.c
.....\.......\...\frame.c
.....\.......\...\globals.c
.....\.......\...\intrapred.c
.....\.......\...\invtransform.c
.....\.......\...\loopfilter.c
.....\.......\...\macroblock.c
.....\.......\...\meutility.c
.....\.......\...\modedecision.c
.....\.......\...\motcomp.c
.....\.......\...\motest.c
.....\.......\...\nccglob.c
.....\.......\...\parameterset.c
.....\.......\...\prederrorcod.c
.....\.......\...\prederrordec.c
.....\.......\...\ratecontrol.c
.....\.......\...\refframe.c
.....\.......\...\scenecut.c
.....\.......\...\sei.c