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

Refactor media classes. #1

Closed radek-k closed 5 years ago

radek-k commented 5 years ago

The MediaContainer and the MediaStream classes are too large. They should be splitted into smaller classes for encoding and decoding.