Skip to content

Commit

Permalink
Use vp8 version of the videos instead
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 authored and Wumpf committed Oct 15, 2024
1 parent d62048c commit 603e4c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content/getting-started/data-out/analyze-and-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Here we first log the [`ShowLabel`](../../reference/types/components/show_labels
With some adjustments to the viewer blueprint, we obtain the following result:

<video width="100%" autoplay loop muted controls>
<source src="https://static.rerun.io/getting-started-data-out/data-out-final.webm" type="video/webm" />
<source src="https://static.rerun.io/getting-started-data-out/data-out-final-vp8.webm" type="video/webm" />
</video>

The OPEN/CLOSE label is displayed along the bounding box on the 2D view, and the `/jaw_open_state` signal is visible in both the timeseries and dataframe views.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The first step is to create a recording in the viewer using the face tracking ex
Here is such a recording:

<video width="100%" autoplay loop muted controls>
<source src="https://static.rerun.io/getting-started-data-out/data-out-first-look.webm" type="video/webm" />
<source src="https://static.rerun.io/getting-started-data-out/data-out-first-look-vp8.webm" type="video/webm" />
</video>

A person's face is visible and being tracked. Their jaws occasionally open and close. In the middle of the recording, the face is also temporarily hidden and no longer tracked.
Expand Down

0 comments on commit 603e4c6

Please sign in to comment.