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.