commit | 769ef2030985a62c4f447c9c05c60f1de1add85b | [log] [tgz] |
---|---|---|
author | Zhaoliang Ma <zhaoliang.ma@intel.com> | Mon Jun 24 06:47:27 2024 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 27 10:50:16 2024 |
tree | f7ffe40ecb896c919c3cb1a47669b4a6723a4b92 | |
parent | e6ad337d633c145c48a5a4ae54968c14c16081c7 [diff] |
[rct_tools/video_encoder] Support yuv input and PSNR/Bitrate validation. As mentioned, this CL adds the yuv input file support, also checks the PSNR and bitrate validation in video encoder tool. the output example is like: (video_encoder.cc:487): VideoBitrateAllocation [ [272000] ] (ivf_file_writer.cc:165): Created IVF file for codec data of type AV1 at resolution 640 x 360, using 90kHz clock resolution. (video_encoder.cc:266): PSNRPassed Average PSNR: 35.6536 Average bitrate: 273960 Bitrate deviation: 0.720588 % Bug: None Change-Id: Idaf2545fc272ec636165104784eae79aaee731f9 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/355360 Commit-Queue: Zhaoliang Ma <zhaoliang.ma@intel.com> Reviewed-by: Sergey Silkin <ssilkin@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42549}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.