From f1b69132aff7ac90d34eacb2d76c7932fc288491 Mon Sep 17 00:00:00 2001 From: Elias Batek Date: Sat, 17 Aug 2024 05:35:16 +0200 Subject: [PATCH] Improve description of Pixmap Recorder --- pixmaprecorder.d | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pixmaprecorder.d b/pixmaprecorder.d index 89b39d5..5b51245 100644 --- a/pixmaprecorder.d +++ b/pixmaprecorder.d @@ -4,8 +4,8 @@ Distributed under the Boost Software License, Version 1.0. +/ /++ - $(B Pixmap Recorder) is a helper library for rendering video files from - [arsd.pixmappaint.Pixmap|Pixmap] frames, by piping them to + $(B Pixmap Recorder) is an auxiliary library for rendering video files from + [arsd.pixmappaint.Pixmap|Pixmap] frames by piping them to [FFmpeg](https://ffmpeg.org/about.html). $(SIDEBAR