FFmpeg.NET icon indicating copy to clipboard operation
FFmpeg.NET copied to clipboard

.NET wrapper for common ffmpeg tasks

Results 25 FFmpeg.NET issues
Sort by recently updated
recently updated
newest added

Hello: I have made one small mp4 video with duration of only 1 second, it was made of many images. And I want to make one big mp4 video with...

needs documentation

If you call Cancel() on the CancellationTokenSource and pass the CancellationToken to a Task like Engine.ExecuteAsync(string arguments, CancellationToken cancellationToken), ffmpeg.exe is not always terminated. Now it is checked whether the...

Attempting to set the ConversionOptions VideoFormat to VideoCodec.libvpx__vp9 results in FFMpeg being called with the argument `libvpx__vp9` instead of `libvpx-vp9`, which FFMpeg rejects as an unknown codec. As a temporary...

Using default ConversionOptions instance (since using null throws a null reference exception), using valid source path, using valid target path. GetThumbnailAsync executes without errors but the target file is not...

Hello: I have downloaded quite a number of videos, all the videos are in M3U8 format, and I have saved them as MP4 format videos. But I found that almost...

I'm getting the following exit code: -1073741515. I downloaded ffmpeg from the link on https://ffmpeg.org/download.html and extracted ffmpeg.exe from the bin directory to a local directory. My thoughts are that...

I am following a posted example to generate poster frame for an mp4 video of 50 megabytes in size (without using direct reference to ffmpeg executable). I am using ffmpeg...

bug
help wanted

Hello! I want to deploy my app on Ubuntu, but i need to set engine path to Engine type. How i can use this in ubuntu? Can you help me,...

needs documentation

Hi. After build project I get below warning: > Severity Code Description Project File Line Suppression State > Warning Found conflicts between different versions of "System.ValueTuple" that could not be...