How to use directshow filter as a live input for Expression Encoder 4?

后端 未结 1 982
北海茫月
北海茫月 2021-01-23 19:07

I have a directshow filter that reads M2TS stream and demux it. I can render video and audio in GraphStudio and see it. My question is how can I use this filter as a live source

相关标签:
1条回答
  • 2021-01-23 19:32

    Expression Encoder would look for DirectShow video source devices, which are typically cameras. You might want to implement your won virtual camera so that EE4 would pick it up and start receiving video from it.

    A popular sample on doing it is Vivek's virtual camera project available from http://tmhare.mvps.org/downloads.htm (4th link).

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