I'm creating the file manager in .NET core using c# and devexpress control filemanager. for this I want to generate thumbnails for video files but it is for commercial purpose so I cant use FFMPEG for the same. Any help will be appreciated.
I tried MediaToolkit but it didn't worked in .Net Core. I have checked the solutions like
- NReco
- MediaToolkit.NetCore
- ShellFile
- Xabe.FFmpeg
But many from this above solutions requires FFMPEG.exe which I cant use commercial purpose.