Search code examples
c#asp.netthumbnailsmpeg

How can I create a thumbnail from an mpg video with C#?


I'd like to process a directory of mpg's in a batch to have a thumbnail using C#/.NET.

Does anyone have any good suggestions on how I could do this?


Solution

  • I know it's not C# .NET but ffmpeg is a great tool to do exactly this. Can be run as a command line tool from any language.

    Here's a small tutorial to get you started.