GNU bug report logs -
#27044
[PATCH 1/3] gnu: video: Add libzen.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
"Ethan R. Jones" <doubleplusgood23 <at> gmail.com> skribis:
> * gnu/packages/video.scm (mediainfo): Add new variable.
[...]
> + (synopsis "Utility for reading media metadata")
> + (description "MediaInfo is a utility used for retrieving technical
> +information and other metadata about audio or video files.
> +A non-exhaustive list of the information MediaInfo can retrieve from media files include:
> +@itemize
> +@item General: title, author, director, album, track number, date, duration...
> +@item Video: codec, aspect, fps, bitrate...
> +@item Audio: codec, sample rate, channels, language, bitrate...
> +@item Text: language of subtitle
> +@item Chapters: number of chapters, list of chapters
> +@end itemize\n
> +MediaInfo supports the following formats:
> +@itemize
> +@item Video: MKV, OGM, AVI, DivX, WMV, QuickTime, Real, MPEG-1,
> +MPEG-2, MPEG-4, DVD (VOB)...
> +@item Video Codecs: DivX, XviD, MSMPEG4, ASP, H.264, AVC...)
> +@item Audio: OGG, MP3, WAV, RA, AC3, DTS, AAC, M4A, AU, AIFF...
> +@item Subtitles: SRT, SSA, ASS, SAMI...
> +@end itemize \n")
I stripped the description as show below to avoid duplicating what we
have in libmediainfo.
Committed, thanks!
Ludo’.
[Message part 2 (text/x-patch, inline)]
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 64773edb3..ac2eec5f9 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2150,21 +2150,6 @@ MPEG-2, MPEG-4, DVD (VOB)...
(home-page "https://mediaarea.net/en/MediaInfo")
(synopsis "Utility for reading media metadata")
(description "MediaInfo is a utility used for retrieving technical
-information and other metadata about audio or video files.
-A non-exhaustive list of the information MediaInfo can retrieve from media files include:
-@itemize
-@item General: title, author, director, album, track number, date, duration...
-@item Video: codec, aspect, fps, bitrate...
-@item Audio: codec, sample rate, channels, language, bitrate...
-@item Text: language of subtitle
-@item Chapters: number of chapters, list of chapters
-@end itemize\n
-MediaInfo supports the following formats:
-@itemize
-@item Video: MKV, OGM, AVI, DivX, WMV, QuickTime, Real, MPEG-1,
-MPEG-2, MPEG-4, DVD (VOB)...
-@item Video Codecs: DivX, XviD, MSMPEG4, ASP, H.264, AVC...)
-@item Audio: OGG, MP3, WAV, RA, AC3, DTS, AAC, M4A, AU, AIFF...
-@item Subtitles: SRT, SSA, ASS, SAMI...
-@end itemize \n")
+information and other metadata about audio or video files. It supports the
+many codecs and formats supported by libmediainfo.")
(license license:bsd-2)))
This bug report was last modified 8 years and 51 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.