red

Results 25 comments of red

@michael-scott-phoseon >Do I need both NetVips AND NetVips.Native.Win-x64 (our OS MUST be x64) NuGet Packages? Yes. `NetVips` is managed library, that call methods from unmanaged `NetVips.Native.x-x` libs.

We can also use location: `VueScrollTo.scrollTo(el, { onDone: () => location.replace('#section1') })` this will activate the :target Sorry for necro.

Example about multipart/form-data upload? I can write basic example.

Can you provide sample video? I'm trying to reproduce with: `Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, bt709, progressive), 600x600 [SAR 1:1 DAR 1:1], 505 kb/s, 30 fps, 30 tbr,...

@ggolda I can reproduce it only for .NET 5, with NET 6 it's works. That's strange.. Also, your csproj contains `net5.0` not 6.0

Here is example. It's is not optimized, but should work. ```C# using System.Runtime.InteropServices; using FFMediaToolkit.Decoding; using FFMediaToolkit.Graphics; using SkiaSharp; var file = MediaFile.Open(@"/path/to/file.mp4", new MediaOptions { VideoPixelFormat = ImagePixelFormat.Rgba32 //...

@bdurrani >Would you be able to add support for m1 mac os? Seems like you would need an arm64 native lib. Yes. You can create PR with our own build....

@bdurrani Nuget package has been updated(version 3.5.0). Try it with some test app, to make sure the library is correctly selected according current runtime.

@bdurrani Oh, wait. Seems like library is correctly loaded, but libmagic database(magic.mgc) not found. The problem is that current RID for OSX hardcoded as "osx" [here ](https://github.com/hey-red/Mime/blob/master/src/Mime/MagicUtils.cs#L19) As temporary solution...

Well. That's quick and dirty solution but it should work. Update package to latest version.