summaryrefslogtreecommitdiff
path: root/gnu/packages/video.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2021-12-17 10:20:17 -0500
committerLeo Famulari <leo@famulari.name>2021-12-17 10:22:19 -0500
commit8879862aa8801b1f13a8f63c1c13060013a61de7 (patch)
tree4d31b1912dc10a3f8add03645841c1a57479d8e6 /gnu/packages/video.scm
parent61ae42e773526373f0dc3ca99c7251d20434d3d1 (diff)
downloadguix-patches-8879862aa8801b1f13a8f63c1c13060013a61de7.tar
guix-patches-8879862aa8801b1f13a8f63c1c13060013a61de7.tar.gz
gnu: video-contact-sheet: Tweak the synopsis and description.
* gnu/packages/video.scm (video-contact-sheet)[synopsis, description]: Improve.
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r--gnu/packages/video.scm11
1 files changed, 6 insertions, 5 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index db405212a8..1fd58b2325 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+)))