ASP.net FFMPEG video conversion receiving error: "Error number -2 occurred"
- by Pete
Hello,
I am attempting to integrate FFMPEG into my asp.net website. The process I am trying to complete is to upload a video, check if it is .avi, .mov, or .wmv and then convert this video into an mp4 using x264 so my flash player can play it.
I am using an http handler (ashx) file to handle my upload. This is where I am also putting my…