Skip to content
#

ffmpeg-wrapper

Here are 158 public repositories matching this topic...

CameronWills
CameronWills commented Nov 12, 2019

Unless there is a good reason to have the thread SynchronizationContext preserved, all of your await ...calls throughout the library should have .ConfigureAwait(false) appended.

Not having this causes deadlocks when having to call your library in a synchronous manner such as:
var meta = ffmpeg.GetMetaDataAsync(input).GetAwaiter().GetResult();

Obviously you would ideally not call it

Improve this page

Add a description, image, and links to the ffmpeg-wrapper topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ffmpeg-wrapper topic, visit your repo's landing page and select "manage topics."

Learn more