# 3D Film Reel

Film Reel is a multi-frame editing interface designed to help annotators view and refine a cuboid across the entire sequence - frame by frame. Film Reel enables targeted, manual control over annotations without the need to scroll through every frame linearly. This tool is especially useful for tracking, correcting, or validating object behavior over time. It is both fast and good - accelerating annotation while increasing precision and reducing visual clutter.

![](/files/9683d1b6fb7219ebed10dbee361bc8140ed4739c)

***

## Use Case

* Adjusting object position, rotation, or size across multiple frames for moving vehicles, machinery, or people.
* Manually correcting misaligned cuboids that were interpolated or auto-propagated across a sequence.
* Quickly deleting frame-specific cuboids during review without leaving the multi-frame context.

***

## Benefits

* Fast: Speeds up multi-frame review and editing by consolidating cuboid views in a single timeline interface.
* Good: Encourages accurate frame-level edits and reduces errors in object tracking or motion representation.
* Lean: Minimizes context switching between views or frames, improving efficiency with minimal overhead.

***

## Steps to Use Film Reel

{% stepper %}
{% step %}

#### Select a cuboid

Select a cuboid on the current frame.
{% endstep %}

{% step %}

#### Open Film Reel

Click on the Film Reel icon to open the grid-view mode.
{% endstep %}

{% step %}

#### View cuboid across frames

A panel appears showing the cuboid's state across all frames where it exists.
{% endstep %}

{% step %}

#### Activate editing mode

Click a frame cell to activate editing mode.

* A blue border appears.
  {% endstep %}

{% step %}

#### Edit and create keyframe

You can now edit position, dimensions, or angle.

* A keyframe is created, the cell's badge turns blue, and a blue line appears under the frame in the timeline.
  {% endstep %}

{% step %}

#### Exit edit mode

Press Esc to exit edit mode; the blue border disappears.
{% endstep %}

{% step %}

#### Review frames

You can scroll across frames within the Film Reel to review all appearances.
{% endstep %}

{% step %}

#### Delete specific frame cuboids

Use the trash icon to quickly delete a cuboid from a specific frame.
{% endstep %}
{% endstepper %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.imerit.net/3d-multi-sensor-fusion/labeling/3d-multi-sensor-fusion-labeling-editor/key-features/3d-film-reel.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
