Started 2 months ago (2008-09-13 12:17:00)
by Terminus MGK II [Secundus]
Hello, How does
Windows Media Encoder perform screen capture in such a way that: 1) it uses low CPU resources 2) it captures the mouse cursor I want to re-create this behaviour in Windows Media Format SDK, which is what WME uses internally anyway. Right now I am capturing BITMAPs using GDI (slow), adding the ...

Started 2 months, 1 week ago (2008-09-13 07:01:00)
by Terminus MGK II [Secundus]
Hello, I have this code: http://pastebin.com/fd0e9051 . The output is this: 36 input formats for # 0 PCM found! :-) Writer configured for PCM input.
Sample size is 0 bytes. Why is sample size 0 bytes? For video it works perfectly. What to do? Thanks....

Started 2 months, 1 week ago (2008-09-12 08:04:00)
by Robert Davis
My software converts windows media 9-series voice codec to raw PCM for further analysis. It's written in C#2.0 and uses the 9-series
SDK with the simple wrappers found in MANWmf found here: http://www.codeproject.com/KB/audio-video/ManWMF.a spx?fid=39102&df=90&mpp=25&noise=3&sort=Position&v iew=Quick&fr=76#xx0xx Regardless it was ...

Started 2 months, 1 week ago (2008-09-12 08:04:00)
by mgarrett
Hello all. I work for a software company that writes software for call centers. A client wanted to be able to take our
screen capture video files and marry them up with our audio files into a format that was readily available on most computers instead of having to use our player. I have created this using the wmfsdk but am having ...

Started 2 months, 1 week ago (2008-09-07 08:23:00)
by Terminus MGK II [Secundus]
I'm trying to write a very simple
hello world like program with WMF. I want to write a program that: 1) Loads whatever system profile 2) Make and configures a writer object 3) Pass video samples in RGB24 and audio samples in PCM to the writer object. It should be pretty simple, but somehow I just have problems with it. If...

Started 2 months, 1 week ago (2008-09-10 10:31:00)
by DAXU
Hello, I use AxWindowsMediaPlayer to play audio files, but some times, my second audio get
truncated (e.g. starts from middle of the file). I tried to set currentposition, dispose the AxWindowsMediaPlayer and all other methods but the problem still there. Can someone give me a hand? Many Thanks Jerry...

Started 2 months, 1 week ago (2008-09-09 14:33:00)
by tuvman
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 look at a directory ...

Started 2 months, 1 week ago (2008-09-09 01:00:00)
by Fuyuki
Hi, I would like to get media information by WMP SDK on
Windows Mobile 6. I wonder if I can get "UserPlayCount" attribute from Media Library. I used to try IWMPMedia::get_attributeCount, IWMPMedia::getAttributeName, and IWMPMedia::getItemInfo to get all possible attributes I could use from one media, but I didn't see "...

Started 2 months, 2 weeks ago (2008-09-04 11:56:00)
by Jess
Hi I have a 30 minute video in wmv format streaming in a web page. The movie is generated for slow band width - but it's not playing smooth. With javascript or asp can you adjust the buffer rate of the embedded object on the web page? There is just IIS serving it up.

Started 2 months, 2 weeks ago (2008-09-05 01:48:00)
by ak268
I have a need to play multiple avi files using WMP controls embedded within a sinlg e C# WinForms app. The problems begin when i want to ensure that the playbacks are
synchronised in terms of timestamps. For example, if i want to jump to time T then i call settings.currentPosition = value for each of the WMP controls. However, they all ...
