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

support blazor #70

Closed behroozbc closed 3 years ago

behroozbc commented 3 years ago

hi I want use this nuget package in blazor but get this error please support blazor FFToolKit.log

IsaMorphic commented 3 years ago

Unfortunately at this time I don't think blazor would be able to function with the library as it is. The error you are receiving is being thrown because you are missing the native ffmpeg libraries. If you want to encode video on the server side, I suppose it would work just fine, however if you want to encode video on the client side, you'll need to use some other WASM based wrapper or library.