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 : Friday, August 7, 2009 12:51:39 PM(UTC)

pkamat  
pkamat

Groups: Registered
Posts: 9


Hello,

I would like to change the bitrate and other encoding properties of the Lead MPEG 4 encoder. I found the documentation and stuff but cant figure out the namespace for ILMPEG4Encoder. Hope am not doing smthing stupid.

ILMPEG4Encoder mpeg4Encoder = m_CaptureCtrl.GetSubObject((int)LTMMLib.ltmmCapture_Object.ltmmCapture_Object_VideoCompressor);

VS complains ILMPEG4Encodercould not be found. Which DLL am i supposed to include and whats the namespace?

Am using c# .Net framework
 

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 : Sunday, August 9, 2009 3:15:01 AM(UTC)

Adam Boulad  
Guest

Groups: Guests
Posts: 3,022

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

You need to include the LEncMPG4.dll and get the interface as follows:
LMMP4EncoderLib.ILMMP4Encoder mpg4enc;
mpg4enc = (LMMP4EncoderLib.ILMMP4Encoder)axltmmConvertCtrl1.GetSubObject((int)LTMMLib.ltmmConvert_Object.ltmmConvert_Object_VideoCompressor);

 
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.065 seconds.