FFmpeg code not working on http url for thumbnail extraction
问题 I am trying to extract thumbnail from sharepoint 2013 video library. I found a link which can extract using ffmpeg. this is the link: [How can I save first frame of a video as image? filename = "http://siteurl/" + items["FileRef"].ToString(); When i replaced the input file with sharepoint site url and video name then it does not produce any thumbnail. I also gives error on ffmpeg.Start(); ffmpeg.WaitForExit(); ffmpeg.Close() I would like to understand how make it work for http url. If it is