Lab027: optimize synchronized ROI video stream

This commit is contained in:
LittleSam129
2026-07-24 17:54:27 +03:00
parent 6d49036066
commit 78258b5355
17 changed files with 8300 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
profile_name,base_width,base_height,fps,base_quality,roi_width,roi_height,roi_quality,source_duration_s,selected_base_frames,selected_roi_frames,synchronized_composite_frames,total_base_bytes,total_roi_bytes,total_payload_bytes,mean_base_frame_bytes,mean_roi_frame_bytes,mean_composite_frame_bytes,p95_composite_frame_bytes,max_composite_frame_bytes,base_bitrate_kbps,roi_bitrate_kbps,total_payload_bitrate_kbps,channel_rate_fec_2_3_kbps,channel_rate_fec_1_2_kbps,timestamp_mismatch_count,frame_id_mismatch_count
sync_2fps_base_q20_roi_q30,240,135,2.000000,20,320,180,30,20.766667,42,42,42,89696,173455,263151,2135.619,4129.881,6265.500,6780.400,6842,34.553836,66.820546,101.374382,167.267730,223.023640,0,0
sync_3fps_base_q20_roi_q30,240,135,3.000000,20,320,180,30,20.766667,63,63,63,133076,249436,382512,2112.317,3959.302,6071.619,6640.800,6842,51.265233,96.090915,147.356148,243.137644,324.183525,0,0
sync_3fps_base_q23_roi_q33,240,135,3.000000,23,320,180,33,20.766667,63,63,63,144649,264895,409544,2296.016,4204.683,6500.698,7125.400,7383,55.723531,102.046228,157.769759,260.320103,347.093470,0,0
sync_3fps_base_q25_roi_q35,240,135,3.000000,25,320,180,35,20.766667,63,63,63,151516,274486,426002,2405.016,4356.921,6761.937,7421.700,7741,58.368925,105.740995,164.109920,270.781368,361.041823,0,0
1 profile_name base_width base_height fps base_quality roi_width roi_height roi_quality source_duration_s selected_base_frames selected_roi_frames synchronized_composite_frames total_base_bytes total_roi_bytes total_payload_bytes mean_base_frame_bytes mean_roi_frame_bytes mean_composite_frame_bytes p95_composite_frame_bytes max_composite_frame_bytes base_bitrate_kbps roi_bitrate_kbps total_payload_bitrate_kbps channel_rate_fec_2_3_kbps channel_rate_fec_1_2_kbps timestamp_mismatch_count frame_id_mismatch_count
2 sync_2fps_base_q20_roi_q30 240 135 2.000000 20 320 180 30 20.766667 42 42 42 89696 173455 263151 2135.619 4129.881 6265.500 6780.400 6842 34.553836 66.820546 101.374382 167.267730 223.023640 0 0
3 sync_3fps_base_q20_roi_q30 240 135 3.000000 20 320 180 30 20.766667 63 63 63 133076 249436 382512 2112.317 3959.302 6071.619 6640.800 6842 51.265233 96.090915 147.356148 243.137644 324.183525 0 0
4 sync_3fps_base_q23_roi_q33 240 135 3.000000 23 320 180 33 20.766667 63 63 63 144649 264895 409544 2296.016 4204.683 6500.698 7125.400 7383 55.723531 102.046228 157.769759 260.320103 347.093470 0 0
5 sync_3fps_base_q25_roi_q35 240 135 3.000000 25 320 180 35 20.766667 63 63 63 151516 274486 426002 2405.016 4356.921 6761.937 7421.700 7741 58.368925 105.740995 164.109920 270.781368 361.041823 0 0