Path to this page:
./
multimedia/libmediainfo,
MediaInfoLib, support library for MediaInfo program
Branch: CURRENT,
Version: 21.09,
Package name: libmediainfo-21.09,
Maintainer: pkgsrc-usersMediaInfo 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)
Required to run:[
devel/libzen]
Master sites:
Filesize: 17804.768 KB
Version history: (Expand)
- (2022-03-10) Updated to version: libmediainfo-21.09
- (2021-10-14) Updated to version: libmediainfo-20.03nb1
- (2020-05-20) Updated to version: libmediainfo-19.09
- (2017-11-23) Package has been reborn
- (2017-06-01) Updated to version: libmediainfo-0.7.90
- (2015-09-07) Updated to version: libmediainfo-0.7.77
CVS history: (Expand)
2022-03-10 16:05:05 by Ryo ONODERA | Files touched by this commit (8) |
Log message:
libmediainfo,mediainfo: Update to 21.09
* Update LICENSE to 2-clause-bsd.
CHangelog:
Version 21.09, 2021-09-17
-------------
+ Graph view for 3D audio streams (thanks to graphviz)
+ ADM: full featured support (programmes, content, objects, pack formats...)
+ ADM: in WAV (axml, bxml), MXF
+ S-ADM in AES3: support of Levels A1 and AX1
+ MOV/MP4: support of Dolby Vision Metadata XML
+ MXF: detection of IAB
+ SMPTE ST 337 (AES3): support of subframe mode
+ HEVC: CEA-608/708 caption support
+ MP4/QuickTime: Android slow motion real frame rate
+ JSON output: add creatingLibrary field
x MPEG-4: read too much data with some predecessor definitions
x EBUCore: fix of fields order and types
Version 21.03, 2021-03-26
-------------
+ WAV: ADM profile detection of Dolby Atmos Master or MPEG-H
+ SMPTE ST 337: support of AC-4
+ AC-3/AC-4: show top layer channels after Lw/Rw, as it becomes the defacto \
standard layout
+ Dolby Surround EX and Pro Logic IIz detection
+ Matroska: add DV support
+ JavaScript module: reduce binary size
+ JavaScript module: reserve less memory at startup
+ CLI: read from stdin
+ DV: remove check of zeroed bytes in timecode, considered again as valid timecode
+ TIFF; add support of compression codes 7 and 8
+ WAV: show bext (BWF) version in verbose mode / XML / JSON
+ MXF: detection fo DCI P3 mastering display color primaries
+ Options: add software version to text output (CLI or Windows GUI)
+ Options: add report creation timestamp to text output (CLI or Windows GUI)
+ macOS: native build for Apple Silicon (arm64)
x HDR: mastering max. luminance precision was wrong
x WM: fix EncodingTime parsing
x MOV/MP4: skip XMP huge atoms, fix
x MPEG-TS: fix inverted supplementary_audio_descriptor mix_type values
x AAC: fix File_Aac::is_intensity according to ISO/IEC 14496-3:2009
x I1353, MP4: Skip user data Xtra and free atoms
x FFV1: fix crash with some bitstreams parsing
x TIFF: fix division by 0
x RF64: fix the WAV malformed chunk size test
x macOS 10.9/10.10: fix crash at startup
x Supported platforms: this is the last version compatible with Windows XP, \
macOS 10.5-10.9, RHEL/CentOS 6
Version 20.09, 2020-10-09
-------------
+ Dolby ED2: full featured support (presentations, presentation targets, beds, \
objects)
+ MKV: support of Dolby Vision metadata
+ MXF: detection of Dolby E hidden in PCM tracks having more than 2 channels
+ WAV: detection of Dolby E hidden in PCM tracks having more than 2 channels
+ CineForm: display of color space (including Bayer), bit depth
x WAV: more precise sample count
x SMPTE ST 337: catch of streams starting later than usual (probing increased \
from 4 to 16 PCM "frames")
x PNG: detection of additional alpha plane in color space
x MXF: detection of additional alpha plane in color space
x AVI: detection of additional alpha plane in color space
x MPEG Audio: was wrongly flagging Xing info tag as CBR
x VorbisTag: does not skip DISCID
x Miscellaneous bug/crash fixes
Version 20.08, 2020-08-11
-------------
+ MPEG-H 3D Audio full featured support (group presets, switch groups, groups, \
signal groups)
+ MP4/MOV: support of more metadata locations
+ JSON and XML outputs: authorize "complete" output
+ MPEG-4: support of TrueHD
+ WM: show legacy value of performer if not same as modern one
+ WAV: trace of adtl (Associated Data List) chunk
x URL encoding detection fix for URL having a query part (issue with e.g. \
pre-signed AWS S3 URLs)
x Don't try to seek to the end (false positive range related error with HTTP)
x DPX: don't load the whole file in RAM
x Opus: fix wrong channel mapping
x Miscellaneous other bug fixes
|
2022-02-08 14:15:54 by Gavan Fantom | Files touched by this commit (1) |
Log message:
multimedia/libmediainfo: Fix libtool
|
2021-10-14 09:03:02 by Thomas Klausner | Files touched by this commit (5) |
Log message:
medainfo: fix two CVEs using upstream patches
Bump PKGREVISION
|
2020-05-20 08:09:10 by Roland Illig | Files touched by this commit (52) |
Log message:
mark packages that fail with -Werror=char-subscripts
These packages are susceptible to bugs when confronted with non-ASCII
characters.
See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94182.
It takes some time to analyze and fix these individually, therefore they
are only marked as "needs work".
|
2017-06-01 15:30:26 by Johnny C. Lam | Files touched by this commit (21) |
Log message:
Use public SHLIB_TYPE instead of private _OPSYS_SHLIB_TYPE.
|
2015-09-07 03:02:00 by David Sainty | Files touched by this commit (7) |
Log message:
Update mediainfo and libmediainfo to 0.7.77
The change logs between 0.7.65 and 0.7.77 total several hundred lines, and
consists primarily of very detailed per-codec trivia. The complete change
logs can be found in the source distribution as MediaInfo/History_CLI.txt and
MediaInfoLib/History_DLL.txt.
Pkgsrc:
- patch-MediaInfoLib_Source_MediaInfo_Text_File__Ttml.h applied upstream.
- pkglint a bit.
- mediainfo appears to have done some work in avoiding bashisms, so remove
"bash" from the tools.
- CONFIG_SHELL doesn't need to be explicitly bash any longer. Possibly this
was only ever necessary because bash seems to be the only shell that was
willing to treat a garbage shell substitution (caused by a bug in the
configure.ac) as somehow legal.
- ... and libmediainfo now actually builds if you accidentally on purpose
override CONFIG_SHELL to be pdksh.
|
2015-05-14 15:22:00 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
Don't provide an empty DESCR, copy mostly from mediainfo.
|
2015-01-10 21:35:24 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Simplify PKGNAME.
|