|
making video(.avi) from set of images(.bmp)
Hi all,
I want to create a video from set of images. And i want to know
weather it is possible by using "windows media encoder SDK". If yes
please provide me the information how to do it. And give the
information by keeping in mind that i am new to this media SDK. please
thanks in advance
Vishwanath
...
|
3 |
4/19/2007 3:54:41 PM |
|
WMP library from windows service
Hi All,
I am making a windows service which needs to access WMP library.
My code is like this.
using WMPLib;
WMPLib.WindowsMediaPlayer Player;
IWMPPlaylist mediaPlaylist;
Player = new WMPLib.WindowsMediaPlayer();
mediaPlaylist = Player.mediaCollection.getByAttribute("MediaType", "audio");
Now mediaPlaylist.count is giving 0. But my Music library contains 20 files.
I have tried thi...
|
4 |
4/18/2007 6:24:14 PM |
|
Features Windows Media Player 10
When I open MPEG2 file - WMP10 build graph use DShow filter. But when I open
WMV file, WMP10 build graph use own filter. How I can build graph use my
filter in WMP 10?...
|
1 |
4/18/2007 11:54:03 AM |
|
Warning Message
Hi,
I use AxWMPLib and WMPLib with C#.
Often, when I want open file, I have warning message (about extension
file).
I ask you if you know how I can disable this warning message by C#
program ?
Thank you.
Audrey
...
|
1 |
4/18/2007 11:41:11 AM |
|
Control Video window size from asf file?
My program is creating wmv files using Windows media video 9 codec. These
files will have 2 video streams that play at the same time. Both video
streams are 640x480. My question is, is there a way of controlling the video
window sizes? Is it possible to make both videos display 320x240 without
transforming the videos streams to this size.
The end user would be using Windows Media Playe...
|
4 |
4/17/2007 10:35:51 PM |
|
IMAPI burn CD with media id to help "Find Album Info" in WMP???
I am using IMAPI IDiscMaster::RecordDisc to burn CD.
The burned CD under iTune or WinAMP could correctly show the album
info (from CDDB).
However, in WMP, it is not easy to find correct Album info from AMG.
Does anyone know how to improve the matching to AMG metadata to find
album info by WMP?
(By adding certain unique media id into the disc when burned?)
...
|
1 |
4/17/2007 7:46:35 PM |
|
compilation error upgrading to Format SDK 11
Hi,
I recently tried to take my VS 2005 projects that link to the Format SDK 9.5
library and upgrade them to Format 11 SDK. I am getting a boat load of
error coming out of propsys.h along the lines of:
1>c:\wmsdk\wmfsdk11\include\propsys.h(395) : error C2061: syntax error :
identifier '__RPC__in_opt'
1>c:\wmsdk\wmfsdk11\include\propsys.h(426) : error C2061: syntax error :
i...
|
3 |
4/17/2007 4:36:01 PM |
|
ms engineer!!... what is happening in WMP?
Hi there..
Is there extra interfaces to write the DMO decoder to work for asf
file in the WMP?
My project dead line is almost up..
the project is now stopped for a week... so i'm urgent.
please... help me...
That is that the WMP does not call the ProcessOutput function at all.
However, the DMO works fine in graph editor.
I implemented the IMediaObject and IUnknown interface...
|
6 |
4/17/2007 4:30:04 PM |
|
Flushing or clearing/resetting push sink of publishing point
Hi.
I have a pushing sink sending video to publishing point, that as the time
passes takes more and more memory, and also causing significant time delay in
stream. It's as this sink can't push the video to the publish point fast
enough.
I'm looking to periodically to flush or reset this sink, without
disconnecting the users connected to the publish point. Any idea how to do
this?
...
|
6 |
4/16/2007 7:40:02 PM |
|
IWMDMStorageControl::Insert: question about CoInitialize, CoInitializeEx and trheading mode
Hi all,
I'm using the WMDM_MODE_THREAD flag when calling the Insert method. I
saw that:
1. if I use CoInitialize, the Insert method returns immediately but
the process does not look like "really" threaded. For instance, a call
to Sleep(1000) after my Insert will make the transfer to pause and
resume after the Sleep. Like if it was executed in the same thread.
2. if I use CoInitializeEx wi...
|
1 |
4/16/2007 8:21:15 AM |
|
Other things to do for DMO decoder.
I'm writing a DMO decoder to play custom compression type in asf file
in Windows Media Player.
But, i'm now in trouble.
I implemented the IMediaObject and IUnknown completely.
And I tried to make the DMO into the windows media dsp plug-in in
WIndows Player SDK.
Despite all of these, WMP does not call the ProcessOutput function in
my DMO Decoder.
Which else interface should I implement?
Th...
|
1 |
4/15/2007 3:00:53 AM |