Hello! I'm developing application which accept mxf files and restore aaf file from these mxf. I need to accept only mxfs generated by MediaComposer (usually located G:\Avid MediaFiles\MXF\1). The question is how I can distinguish programmatically MediaComposer-mxf files from simple mxf files?
Ok, I see. Thank you, Jerome
@zenitram Hello! I have one more question about "Muxing mode: DV". Is this track always first if it's exist in file?
@zenitram @zenitram Hello! I have one more question about "Muxing mode: DV". Is this track always first if it's exist in file?
Ok. I see. Thank you, Jerome
In that case I don't need optimized solution. I need MediaInfo to extract all metadata if I send him all data continuous. Is it possible without changes in MediaInfo source code?
Oh... I haven't opportunity seeking by the file. I can say what I getting that data from other thread, so I can't do seek operation by the file. I getting that data continuous. Is there any way to get full metadata in my case?
I try to extract metadata from file in my program (C++14, debian 11). I used the next mediainfo packages: libmediainfo-dev 20.09+dfsg-2 libmediainfo0v5:amd64 20.09+dfsg-2 mediainfo 20.09-1 When I use mediaInfo.Open(fileName) method all ok, and mediaInfo.Inform() give me the next result: General Complete name : /home/debian/SharedMedia/example.ec3 Format : MPEG-4 Format profile : Base Media / Version 2 Codec ID : mp42 (mp42/isom/iso5) File size : 158 KiB Duration : 2 s 16 ms Overall bit rate mode...