ScriptDescription.docx: explain whole processing steps



Script.zip: an example is given (with perl script), where

str_RA10_BasketballPass_qp22_rap*.bin: bitsteams obtained by parallel encoding

str_RA10_BasketballPass_qp22.bin: the concatenated bitstream of str_RA10_BasketballPass_qp22_rap*.bin

enc_RA10_BasketballPass_qp22_rap*.log: encoding logs from parallel encoding

dec_RA10_BasketballPass_qp22_rap*.log: decoding logs of str_RA10_BasketballPass_qp22_rap*.bin

dec_RA10_BasketballPass_qp22.log: decoding logs of str_RA10_BasketballPass_qp22.bin
 
Para_config_job_task.pl: generate batch file for parallel encoding

Para_recycle_job_task.pl: analyze enc_RA10_BasketballPass_qp22_rap*.log and dec_RA10_BasketballPass_qp22_rap*.log, to get statistics from parallel encoding and parallel decoding

Para_recycle_job_task_dec_all.pl: analyze enc_RA10_BasketballPass_qp22_rap*.log and dec_RA10_BasketballPass_qp22.log, to get statistics from parallel encoding and serial decoding


Note: two ways of decoding analysis are provided, 1) for separate decoding of each RAS bitstrams, script Para_recycle_job_task.pl is provided, 2) concatenate all RAS bitstream to get a single one, and for analysis of the decoding log of this single bitsteam, script Para_recycle_job_task_dec_all.pl is provided.


 