Crate x264

source ·
Expand description

An x264 wrapper, so that you can safely encode H.264 video.

Structs

The encoded data, to be used in chunks or in its entirety.
Encodes video.
The image’s colorspace plus some extra encoding options.
Indicates that something bad happened.
Iterate through any delayed frames.
Input image data to be given to the encoder.
Output information about an encoded frame.
A single plane of an image.
Builds a new encoder.
A single NAL unit.

Enums

The colorspace of an image, which details how its colors are represented.
Some extra encoding options.
An encoder preset, which should handle most of the configuration.
The importance of a given unit.
Tunes the encoder for a certain kind of video.

Type Definitions

A specialized Result type for video encoding operations.