
1. encoding:
------------
encode as normal using H264AVCEncoderLibTestStatic


2. assign quality layers:
-------------------------
>QualityLevelAssigner -in in.264 -out out.264 -org 0 org_layer0.yuv [... -org N org_layerN.yuv] [-sei] [-mlql]

in.264         - bit-stream generated by encoder
out.264        - bit-stream with quality layer information
org_layer0.yuv - original file for layer N (with correct spatio-temporal resolution)
[-sei]         - this option forces the writing of QualityLevelSEI messages. When this option
                 is not present, the quality layer Id is write as simple_priority_id
[-mlql]        - determine Multi layer quality layer Id's. This may improve the PSNR of the top layer in the 
		 combined configuration when extractor truncates a bitstream with the option "-ql".

3. bit-stream extraction:
-------------------------
normal extraction using BitStreamExtractorStatic with additional option "-ql"

4. decoding:
------------
normal decoding using H264AVCDecoderLibTestStatic
