Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Thursday, May 11, 2006 5:51:10 AM(UTC)

Otis  
Guest

Groups: Guests
Posts: 3,022

Was thanked: 2 time(s) in 2 post(s)

Our Multimedia SDK supports a wide variety of formats including Windows Media Format. Different version of the Windows Media Format work differently in terms of licensing (certificates), and profiles. Certificates are used to unlock the Windows Media support in the Windows Media 8 codec. The default system profiles use Windows Media 8 codec. The Windows Media 9 codec does not require unlocking, but it is not used in the default system profiles. You need to create a custom profile to use the Windows Media 9 encoder.

 

Profiles contain all the compression settings. They contain the following:

·        The name of the video and audio encoders.

·        The size of the video (by default, Windows media codec’s resize the video before compression)

·        The compression quality

 

There are two types of profiles:

1)      System (these are created and maintained by Microsoft). We do not control the system profiles. They use Windows Media 8, which are protected and require unlocking with a Certificate.

2)      Custom (these can be created by the user using our toolkit).

 

Since Windows Media 9 does not require you to unlock it, we recommend you use this version. Otherwise, you will have to obtain the appropriate license and unlock key from Microsoft.

 

The easiest way to create your own custom profiles is to use the Windows Media Profile Editor (WMProEdt.exe) that ships with the Windows Media 9 Encoder. It can be obtained form the link below. This tool is very straight forward and easy to use. This tool will create a profile file with a “.prx” extension. This file can be loaded in the toolkit using the ltmmWMProfileManager.LoadProfileByData Method. Please refer to the help file for more information and sample code using this method.

 

http://www.microsoft.com/windows/windowsmedia/forpros/encoder/default.mspx

 

If you want to create your profiles programmatically, you can use the ‘ltmmWMProfileManager.CreateEmptyProfile Method’. Please refer to the help file for more information and sample code using this method.

 


I have attached a simple C# application that creates a Windows Media 9 file using a sample profile created by the Windows Media Profile Editor.

 

keywords: WMV, ASF, Windows Media, profile, custom

File Attachment(s):
Creating ASF files with custom profiles.zip (2,571kb) downloaded 453 time(s).
 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Tuesday, February 14, 2012 10:28:34 AM(UTC)

Walter  
Walter

Groups: Tech Support
Posts: 366

Thanks: 1 times
Was thanked: 4 time(s) in 4 post(s)

Attached is an updated version of this sample C# project. The project now uses Visual Studio 2008 with LEADTOOLS Multimedia v17.5
File Attachment(s):
Creating ASF files with custom profiles.zip (2,452kb) downloaded 446 time(s).
Walter Bates
Senior Support Engineer
LEAD Technologies, Inc.
LEAD Logo
 
#3 Posted : Tuesday, October 10, 2017 8:16:03 AM(UTC)
Anthony Northrup

Groups: Registered, Tech Support, Administrators
Posts: 199

Was thanked: 28 time(s) in 28 post(s)

Updated to LEADTOOLS v19 with Visual Studio 2017. Also changed project to automatically select dll's for running in 32-bit and 64-bit.
Extract folder to "C:\LEADTOOLS 19\Examples\DotNet\CS\" to use the example.

There is an included PRX file ("CS_CustomASFProfiles.prx") for testing, copy to the "LEADTOOLS Images" directory ("C:\Users\Public\Documents\LEADTOOLS Images\") before running.
File Attachment(s):
CS_CustomASFProfiles.zip (9kb) downloaded 214 time(s).
Anthony Northrup
Developer Support Engineer
LEAD Technologies, Inc.

LEAD Logo
 
#4 Posted : Monday, March 30, 2020 11:25:55 AM(UTC)
Luke Duvall

Groups: Registered, Tech Support, Administrators
Posts: 34


Updated Project to LEADTOOLS Version 20 using Visual Studio 2019. This project is using the x86 Architect.

File Attachment(s):
CS_CustomASFProfiles.zip (9kb) downloaded 24 time(s).
Luke Duvall
Developer Support Engineer
LEAD Technologies, Inc.
LEAD Logo
 
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.161 seconds.