Rav1e (rav1e v0.1.0)
Link to this section Summary
Functions
Encode a single frame.
Encode remaining frames in the encoders internal buffer.
Initialize encoder.
Link to this section Functions
Link to this function
encode(rav1e, y_plane, u_plane, v_plane)
Encode a single frame.
Will return a either an AV1 packet or a rav1e::api::util::EncoderState
.
Link to this function
flush(rav1e)
Encode remaining frames in the encoders internal buffer.
Link to this function
init(config)
Initialize encoder.