MediaToolkit
MediaToolkit copied to clipboard
A .NET library to convert and process all your video & audio files.
Hi, I was just wondering if the updated version of MediaToolkit with the fixed CurrentProgressEvent would be available on Nuget. Thanks
Hello, Is there any way I can use this on my Xamarin Form? `Severity Code Description Project File Line Suppression State Error Could not install package 'MediaToolkit 1.1.0'. You are...
Hello, Thanks for such a great wrapper. Is there any way to implement Stream-to-Stream operations? There are some cases where exporting/importing stuff to/from files is overkill. For example, this could...
Attempted to install latest version, but while installing throws error NU1202. ``` Install-Package : NU1202: Package MediaToolkit 1.1.0.1 is not compatible with uap10.0.10586 (UAP,Version=v10.0.10586). Package MediaToolkit 1.1.0.1 admits: - net20...
When I try to convert a video .mpg to an audio .wav, both ConvertProgressEvent and ConversionCompleteEvent events are not fired.
Currently Xamarin does not recognise MediaToolkit as a NuGet package so I cannot convert video files into audio files. Previously I made a desktop app that manages youtube videos (with...
Hi! Just wanted to say that this is a great plugin! I'm using it to compress videos to 480p which are taken using iPhones - my problem is when I...
when converting MP4 to MP3 itunes song length doubled but windows properties are correct. is this a bitrate issue? thoughts? `Dim inputFile = New MediaFile(tbOutputFolder.Text + VideoMP4) Dim outputFile =...
I have an issue with this lib. I use it with ASP.NET app. But it doesn't generate of the thumbnail when i pass an url to the file besides it...
can anyone point to docs or sample code to stream images/video over http or rtsp protocol ? ffmpeg has sample code [here](https://trac.ffmpeg.org/wiki/StreamingGuide). found an example using [vlc dot net ](https://github.com/ZeBobo5/Vlc.DotNet/issues/258)...