jamaal81 / lavfilters

Automatically exported from code.google.com/p/lavfilters
GNU General Public License v2.0
0 stars 0 forks source link

Failed to connect avi source filter with LAV Splitter filter #405

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When I connect my avi source filter with LAV Splitter filter I got  
VFW_E_CANNOT_CONNECT as return value, However when I connect the two filter in 
Graphedit, It works well, and can correctly render my avifile.

My filters and order in graphedit is:File Source->LAV 
Spliter->SampleGrabber->LAV Video Decoder->Video Mixing Render9;

I want to simulate this filter graph in my progam, but faild. Does anybody met 
the same question as mine, and can anybody help me.

BTW my LAV Filter version is 0.59.1

Original issue reported on code.google.com by emacsco...@gmail.com on 23 Nov 2013 at 4:03

GoogleCodeExporter commented 9 years ago
If it works in GraphEdit, then your program must be doing something weird.

However, shouldnt the SampleGrabber go after LAV Video?
Don't think it works with compressed streams.

In any case, this is for reporting actual issues in LAV itself, not general 
DirectShow programming questions, sorry.

Original comment by h.lepp...@gmail.com on 26 Dec 2013 at 6:29