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

Added getter FFmpegLicense in FFmpegLoader for the license string #53

Closed jrz371 closed 3 years ago

jrz371 commented 3 years ago

Hey,

I added a getter for the license string. It would be nice to have since there's also the nonfree license and not just GPL and LGPL.

Thanks,

Joshua