Module encoders

Module encoders 

Source
Expand description

This module contains video- and audio-encoders. In simple terms, you need a video and audio encoder, so a proper mp4 file can get written to disk (with video and audio). If you are unsure which encoder to use, you might as well take a look at the libobs-simple crate for a output that has all needed encoders attached already.

Modules§

audio
video

Structs§

ObsAudioEncoderBuilder
ObsVideoEncoderBuilder

Enums§

ObsAudioEncoderType
ObsVideoEncoderType

Traits§

ObsContextEncoders
ObsEncoderTrait