FFmpegBlazor icon indicating copy to clipboard operation
FFmpegBlazor copied to clipboard

FFmpeg on Web Assembly

Results 2 FFmpegBlazor issues
Sort by recently updated
recently updated
newest added

I'm doing a two-pass conversion on an MP4 to AVI. If it works, things seems great. But if my parameters will not allow a file to be created, I get...

WASM Limitation
Backlog

I have a .NET 7 project running blazor server side. When initializing the JSRuntime, an exception is thrown: ``` await FFmpegFactory.Init(Runtime); // throws System.InvalidCastException: 'Unable to cast object of type...