Webcam capture and convert to avi

前端 未结 2 355
孤城傲影
孤城傲影 2021-01-13 17:05

Im trying to make a program that captures a video from the webcam and sound from the microphone but im getting stuck at the part where ive try to make a movie out of still i

相关标签:
2条回答
  • 2021-01-13 17:54

    I believe AForge.net has video creation utilities built in. It might use DirectShow in the background. But I've used it for capturing a video stream, and I'm 90% sure it can be used for encoding video!

    Find your binarys/source at:

    http://www.aforgenet.com/

    http://code.google.com/p/aforge/

    0 讨论(0)
  • 2021-01-13 17:55

    Take a look at DirectShow.NET (Article), which has many samples such as TV capture and encoding.

    0 讨论(0)
提交回复
热议问题