From d25f401e5581b5f04e3a4e67b1f150d9bfcee34c Mon Sep 17 00:00:00 2001 From: Abe Pazos Date: Thu, 4 Apr 2024 19:27:12 +0200 Subject: [PATCH] Update docs --- docs/extensions/writingToVideoFiles.markdown | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/docs/extensions/writingToVideoFiles.markdown b/docs/extensions/writingToVideoFiles.markdown index dcce0fe..4fc72c8 100644 --- a/docs/extensions/writingToVideoFiles.markdown +++ b/docs/extensions/writingToVideoFiles.markdown @@ -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 @@ -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