I've been playing around with mxfwrap. I'm trying to create a simple Op 1A MXF file with essence in the file. My usual command line looks like:
mxfwrap -v -f file1.mpg+file2.wav out.mxf
I notice this produces two partitions (an OpenHeader and a CompleteFooter) however my issue is that both partitions contain header and essence information.
How do I go about creating an MXF file with two partitions:- one a ClosedHeader with header metadata, essence containers and a (CBR) index and the second a CompleteFooter with no header metadata or index? Can this be done solely by tweaking the arguments to mxfwrap? I'm not adverse to changing the code in mxfwrap.cpp (if that is what is required) and if someone could please explain what needs to be changed.
What would be the point of having a Footer Patition at all as it would contain nothing... (which is why Matt is telling george to just turn off Footer writing presumably).
You always need a footer partition (at least with generalized OPs). The "false" parameter to the WriteFooter call simply causes the footer partition pack to be written with no metadata (which is allowed)
Users browsing this forum: No registered users and 15 guests
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum