I made a program in visual studio that renders videos that have a static image using ffmpeg and then uploads them to youtube, but it can also upload videos not rendered by it.
And for those i would want to specify the thumbnail used, is it possible to set a thumbnail for a video with c#?
I looked at the documentation about this, but it doesn't include any c#/.net examples (https://developers.google.com/youtube/v3/docs/thumbnails/set)