Creating Overlay menu infront of a video window
Fri, 12 Sep 2008 00:27:01 -0700
Dear all,
I need to create an overlay menu on top of the video window something
like this
http://images.apple.com/iphone/features/images/main_youtube20080609.jpg
I understand this can be done with VMR 7 or 9 but since I am developing
on windows mobile platform, VMR is not available.
I bel ...
|
information baout SetVideoPosition
Thu, 11 Sep 2008 22:49:40 -0700 (PDT)
Dear sir,
I want to known how setvideoposition works.
If I put first parameter of this function as NULL what will happen.
...
|
Windowless mode doesnt work
Thu, 11 Sep 2008 16:48:20 +0200
Hi,
I'm trying to render video to user window control, but application creates
new window instead of drawing on panel.
My code looks like this:
HRESULT DSPlayer::InitWindowCtrl (HWND wndHandle) //passing handle of
control
{
HRESULT hr;
hr = InitWindowlessVMR(wndHandle, pGraph, &pWc);
long lWidth, lH ...
|
mpeg2 demux output pin buffer size
Thu, 11 Sep 2008 04:48:59 -0700 (PDT)
Hi All,
I am decoding mpeg2 transport stream. My mpeg2 decoder expects one
frame worth of data at once for decoding.But mpeg2 demux filter
connects with 8192 bytes of data and hence it breaks any output it
gives in to max size 8192 or smaller.
For frames worth 0.15MB of data to be decoded I am buffering and ...
|
Information about QueryInterface
Wed, 10 Sep 2008 23:19:26 -0700 (PDT)
Dear Sir
If i query any other interface from the object created for example
IBaseFilter *ptr_vmr = NULL;
// Creates and add the vedio mixing render object.
hr = CoCreateInstance (CLSID_VideoMixingRenderer, NULL,
CLSCTX_INPROC,
IID_IBaseFilter, (void**)&ptr_vmr);
if ( ...
|
QUARTZ.DLL 6.6.6001.18063 symbols (PDB)
Wed, 10 Sep 2008 18:54:00 -0700
Hi,
How do I resolve symbols for QUARTZ.DLL in Vista SP1 using Visual Studio
2005? I used the following locations for symbols:
1) http://msdl.microsoft.com/download/symbols
2) Installed Vista SP1 RTM symbols from
http://msdl.microsoft.com/download/symbols/packages/Windows2008/Windows_Longhorn.6001.08011 ...
|
GMFBridge problem with GetBuffer freeze
Wed, 10 Sep 2008 14:43:01 -0700 (PDT)
I am attempting to use the bridge in discard mode. I have 3 different
source graphs and 1 sink graph. The source graphs consist of: Custom
source filter -> Custom demux/decode filter -> Bridge Sink. The
single sink graph consists of: Bridge Source -> DV Encoder -> DV Mux -
> AVI Mux -> File Writer.
The sou ...
|
|
|
streaming while recording using DirectShow
Tue, 9 Sep 2008 14:26:30 -0700 (PDT)
Hello, I have a directshow application which captures video from a
camera or TV tuner. It currently writes WMV using the ASFWriter
filter. I'm considering purchasing windows media server so I can
stream content as I'm recording to a web browser/silverlight.
Is it possible to configure windows media server to l ...
|
Error code 0x80040204 when playing
Tue, 9 Sep 2008 12:38:27 +0100
I have a filter graph which successfully plays high definition video files.
It uses an existing MPEG2 decoder filter that is already installed on the
PC. It works fine using various MPEG2 decoders, including Microsoft's MPEG2
video decoder filter.
I now need to insert a very simple in-place filter between t ...
|
How to play video file asychronously with chunk of buffer?
Tue, 9 Sep 2008 03:33:11 -0700
hi,
I am playing video file synchronously on window mobile m 6.0.
I want to play video file asynchronously with chunk of buffer.
Does any have idea about that?
here is my code.
// ChildView.h : interface of the CChildView class
//
#ifndef __CHILDVIEW__
#define __CHILDVIEW__
#include <streams.h> ...
|