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
353 stars 56 forks source link

Add video decoding support. #2

Closed radek-k closed 5 years ago

radek-k commented 5 years ago

Currently there are no public classes for decoding video files. This PR aims to create the MediaFile and VideoStream classes in the FFMediaToolkit.Decoding namespace.