This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Friday, August 7, 2009 12:51:39 PM(UTC)
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
#2
Posted
:
Sunday, August 9, 2009 3:15:01 AM(UTC)
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.