You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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 abitmap
?engine.GetThumbnail(mp4, outputFile, options)
The text was updated successfully, but these errors were encountered: