diff options
author | jperkin <jperkin@pkgsrc.org> | 2015-05-14 13:22:00 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2015-05-14 13:22:00 +0000 |
commit | ca72b21750891322fed53eb752cf710314414e0b (patch) | |
tree | 33ae0d50df2c393aaba7f37bbcd3d026bb15be05 /multimedia/libmediainfo/DESCR | |
parent | c75504bc3c0771ff9b040c03c69e78b4c1c4aaef (diff) | |
download | pkgsrc-ca72b21750891322fed53eb752cf710314414e0b.tar.gz |
Don't provide an empty DESCR, copy mostly from mediainfo.
Diffstat (limited to 'multimedia/libmediainfo/DESCR')
-rw-r--r-- | multimedia/libmediainfo/DESCR | 22 |
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) |