Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hamoid committed Apr 4, 2024
1 parent a606541 commit d25f401
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions docs/extensions/writingToVideoFiles.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,12 @@
layout: default
title: ScreenRecorder
parent: Extensions
last_modified_at: 2024.04.04 18:44:14 +0200
last_modified_at: 2024.04.04 19:26:16 +0200
nav_order: 120
has_children: false
---

# Writing to video files

The `ffmpeg` command-line program is used for video output.

If `ffmpeg` is not installed in your system OPENRNDR
will attempt to use an embedded version of the program.
# Writing video files

## The `ScreenRecorder` extension

Expand All @@ -36,6 +31,10 @@ fun main() = application {
}
```

Note: the `ffmpeg` command-line program is used for video output.
If `ffmpeg` is not found in your system OPENRNDR
will attempt to use an embedded version of it.

### Toggle the `ScreenRecorder` on and off

By default the screen recorder extension adds video frames as long as the
Expand Down

0 comments on commit d25f401

Please sign in to comment.