On Tue, 19 Jun 2007 13:00:01 -0700, dl0haus wrote:
[Quoted Text] > Is there a way to load the profiles stored on a disc for various encoders? I > wanted to make my encoder app "easier" by allowing the users to create > profiles that end up on disc (the things you double-click to spawn the > encoder session). I wasn't sure of the format of the file or if there is > some kind of "load" function available that knows these profiles?
Do you mean .prx files for Windows Media Encoder 9?
There is a Windows Media Profile Editor that comes with either the Encoder SDK or the Encoder itself.
Since I set the profile from a resource string I use
CLSID_WMEncProfile2
and
IID_IWMEncProfile2::LoadFromMemory
-- Please read this before replying: 1. Dshow & posting help: http://tmhare.mvps.org/help.htm 2. Trim & respond inline (please don't top post or snip everything) 3. Benefit others: follow up if you are helped or you found a solution
|