media-pp 0.1.9

A small, GStreamer-flavored media pipeline library built on FFmpeg. Capture, composite and encode without leaving the GPU, on D3D11 and CUDA.
Documentation
1
2
3
4
5
6
7
8
#[cfg(feature = "d3d11")]
pub(crate) mod d3d11;
#[cfg(feature = "d3d11")]
pub(crate) mod d3d11va;
#[cfg(feature = "d3d12")]
pub(crate) mod d3d12va;
#[cfg(any(feature = "wasapi-capture", feature = "wasapi-renderer"))]
pub(crate) mod wasapi;