Windows Media Player DMO Decoder question
Thu, 26 Nov 2009 07:30:52 -0800 (PST)
Hi.
in the InternalProcessOutput funtion of the DMO :
I have a byte[] array which is essentially a bitmap image.
I have the pbOutput variable in which I'm supposed to put my output to
the renderer.
The pbOutput is an IntPtr. I want to feed it my bitmap byte array.
What conversion do I have to make, ...
|
WMSDK get file size
Thu, 26 Nov 2009 07:22:07 -0800
Hi,
Does any one know how to get running file size using WMSDK?
I am using following API:
IWMWriter* mWriter;
...
mWriter->SetOutputFilename(mDestFile);
I also have following other API's:
IWMProfileManager * mProfileManager;
IWMProfile * mProfile;
IWMWriter* mWriter;
IWMHeaderInfo* mIHeader ...
|
WMWriter does not deliver timestamp for INSSBuffer after encoding
Wed, 25 Nov 2009 04:06:01 -0800
Hello everybody,
I try to build my own transcoding graph with several components like an
encoder or a muxer (no DirectShow). Therefore every component contains an
IWMWriter object to execute its task correctly.
The encoder receives uncompressed samples and should deliver compressed
samples. The muxer recei ...
|
Namespace AxWMPLib vs wmp.dll
Tue, 24 Nov 2009 23:18:01 -0800
Hi,
I want try code from WMP SDK that use namespace AxWMPLib.
VS 2008 says that namespace AxWMPLib is wrong.
I found that i need wmp.dll for it, but i havn't found it in
windows\system32 (use server 2008)
I found that wmp.dll installing with Windows Media Player. I've found link
and download
WMP(ht ...
|
WME CScript still crashing with WMCmd.vbs after 929182 Hotfix
Tue, 24 Nov 2009 13:52:47 +0100
Hi NG,
I'm still getting cscript error on Windows 7 when trying to run any WME
encode using the WMCmd.vbs script, even after applying the kb929182 hotfix.
The alternate script from http://www.citizeninsomniac.com/WMV/#WMCmd doesn't
work either.
Any help would be appreciated.
Linus
...
|
WMP , DMO decoder question
Sun, 22 Nov 2009 01:31:33 -0800 (PST)
Hi all.
I'm writing a Windows Media Player DMO that decodes a custom stream
from an ASF file.
The final product would be bitmaps to be fed into WMP's Video Renderer
for display.
The problem is that each sample I receive from the ASF file is a
buffer containing several bitmaps, and so I can't feed the ren ...
|
WMP12 plugin in Visual Studio 10 Beta2
Sat, 21 Nov 2009 15:20:01 -0800
Is it possible to create a WMP12 project in Visual Studio 10 Beta 2?
I haven't been able to find SDK for WMP12 (only for 11). Is there one for 12
or is it included in the Windows 7/2008 SDK? ...
|
|
|
Custom DMO getting error "The output media format is invalid" in W
Thu, 19 Nov 2009 00:20:03 -0800
Hi All
I'm writing a DMO that accepts data from a custom encoded ASF file and
outputs it to the WMP renderer as bitmaps.
Input mediasubtype is a custom one (has its own GUID and fourCC)
Output mediasubtype is RGB32 . (reflected in the CheckOutputTypes and
GetOutputTypes functions).
However when I try t ...
|
accessing media player library in vb.net to get list of photo's wi
Wed, 18 Nov 2009 16:54:02 -0800
using vb.net and accessing the media player library I can not figure out how
to access a list of photos with a perticular keyword like MP does in keyword
list. The data I am after is already in the media player Library and I am
tring to find the VB.NET commands to access it. Media player keeps a list of
pic ...
|
Multimedia Audio Controller
Tue, 17 Nov 2009 19:08:04 -0800
how can i find out what my MAC - multimedia audio controller is and how do i
reinstall it.
--
lldeg121 ...
|