H264EncodeSima.h File
H264EncodeSima Node — hardware-accelerated H.264 encoder. More...
Included Headers
#include "builder/Node.h"
#include "builder/OutputSpec.h"
#include <memory>
#include <string>
#include <vector>
Namespaces Index
| namespace | simaai |
| namespace | neat |
| namespace | nodes |
Classes Index
| class | H264EncodeSima |
|
Hardware-accelerated H.264 encoder Node. More... | |
Description
H264EncodeSima Node — hardware-accelerated H.264 encoder.
Wraps the SiMa hardware H.264 encoder. Use after a video source (raw frames) when running on a SiMa board. Pair with H264Packetize for RTP streaming or with a file muxer for writing to disk.
File Listing
The file content with the documentation metadata removed is:
19namespace simaai::neat {
26class H264EncodeSima final : public Node, public OutputSpecProvider {
38 H264EncodeSima(int w, int h, int fps, int bitrate_kbps = 4000, std::string profile = "baseline",
39 std::string level = "4.0");
46 NodeCapsBehavior caps_behavior() const override {
51 std::string backend_fragment(int node_index) const override;
53 std::vector<std::string> element_names(int node_index) const override;
55 OutputSpec output_spec(const OutputSpec& input) const override;
70 int bitrate_kbps() const {
94namespace simaai::neat::nodes {
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.