I need to take an output from a directshow filter and use it as input to ffmpeg. Basically i will capture a video and compress it (x264 dshow filter, it needs to be hardware accelerated), and then mux it (TS) using ffmpeg. I couldn't find a TS muxer filter for ffmpeg, so i figured this would be the solution.
So, how would I send the output of graphedit to ffmpeg?