gnu: video-contact-sheet: Tweak the synopsis and description.

* gnu/packages/video.scm (video-contact-sheet)[synopsis, description]: Improve.
This commit is contained in:
Leo Famulari 2021-12-17 10:20:17 -05:00
parent 61ae42e773
commit 8879862aa8
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -5493,10 +5493,11 @@ (define-public video-contact-sheet
(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+)))