View Full Version : video capture software that can use external directshow filters?
Milardo
9th May 2013, 05:10
Hi, is there any video capture card software that can use external directshow filters? Thanks for any good replies.
Mounir
12th May 2013, 13:14
look for virtualvcr
jordanh
8th June 2013, 00:26
Frustrating to see that there is nothing going on in this Section.
A more detailed answer to software using Dshow filters. From a useres perspective, there are 3 categories of programs that use directshow.
1) Stuff using Directshow Sources
-) VLC: open capture device
-) LibAVCodec based stuff like ffmpeg, ffmbc & co
2) Stuff using Directshow Encoders
-) nothing is really able to use "any encoder". most directshow filters need to be configured by a speical program. (not only through the property page)
-) windows media encoder
-) the real problem is not the encoding, but the muxing and writing to disc
3) Stuff being able to execute custom directshow graphs
-) you can create directshow graphs using graphedit.exe or similar and "play" the graphs with some software like avisynth.
At the end of the day, encoding with directshow turns out to be far too much effort. Its better to directly start with programs that use the libavcodec family, like ffmpeg, mencoder and Co.
On the other hand, most "universal" Decoders, even most commercial programs like Carbon Coder and Flipfactory or Vantage have support for "decoding" video using directshow.
Blue_MiSfit
26th June 2013, 02:42
On the other hand, most "universal" Decoders, even most commercial programs like Carbon Coder and Flipfactory or Vantage have support for "decoding" video using directshow.
True, but these apps often force their own directshow splitters and decoders, overriding any third party filters that might be installed. This is done for reasons of compatibility
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.