The folder includes the config files used in the experiments
Here are two examples of encoder commands:
1)lossy coding
bin/EncoderAppStatic -c cfg/encoder_intra_vtm.cfg -c cfg/multi-layer/two_layers_independent.cfg -l0 cfg/per-sequence/$seq -l0 -q $qp -l1 cfg/per-sequence/$seq -l1 --LMCSEnable=0 -l1 --DeblockingFilterDisable=1 -l1 --SAO=0 -l1 --ALF=0 -l1 --InputChromaFormat=400 -l1 -cf 400 -l1 --InputBitDepth=8 -l1 -q $qp -b ${seq}_QP${qp}.bin
2)lossless coding
bin/EncoderAppStatic -c cfg/encoder_intra_vtm.cfg -c cfg/multi-layer/two_layers_independent.cfg -l0 cfg/per-sequence/$seq -l0 -q $qp -l1 cfg/per-sequence/$seq -l1 --InputChromaFormat=400 -l1 -cf 400 -l1 --InputBitDepth=8 -l1 -c cfg/lossless/lossless.cfg -b ${seq}_QP${qp}.bin 
