guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: video-contact-sheet: Tweak the synopsis and


From: guix-commits
Subject: branch master updated: gnu: video-contact-sheet: Tweak the synopsis and description.
Date: Fri, 17 Dec 2021 10:22:34 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8879862  gnu: video-contact-sheet: Tweak the synopsis and description.
8879862 is described below

commit 8879862aa8801b1f13a8f63c1c13060013a61de7
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Fri Dec 17 10:20:17 2021 -0500

    gnu: video-contact-sheet: Tweak the synopsis and description.
    
    * gnu/packages/video.scm (video-contact-sheet)[synopsis, description]: 
Improve.
---
 gnu/packages/video.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index db40521..1fd58b2 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -5493,10 +5493,11 @@ elementary stream are provided.")
                           (list ffmpeg imagemagick))))))))))
    (inputs
      (list bash-minimal ffmpeg imagemagick))
-   (synopsis "Bash script to create contact sheets (preview images) from 
videos")
-   (description "This is a bash script meant to create video contact sheets
-(previews) of videos.  Any video supported by mplayer and ffmpeg can be used.  
A
-note of warning: Unlike most similar tools it, by default, makes screenshots 
the
-same size as the video, see the manual for details on how to change this.")
+   (synopsis "Create contact sheets (preview images) from videos")
+   (description "@acronym{VCS, Video Contact Sheet} is a Bash script meant to
+create video contact sheets (previews) of videos.  Any video supported by
+MPlayer and FFmpeg can be used.  A note of warning: Unlike most similar tools
+VCS, by default, makes screenshots the same size as the video, see the manual
+for details on how to change this.")
    (home-page "http://p.outlyer.net/vcs/";)
    (license license:lgpl2.1+)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]