I used mxfwrap like that:
mxfwrap -u -ip -pd=24 video.mpg video_op1a.mxf
and got video_op1a.mxf's dump info by mxfdump :
there are part of result:
Index Table Segment (first edit unit = 0, duration = 1) :
Indexing BodySID 0x0001 from IndexSID 0x0081
Bytestream Order:
EditUnit 0 for stream 0 is at 0x00000000, Flags=c0 *Exact*
Presentation Order:
EditUnit 0 for stream 0 is at 0x00000000, Flags=c0 *Exact*
Index Table Segment (first edit unit = 23, duration = 1) :
Indexing BodySID 0x0001 from IndexSID 0x0081
Bytestream Order:
EditUnit 23 for stream 0 is at 0x0000fd7c, Flags=33 *Exact*
Presentation Order:
EditUnit 23 for stream 0 is at 0x0000fd7c, Flags=33 *Exact*
Index Table Segment (first edit unit = 47, duration = 1) :
Indexing BodySID 0x0001 from IndexSID 0x0081
Bytestream Order:
EditUnit 47 for stream 0 is at 0x0001c6f7, Flags=33 *Exact*
Presentation Order:
EditUnit 47 for stream 0 is at 0x0001c6f7, Flags=33 *Exact*
Index Table Segment (first edit unit = 71, duration = 1) :
Indexing BodySID 0x0001 from IndexSID 0x0081
Bytestream Order:
EditUnit 71 for stream 0 is at 0x00028e02, Flags=33 *Exact*
Presentation Order:
EditUnit 71 for stream 0 is at 0x00028e02, Flags=33 *Exact*
..........
I wonder why the order is : 0,23,47,71
not is : 0,24,48,72
and assigned different value to param pd, got similar result
is it beacuse of mpeg's frame feature?
|