Skip to content

Commit

Permalink
Merge pull request #6 from UprootStaging/dupFrame
Browse files Browse the repository at this point in the history
Document DuplicateFrame transform
  • Loading branch information
jonsneyers authored May 31, 2017
2 parents b28e719 + 439ceef commit f1a9363
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions spec/parts/transformations.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,14 @@ way as **b~0~**.
[discrete]
=== Transformation 9: reserved (unused)
=== Transformation 10: DuplicateFrame
The **DuplicateFrame** transform helps compress frames in an animation sequence when they are exact duplicates of each other. All pixels in all
channels need to be exact matches.

Transform data:

For every **i**th frame in the sequence except **i==0**, an integer indicating the frame index of the duplicate.
The integer is encoded as **nz_int_A(-1, i-1)** where **-1** means not a duplicate.

=== Transformation 11: FrameShape
=== Transformation 12: FrameLookback
[discrete]
Expand Down

0 comments on commit f1a9363

Please sign in to comment.