While generating video thumbnail from c#, when video in portrait mode then that video thumbnail image automatic convert into landscape mode.
I am using NReco.VideoConverter.FFMpegConverter library Below is my code snippet
var ffMpeg = new NReco.VideoConverter.FFMpegConverter();
ffMpeg.GetVideoThumbnail(filePath, SnippetsVideoThumbUploadPath + guid + ".jpeg", 1);