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

Change VideoEncoderSettings.Framerate to an AVRational instead of int #34

Closed dakahler closed 3 years ago

dakahler commented 3 years ago

This allows the user to specify non-integer framerates (e.g., 29.97).