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, March 3, 2011 1:47:19 AM(UTC)

PBI  
PBI

Groups: Registered
Posts: 6


I want to metadata control in Mxf file.

I search your helper site about LEAD MXF

Multiplexer & DeMultiplexer.

but I don't search about Metadata.

I want to Filter Interfaces.

ex) ILMMxfMux
ILMMxfMuxMetaTracks
ILMMxfMuxMetaTrack
ILMMxfMuxMetaSegments
ILMMxfMuxMetaSegment

or I want to Metadata input or output to MXF file.

thank you.


 

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 : Thursday, March 3, 2011 9:45:07 AM(UTC)

Adnan Ismail  
Guest

Groups: Guests
Posts: 3,022

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

Our Filters help file has these interfaces that you can use to create the MXF file. If you check these topics, you can see the properties that you need to use for each interface.
Also, you can use the interface IDs to control these properties. Did you try to work with these interfaces and you faced a problem?

Please note that after you've selected the output format to be MXF, you must call the GetSubObject method in our control to obtain the Muliplexer object. You can then work with the Mux interfaces.

The main topic that contains links to other topics is "LEAD MXF Multiplexer". Its current online location is below, but it might change in the future:
http://www.leadtools.com/Help/LEADTOOLS/v17/multimedia/filters/filters/LEADMXFMultiplexer.htm
 
#3 Posted : Thursday, March 3, 2011 2:11:28 PM(UTC)

PBI  
PBI

Groups: Registered
Posts: 6


My work is...

1. input MXF file
2. I input Metadata into MXF file or
I extract Metadata in MXF file.
3. finally I create new MXF file.

this site(
http://www.leadtools.com/Help/LEADTOOLS/v17/multimedia/filters/filters/LEADMXFMultiplexer.htm) read and I try to your MXF interfaces.

but 'CLSID_LMMxfMux ' not found..
'IID_ILMMxfMux' not found...
other... not found

how to use this interfaces?




 
#4 Posted : Sunday, March 6, 2011 3:18:09 AM(UTC)

Adnan Ismail  
Guest

Groups: Guests
Posts: 3,022

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

If you are using Visual C++, you can get the values of CLSID_LMMxfMux and IID_ILMMxfMux by adding the following line to one of your C++ source code files:
#import "LMMxfMux.dll" named_guids, no_namespace
 
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.057 seconds.