Documentation ¶
Overview ¶
Package x264 contains the x264 video codec.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultStreamConfig gostream.StreamConfig
DefaultStreamConfig configures x264 as the encoder for a stream.
Functions ¶
func NewEncoder ¶
func NewEncoder(width, height, keyFrameInterval int, logger logging.Logger) (ourcodec.VideoEncoder, error)
NewEncoder returns an x264 encoder that can encode images of the given width and height. It will also ensure that it produces key frames at the given interval.
func NewEncoderFactory ¶
func NewEncoderFactory() codec.VideoEncoderFactory
NewEncoderFactory returns an x264 encoder factory.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.