Text overlay when video is recording using Directshow and C#

后端 未结 2 827
没有蜡笔的小新
没有蜡笔的小新 2021-01-28 07:33

By using DirectShowLib i can able to record the video by using ASF writter here is the code to start recording

 try
        {
            IBaseFilter capFilter          


        
2条回答
  •  温柔的废话
    2021-01-28 08:02

    I'm doing it in my software in a way that SampleGrabber filter is inserted into a graph, and upon arrival of a picture, I convert it to Bitmap object, then draw on it with Graphics.

提交回复
热议问题