summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorjperkin <jperkin>2015-05-14 13:22:00 +0000
committerjperkin <jperkin>2015-05-14 13:22:00 +0000
commit2efda740465526bef71bea1ca9c144bfe62f2282 (patch)
tree33ae0d50df2c393aaba7f37bbcd3d026bb15be05 /multimedia
parent548f2493380cb2232503f2866870c5e2b57e92c7 (diff)
downloadpkgsrc-2efda740465526bef71bea1ca9c144bfe62f2282.tar.gz
Don't provide an empty DESCR, copy mostly from mediainfo.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/libmediainfo/DESCR22
1 files changed, 22 insertions, 0 deletions
diff --git a/multimedia/libmediainfo/DESCR b/multimedia/libmediainfo/DESCR
index e69de29bb2d..32d1b55e8cf 100644
--- a/multimedia/libmediainfo/DESCR
+++ b/multimedia/libmediainfo/DESCR
@@ -0,0 +1,22 @@
+MediaInfo supplies technical and tag information about a video or audio file,
+this package provides the libmediainfo library.
+
+What information can I get from MediaInfo?
+ - General: title, author, director, album, track number, date, duration...
+ - Video: codec, aspect, fps, bitrate...
+ - Audio: codec, sample rate, channels, language, bitrate...
+ - Text: language of subtitle
+ - Chapters: number of chapters, list of chapters
+What format (container) does MediaInfo support?
+ - Video: MKV, OGM, AVI, DivX, WMV, QuickTime, Real, MPEG-1, MPEG-2, MPEG-4,
+ DVD (VOB)... (Codecs: DivX, XviD, MSMPEG4, ASP, H.264, AVC...)
+ - Audio: OGG, MP3, WAV, RA, AC3, DTS, AAC, M4A, AU, AIFF...
+ - Subtitles: SRT, SSA, ASS, SAMI...
+What can I do with it?
+ - Read many video and audio file formats
+ - Different methods of viewing information (text, sheet, tree, HTML...)
+ - You can customise these views
+ - Exporting information as text, CSV, HTML...
+ - Internationalisation: Any language display on any version of your
+ operating system
+ - Localisation capability (but volunteers needed)