Module re_video::decode::ffmpeg_h264
source · Re-exports§
pub use ffmpeg::Error;
pub use ffmpeg::FFmpegCliH264Decoder;
pub use version::FFmpegVersion;
pub use version::FFmpegVersionParseError;
pub use version::FFMPEG_MINIMUM_VERSION_MAJOR;
pub use version::FFMPEG_MINIMUM_VERSION_MINOR;
Modules§
- ffmpeg 🔒Send video data to
ffmpeg
over CLI to decode it. - nalu 🔒
- sps 🔒TODO(emilk): replace this whole file with https://docs.rs/h264-reader/latest/h264_reader/nal/sps/struct.SeqParameterSet.html
- version 🔒
Functions§
- Download URL for the latest version of
FFmpeg
on the current platform. None if the platform is not supported.