What is the default encoder used when capturing web camera video via c#?

To be honest, I originally thought that everywhere, including when using video capture programming, the standard MPEG-2 or MPEG-4 are used. But my colleague added another name that I can't remember. What is the default encoder used when capturing web camera video via c#?

Comments

  • I could be wrong, but most likely he was referring to the H264 GPU. Although many programmers know about it, not everyone uses it for various reasons. But for me it is a very optimal solution to capture video from web camera in C#, I learned about it when I started using VisioForge SDK. With this encoder I mainly record MP4 from camera and microphone and preview both video and audio. I also use additional code and set the parameters to H264/HEVC and AAC for quality assurance.

Sign In or Register to comment.