Forums
How to use VLDSVideoFilter to split video? - Printable Version

+- Forums (http://mitov.com/forum)
+-- Forum: FireMonkey Components (/forum-5.html)
+--- Forum: VideoLab (/forum-18.html)
+--- Thread: How to use VLDSVideoFilter to split video? (/thread-6.html)



How to use VLDSVideoFilter to split video? - Ted Wagner - 11-07-2011 10:15 AM

I want to develop an application that plays a video file (.avi, .wmv, .mpg, etc) to two or more VLImageDisplay instances. My initial attempt using a VLDSVideoFilter and a single VLImageDisplay results in ESLException 'Can't create the DirectShow filterl - 0 -0'.

I have the filter's input pin [0] set to the VLDSVideoPlayer OutputPin, and the filter's output pin [0] set to the VLImageDisplay.

Advance thanks

~ted
I got past this problem by properly setting the filter type to Infinite Tee Smile


RE: How to use VLDSVideoFilter to split video? - mitov - 11-07-2011 12:36 PM

Hi Ted,

You probably want to take a look at the VideoSpliterDemo in the Demos\DirectShow sub-directory ;-) .

With best regards,
Boian Mitov


RE: How to use VLDSVideoFilter to split video? - Ted Wagner - 11-07-2011 12:51 PM

(11-07-2011 12:36 PM)mitov Wrote:  Hi Ted,

You probably want to take a look at the VideoSpliterDemo in the Demos\DirectShow sub-directory ;-) .

With best regards,
Boian Mitov

Thanks Boian ... but where's the Demos directory? I can't find it in my installation anywhere ...


RE: How to use VLDSVideoFilter to split video? - mitov - 11-07-2011 04:18 PM

(11-07-2011 12:51 PM)Ted Wagner Wrote:  Thanks Boian ... but where's the Demos directory? I can't find it in my installation anywhere ...

(Delphi)\LabPacks\Demos

Assuming you have done a full install.

Cheers,
Boian


RE: How to use VLDSVideoFilter to split video? - Ted Wagner - 11-07-2011 11:41 PM

(11-07-2011 04:18 PM)mitov Wrote:  
(11-07-2011 12:51 PM)Ted Wagner Wrote:  Thanks Boian ... but where's the Demos directory? I can't find it in my installation anywhere ...

(Delphi)\LabPacks\Demos

Assuming you have done a full install.

Cheers,
Boian

I did a full install, but my Delphi7/LabPacks folder is empty.

I did piece it together using the online tutorials though, so, on to the next hurdle!