Im using DirectShowLib in C#. I want to use File Writer in C# to set a file output. I want to use File Writer because Graph.SetOutputFileName() wont connect to my encoder, but File Writ开发者_StackOve
I am developing a vi开发者_JS百科sual C++ video capture application using DirectShow. When I checked the media subtype of the AM_MEDIA_TYPE structure of the Capture filter\'s Output pin, I could see t
I\'m using a simple DirectShow graph to convert some videos to WMV format, which is working fine. I\'m now trying to use a filter based on the Synth Filter sample to supply a silent audio track to the
Im trying to implement a graphedit filter file i created. I am using 3ivx to encode and compress a video then save it to .mp4.
I found some directshow filters that does text overlay, but they always build this graph: source mpeg2 (only video) -> mpeg2 decoder -> overlay -> (some encoder) ... -> file writer
in my code, i invoke IMediaControl::Run and Pause couple times. but sometime the function IMediaControl:Run return E_INVALIDARG, that is so wired, 开发者_开发百科the run function has no argument.
i could run the How To Play a File code sample in c++ win32 console application, but when i try to implement it by winforms i get these Link errors:
currently I have a disfigured avi file that a program of mine creates. I found out that by going into graphedit, i can refigure it correctly.
I am using DirectShow.Net in C#. I made a player that will stream video from a usb device to a video screen and to an avi file at the same time.
I made a TV-Player in c# using directshowlib-2005. now I made a method to search for available channels.