Definition clipFrameCount (c : clip) : nat :=
  (clipSize c) / (clipSampleDepth c / 8).
