Text overlay when video is recording using Directshow and C#

后端 未结 2 798
没有蜡笔的小新
没有蜡笔的小新 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:00

    Look at the DMO and DxLogo examples in the DirectShow.Net samples to do what your looking for. what Daniel Mošmondor is explaining you can find in the DxSnap example...

    http://directshownet.sourceforge.net/

提交回复
热议问题