This script is used to compress multiple videos at the same time
$ git clone https://github.com/TigerZing/multiple_video_compression.git $ cd multiple_video_compression - The video must have the format "name__widthxheight__numFrame.yuv"
- the overall template configuration for sequences (e.g: template.cfg))
- the profile configuration for sequences (e.g: encoder_lowdelay_P_vtm.cfg)
- the Encoder file (e.g: EncoderAppStatic)
$ tmux new-session -s <your-session's-name> input_path : feed the input_folder path output_path : feed the output_folder path format : '420 | 444' QP : Quantization parameter encoder_path : Encoder file path configuration_file : profile config file_path sequence_config_template_file : config file_path for sequence $ python main.py