commit | 18f66fcde888336190d8f63b306aca12952f2567 | [log] [tgz] |
---|---|---|
author | Jianhui Dai <jianhui.j.dai@intel.com> | Mon Jun 12 11:36:03 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 13 11:45:43 2023 |
tree | 5e4611c42255da92c0da474deb893bca89740e87 | |
parent | febf55853bfbc29792e8e0b8fc3067509fdb2d3a [diff] |
[rct_tools/video_encoder] Add video encoder tool This CL adds a new video encode tool that supports to encode video at specified codec, scalability mode, resolution, frame rate, bitrate, key frame interval and the number of encoding frames. The video encoder accepts video frames from `FrameGeneratorInterface`, and supports `SquareFrameGenerator`, `SlideFrameGenerator` and `IvfFileFrameGenerator`. All the encoded bitstreams are wrote into ivf output files. The purposes of this video encoder tool are: 1. Check the functionalities of video codecs and scalability modes. 2. Optimize video quality at different encode setting. 3. Fine tune the bitrate controller. 4. Compare the quality of different codecs at the same setting. 5. And more. TESTS: Run the tool at 1280x720, 30fps, 2000kbps, 100 GOP, 300 frames: vp8 [L1T1 L1T3] h264 [L1T1 L1T3] vp9 [L1T1 L1T3 L3T3_KEY] av1 [L1T1 L1T3 L3T3_KEY] Bug: webrtc:15210 Change-Id: I3b0e463cf3236cd9a481fbab5688643c203958da Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/307361 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Henrik Boström <hbos@webrtc.org> Reviewed-by: Sergey Silkin <ssilkin@webrtc.org> Commit-Queue: Jianhui J Dai <jianhui.j.dai@intel.com> Reviewed-by: Erik Språng <sprang@webrtc.org> Cr-Commit-Position: refs/heads/main@{#40267}
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.