MediaToolkit icon indicating copy to clipboard operation
MediaToolkit copied to clipboard

A .NET library to convert and process all your video & audio files.

Results 72 MediaToolkit issues
Sort by recently updated
recently updated
newest added

public class ExtensionAttribute : Attribute { } bu alan yüzünden web projesinde System.Compiler altında çoklu ExtensionAttribute mevcut diye hata veriyor bilgin olsun.

Use in Unity project I have installed your package to unity project but when build get error not found library? Can you give me the solution, thanks? ![Screenshot_3](https://user-images.githubusercontent.com/11820148/142802532-3c7b0d31-68fb-4463-9314-347be58915d6.png) ![Screenshot_2](https://user-images.githubusercontent.com/11820148/142802536-24f4efb5-844d-4e62-baee-229da441934f.png) ![Screenshot_1](https://user-images.githubusercontent.com/11820148/142802537-efa91bf5-74ff-48a6-a14b-0e33aa21d8a3.png)

Can I use a URL to a video as the string in the MediaFile constructor like this? var inputFile = new MediaFile("https://myblobstore..blob.core.windows.net/videos/myVideo.mp4");

The project readme states > MediaToolkit uses FFmpeg, a multimedia framework which is licensed under the LGPLv2.1 license, its source can be downloaded from here However, I can see in...

I am wondering if there is a known issue using the MediaToolKit with windows 11 ? I have a Custom App that uses the toolkit to trim a file at...

can instantiating a MediaFile object be updated to support working with byte arrays or streams?

I find a media, call convert,but no any effect. engine.Convert this function no return value. so you couldn't know whether this convert is invalid or valid. my code is: var...

The package needs to create the folder C:\MediaToolkit upon first use, but our web server does not have write permission granted to the process that creates it and so gets...

Hi, Does this support linux?, I try to run it on AWS EC2, (Centos 7), but I got the following: I am pretty sure the directory already had 777 and...

Hi, I tried using MediaToolkit in a .NET 5 console application, and got the following error using version 1.1.0.1 of MediaToolkit when writing ```csharp // this line when creating a...