########### paramter (ref to tulip_cedarx.conf)############ [parameter] auto_test_count = 1 encoder_count = 300 # src parameter # dev number:0~3, vipp_number # src_width * src_height:720p/1080p; # src_frame_rate: 25 dev_num = 0 src_width = 640 src_height = 480 src_frame_rate = 30 # dest parameter # dest_encoder_type is H.264/H.265/MJPEG # dest_width * dest_height is VGA; # dest_frame_rate is 25 # pic_format is nv21(to enc pixelfmt must be yuv420sp) dest_encoder_type = H.264 dest_width = 640 dest_height = 480 dest_frame_rate = 30 dest_bit_rate = 2097152 //4M(4194304) 8M(8388608) dest_pic_format = nv21 output_file_path = "/tmp/ce_tester_result.H264"