Daner
26th March 2006, 13:20
Can someone explain to me why I cannot connect the x264vfw encoder filter to the File Writer filter in the following Directshow graph? I get an error saying that the pins can't agree on a media type.
http://www.cs.washington.edu/homes/dane/dshowgraph.gif
Yet, as the following screenshots show, the output pin on the x264 encoder filter has a majortype of "MEDIATYPE_Video" and a subtype of "x264", and the input pin on the File Writer has both majortype and subtype set to null, so it *should* accept every mediatype.
http://www.cs.washington.edu/homes/dane/x264pins.gif
http://www.cs.washington.edu/homes/dane/filewriterpins.gif
So why can't I connect the two?
Thanks for your help
http://www.cs.washington.edu/homes/dane/dshowgraph.gif
Yet, as the following screenshots show, the output pin on the x264 encoder filter has a majortype of "MEDIATYPE_Video" and a subtype of "x264", and the input pin on the File Writer has both majortype and subtype set to null, so it *should* accept every mediatype.
http://www.cs.washington.edu/homes/dane/x264pins.gif
http://www.cs.washington.edu/homes/dane/filewriterpins.gif
So why can't I connect the two?
Thanks for your help