Expand description
Video demultiplexing.
Parses a video file into a raw VideoData
struct, which contains basic metadata and a list of GroupOfPictures
s.
The entry point is VideoData::load_from_bytes
which produces an instance of VideoData
from any supported video container.
Modules§
Structs§
- Configuration of a video.
- A Group of Pictures (GOP) always starts with an I-frame, followed by delta-frames.
- A single sample in a video.
- Meta informationa about the video samples.
- Decoded video data.
Enums§
- Errors that can occur when loading a video.
Functions§
- Returns the index of: