From 4427ca07d02e9ede270afc9af11ff68af3944bc7 Mon Sep 17 00:00:00 2001 From: Martin Pecka Date: Fri, 20 Sep 2024 01:34:20 +0200 Subject: [PATCH] tutorials/video_recorder: Added note about OGV support Signed-off-by: Martin Pecka --- tutorials/video_recorder.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tutorials/video_recorder.md b/tutorials/video_recorder.md index fa655c9b1a..432bd94f21 100644 --- a/tutorials/video_recorder.md +++ b/tutorials/video_recorder.md @@ -19,6 +19,12 @@ recorder button gives you the video format options that are available. @image html files/video_recorder/video_recorder.png +> **NOTE** +> The OGV format might not be supported by the underlying libavcodec implementation. +> This is especially true on Windows with the conda-installed dependencies. +> There is no easy way to add the VP8 codec support except for building +> libavcodec manually and enabling the support. + Once an option is selected, recording starts immediately as indicated by a flashing video recorder icon. At anytime that you wish to stop recording, click on the flashing icon and select `Stop`. A file dialog window should pop up