| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
remoting: Add encoding logic to WebRTC video encoder benchmark tool
This CL implements the actual benchmark logic in the tool.
It utilizes the library to generate and load synthetic frames
which are used to measure encoding performance for AV1, VP8, and VP9.
It reports:
- Total encoding time
- Average time per frame
- Average FPS
- Average updated area percentage
Today, every png is a keyframe so the tool uses a differ wrapper to
feed the updated regions to the encoder however I plan to use deltas
in the future so we can generate more frames and reduce disk usage.
Bug: None
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |