Format for bitmap Samples for image streams
Sun, 1 Nov 2009 23:09:18 -0800 (PST)
i am trying to write a bunch of raw bitmaps into a wmv file. I seem to
have configured the profile etc... correctly picking CreateImageStream
form gen_profilelib sample. But when i try to add the sample it
returns NS_E_INVALID_DATA.
DWORD effectiveSize = size + sizeof(WMT_VIDEOIMAGE_SAMPLE2);
BYTE * d ...
|
WMWriter bug when writing exactly 10 packets
Thu, 29 Oct 2009 10:07:16 -0700
Hi,
I am using the Windows media format sdk to write different media streams,
e.g h264, aac, to asf-files.
By a coincidence I have noticed that asf-files containing exactly 10 packets
has no index and the microsoft asf mediaviewer says "bad packet count".
The file are playable in windows media player but ...
|
what's diffirence between IMediaBuffer and INSSBuffer
Tue, 27 Oct 2009 23:28:14 -0700 (PDT)
use Windows Media Format SDK ,I can read a wmv file
in OnSample method get INSSBuffer data
windows media player dsp plug in,wmp open same wmv file
in ProcessInput I get a IMediaBuffer data
but the data pwszType is diffirence when i use
pSample->GetBufferAndLength( (BYTE **)&pwszType,
&dwBufferLength );
...
|
I am having the same issue
Sun, 25 Oct 2009 23:32:56 -0700
Hi,
I am having the same.
Did anyone solve the above problem ?
me wrote:
Re:WM Encoder SDK Push fails with invalid username.
05-Jun-07
Did you ever figure this out? I have been having the same issues and am
stumped..
Previous Posts In This Thread:
On Wednesday, February 14, 2007 1:27 PM
Danie ...
|
Windows 7 32 bit, Encoder 9 and the Interop COM Obj
Wed, 21 Oct 2009 19:40:01 -0700
I originally wrote a little app that streams a screen capture and a web cam
vid. I wrote this on a Win7 64 Bit workstation. I deployed it to a Win7 32
Bit PC and everytime it ran it crashed. After much investigating I decided
to move the app to a Win7 32 bit install with VS2008. It won't run on this
mach ...
|
HTML
21 oct. 2009 14:05:46
About windows or its association with security, it might be better to describe html in a cost-effective way.
_____________
ESECO SYSTEMS
Web3.0 and Web4.0 appliances for security and risk protection
http://www.eseco.fr
...
|
problems with the WMP DSP plug-in
Mon, 19 Oct 2009 08:08:08 -0700
Hi
The problem is connected to the Sample Audio DSP Plug-in for WMP, the "default" project included into the WMP SDK (that which just scales the signal played with some constant coefficient).
I have built it in Visual C++ 2008 Express Edition.
WMP "sees" it but the plugin works only when media is played in WM ...
|
|
|
ASX file and HTMLView does not work anymore with WMP12 ?
Mon, 19 Oct 2009 04:10:01 -0700
Hi all,
I use the HTMLView param in dynamically generated ASX files, in order to
browse to a given website everytime I play those ASX files. It works fine...
...but NOT in WMP 12...the ASX file is still doing the job except that WMP
does not browse anymore to the given URL.
Any suggestion?
Is it linked ...
|
Directshow filtergraph for multiple cores.
Sat, 17 Oct 2009 00:06:04 -0700
Hi,
I have developed a directshow transform filter which takes RAW RGB frame as
input and use IWMWriter to WMV and push it to Windows Media Server publishing
point.
I have a setup where I have 16 cores. With this kind of setup I can can run
up to 12 parallel filtergraph with overall cpu utilization of 80% ...
|
Creating a video from still images
Fri, 16 Oct 2009 10:44:23 -0400
Does anyone have sample c# code showing how to use the Windows Media Video 9 Image v2 codec to create a video from still images? (Like Photostory).
I need to be able to do what photostory does, but do it progrmatically. It looks like this is the codec that Photostory uses, but I'm not really sure where to start and ...
|