Writing asf files containing AAC audio
Wed, 16 Dec 2009 00:18:40 -0800
I encountered the same problem, may I ask whether it has been resolved
Alessandro Angeli wrote:
Re: Writing asf files containing AAC audio.
14-Jan-09
From: "Fredrik"
ASF can contain VBR audio without problems and the WMWriter
should have no problems either. You should set the bitrate
in the IWMStre ...
|
Writing asf files containing AAC audio
Wed, 16 Dec 2009 00:16:51 -0800
I encountered the same problem, may I ask whether it has been resolved
cf wrote:
That is what I have been trying to do but the WMWriter doesn't write each
15-Jan-09
That is what I have been trying to do but the WMWriter doesn't write each
sample, it combines them to a big sample depending on the bitra ...
|
Transform Plugins not visible in IWMEncTransformPluginInfoManager
Mon, 14 Dec 2009 05:33:01 -0800
Hi,
I have registered a list of ffdshow transform plugins with WME.
WME / Properties / Plug-ins tab
These plugins work fine when using WME to encode video / audio!
The Windows Media Encoder SDK states that these plugns will be visible in
the IWMEncTransformPluginInfoManager enumeration (See Using Transfo ...
|
reply: windows media encoder sdk
Sun, 13 Dec 2009 22:54:29 -0800
http://www.microsoft.com/downloads/details.aspx?FamilyID=000a16f5-d62b-4303-bb22-f0c0861be25b&displaylang=en
The March Hare [MVP] wrote:
Re: Trouble Downlloading Windows Media Player 11 SDK
12-Mar-08
On Wed, 12 Mar 2008 07:57:54 -0700 (PDT), ratnasinghal@gmail.com wrote:
The link is broken. You can ...
|
Windows Media Player Plug-In - Closed Caption
Sun, 13 Dec 2009 12:59:01 -0800
Hello all,
I'm looking at the best approach for developing a way to read the caption
prior to being displayed by a DVD and controlling sound and, eventually, the
caption that goes to the player (WMP).
I thought I might be able to do that with a DMO plug-in using Windows Media
SDK for WMP 11 but so far I' ...
|
DS filter in WME on Vista causes crash of the program
Mon, 7 Dec 2009 23:42:47 -0800 (PST)
Hi,
I'm supposed to develop a filter, that will work in WME. However, when
I run compiled DS transform filter example EZRGB24 without any change
to the code ( example from Microsoft
SDK v6.1, compiled with VS2008 express on Win XP Professional ? filter
runs on that type of system fine) on 32b Windows Vista Ho ...
|
Get stream from .asf
Thu, 3 Dec 2009 09:21:01 -0800
Gents,
I try get and save audio stream from URL :
http://someurl/radio/radioplayer/default.aspx (URL was modified) - some kind
of SHOWCast.
Some preview:
After user under IE connect to the URL, WMP ActiveX runs and user can listen
to audio stream.
I used â??IP listenerâ? utility and found out the ...
|
|
|
Add Code to the AxWindowsMediaPlayer Controls?
Wed, 2 Dec 2009 13:55:01 -0800
Hi, I was told to put this post into this forum.
SCENARIO;
On my form i have the AxWindowsMediaPlayer1 embedded onto it. I have a
listbox which is the play list. Now what most of you are thinking is that i
can simply make a button to add songs (media files) to the listbox and make
another button to which w ...
|
Add Code to the AxWindowsMediaPlayer Controls
Wed, 2 Dec 2009 13:34:01 -0800
Hi, this is my first post, and i thought the best people to help me out are
you MSDN forum users.
SCENARIO;
On my form i have the AxWindowsMediaPlayer1 embedded onto it. I have a
listbox which is the play list. Now what most of you are thinking is that i
can simply make a button to add songs (media files) ...
|
Display frame on seek
Wed, 2 Dec 2009 15:20:03 -0000
I have an instance of an AxWMPLib.AxWindowsMediaPlayer() which is connected
to a .asx playlist file.
'controls' is the players Ctlcontrols.
I select a playlist item and seek point with the following code:
controls.currentItem = player.currentPlaylist.get_Item(clipIndex);
controls.currentPosition = position; ...
|