AydinAdn/MediaToolkit

Hold Output Image In Memory Instead of Saving to File Path Automatically

Opened this issue · 0 comments

When a Thumbnail is generated I want to do some checks on the image before I save it. Is there a way that I can override the GetThumbail method so that it doesn't automatically save the image but in turn returns a bitmap?

engine.GetThumbnail(mp4, outputFile, options)