radek-k / FFMediaToolkit

FFMediaToolkit is a cross-platform video decoder/encoder library for .NET that uses FFmpeg native libraries. It supports video frames extraction, reading stream metadata and creating videos from bitmaps in any format supported by FFmpeg.
MIT License
357 stars 56 forks source link

Implement decoding from Stream #54

Closed hey-red closed 3 years ago

hey-red commented 3 years ago

Added Open(Stream stream); overload.

21