Skip to content

Instantly share code, notes, and snippets.

@dolemite7
dolemite7 / ThumbnailSheet.cs
Last active June 1, 2021 15:57
C# Video Thumbnail Sheet
/*
ThumbnailSheet uses MediaToolkit (https://github.com/AydinAdn/MediaToolkit) and Magick.NET (https://magick.codeplex.com/)
to create a sheet of timestamped thumbnails for a given video file.
Preview: http://imgur.com/a/iLGMs
Use Nuget to Install-Package MediaToolKit, and download a copy of Magick.NET, add it to your project's /bin folder and
create a reference to the .dll.
Usage example: