Crate sqa_ffmpeg [] [src]

Reexports

pub use errors::MediaResult;
pub use errors::Error;
pub use errors::ErrorKind;
pub use frame::Frame;

Modules

errors

Error types & handling.

frame

Wrapper & iterator for the FFmpeg AVFrame type.

Structs

Duration

ISO 8601 time duration with nanosecond precision. This also allows for the negative duration; see individual methods for details.

MediaContext

FFmpeg context (for thread safety).

MediaFile

A media file, from which you can obtain many AVFrames.

Enums

Sample

One sample, in a given format.

SampleFormat

The sample format of a stream.

Functions

init

Initialise FFmpeg.