Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ionic: Video recorder tutorial fixes #2582

Merged
merged 1 commit into from
Sep 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tutorials/video_recorder.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gazebo that already has this plugin included in the GUI.
gz sim -v 4 video_record_dbl_pendulum.sdf
```

In this demo world, you should see a video recorder icon positioned on the top.
In this demo world, you should see a video recorder icon positioned on the top
left area of the window along with other buttons. Clicking on the video
recorder button gives you the video format options that are available.

Expand Down Expand Up @@ -107,5 +107,5 @@ generated video. The default bitrate is 2Mbps.

Since Gazebo Common 3.10.2, there is support for utilizing the power of GPUs
to speed up the video encoding process. See the
[Hardware-accelerated Video Encoding tutorial](https://gazebosim.org/api/common/5/hw-encoding.html)
[Hardware-accelerated Video Encoding tutorial](https://gazebosim.org/api/common/6/hw-encoding.html)
for more details.
Loading