Re-exports§
pub use crate::util::format::Pixel;pub use crate::util::format::pixel;pub use crate::util::format::Sample;pub use crate::util::format::sample;pub use self::context::Context;pub use self::format::Flags;pub use self::format::flag;pub use self::format::Input;pub use self::format::Output;
Modules§
Functions§
- configuration
- input
- input_
from_ stream - Opens an input from a readable
context::StreamIo(created withStreamIo::from_readorStreamIo::from_read_seek). - input_
from_ stream_ with_ interrupt - Like
input_from_stream, with an interrupt callback FFmpeg polls to cancel a stalled open or read.closurereturnstrueto abort; a cancelled blocking read then surfaces asError::Exit. To resume the same context afterward, re-arm the token and either seek (seekable streams) or callcontext::Input::clear_interrupt(non-seekable streams). - input_
with_ dictionary - input_
with_ interrupt - input_
with_ interrupt_ and_ dictionary - license
- open
- open_
with - output
- output_
as - output_
as_ with - output_
to_ stream - Creates an output context that writes to a writable
context::StreamIo(created withStreamIo::from_writeorStreamIo::from_write_seek). - output_
with - version