I have an application that rips aac+ audio streams, cutting them at every regular interval (i.e. 10 minutes).Sometimes files are playable OK, but sometimes, Windows Media Player just closes when tryin
I am trying to create an output .wmv file using WM Asf writer filter.Here is my code . IBaseFilter* pASFWriter;
I have a sample grabber hooked into my directshow graph, based on this example http://msdn.microsoft.com/en-us/library/dd407288(VS.85).aspx the problem is that it uses one shot and buffers.I want to c
I need to clip a video into smaller videos( of same format) of t开发者_如何学编程he same size.I am using Directshow .I have been able to extract frames from the video but I am not sure how to proceed
I am trying to figure out how to get GraphEdit to show me my running graph from my app.I running windows 7 64bit.
When I install K-Lite Codec Pack (5.90 Basic) as an administrator then run an application that calls IGraphBuilder::RenderFile as a standard user, the resulting graph doesn\'t have the ffdshow video d
I\'m attempting to overlay a bitmap on some video.I create a bitmap in memory, then I call SelectObject to select it into a memoryDC, so I can perform a DrawText operation on it.
I am targeting windows machines.I need to get access to the pointer to the byte array describing the individual streaming frames from an attached usb webcam.I saw开发者_如何学运维 the playcap directsh
Using c++ in visual studio 2开发者_如何学JAVA008.How can I render d3d content as a directshow source filter.
I need to render a simple texture mapped model as the output of开发者_运维知识库 a directshow source filter.The 3d rendering doesnt need to come from Direct3D, but that would be nice.OpenGL or any oth