wok diff libmediainfo/description.txt @ rev 22042

gcc83-lib-base: do NOT provide gcc-lib-base
Currently BOTH gcc-lib-base and gcc83-lib-base are installed on my SliTaz system. So, with the current (and longstanding) tazpkg limitations I can't update just gcc-lib-base: tazpkg always updates gcc83-lib-base for me instead. Now I can't run Firefox, Vivaldi, Chrome, etc. I think because of gcc-lib-base, but I not sure 1bsolutely.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 22 12:55:54 2019 +0300 (2019-10-22)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libmediainfo/description.txt	Tue Oct 22 12:55:54 2019 +0300
     1.3 @@ -0,0 +1,19 @@
     1.4 +MediaInfo is a library used for retrieving technical information and other
     1.5 +metadata about audio or video files.
     1.6 +
     1.7 +A non-exhaustive list of the information MediaInfo can retrieve from media files
     1.8 +include:
     1.9 +
    1.10 +  - General: title, author, director, album, track number, date, duration...
    1.11 +  - Video: codec, aspect, fps, bitrate...
    1.12 +  - Audio: codec, sample rate, channels, language, bitrate...
    1.13 +  - Text: language of subtitle
    1.14 +  - Chapters: number of chapters, list of chapters
    1.15 +
    1.16 +MediaInfo supports the following formats:
    1.17 +
    1.18 +  - Video: MKV, OGM, AVI, DivX, WMV, QuickTime, Real, MPEG-1, MPEG-2, MPEG-4,
    1.19 +    DVD (VOB)...
    1.20 +  - Video Codecs: DivX, XviD, MSMPEG4, ASP, H.264, AVC...)
    1.21 +  - Audio: OGG, MP3, WAV, RA, AC3, DTS, AAC, M4A, AU, AIFF...
    1.22 +  - Subtitles: SRT, SSA, ASS, SAMI...