Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The start and end byte in the source file are calculated as follows for partial with properties “StartFrame” and “DurationInFrames”.partials

Code Block
StartUnit = StartFrame / FramesPerEditUnit * EditRate / 25
EndUnit = EndFrame / FramesPerEditUnit * EditRate / 25
StartByte = RunIn + EssenceOffset + StartFrameStartUnit * EditUnitByteSize
EndByte = StartByte + DurationInFrames(EndUnit - StartUnit) * EditUnitByteSize