|
Net-Framework/ASP_dot_Net-Core/Code-Example
Create a thumbnail image from a video
|
28.07.2021 5235
|
This article
shows how to easily create thumbnails from a video
To do this, the
free FFMpeg package is installed in the C# project and then the ffmpeg exe
program is executed as a process
The application
takes place in Asp Core Net5, MVC and can run on Windows server
|