Log in

View Full Version : DirectShowSource for multiple Video Streams


Bull-winkle
13th May 2009, 13:12
I am wondering if there is a way to get DirectShowSource to grab a video stream other than the first one from a .mkv file?

I know I can set up graphs in graph-edit and use those as sources for each video stream then manipulate in AVIsynth but I would rather do it all within AVIsynth. An alternative would be to build the graphs via some command line but I don't know how to go about that.

I guess if I understood C++ I could recompile DirectShowSource to do what I want but I have yet to figure out how to compile the existing DirectShowSource little lone how to add multiple stream support to it.

I have used ffmpegsource with some success but the load process takes forever and it just flat out crashes on me about 1/2 the time.

Any help would be appreciated