Moritz Bunkus heeft versie 87 van MKVToolNix uitgebracht. Met dit programma kunnen matroskabestanden worden bekeken, bewerkt en geconverteerd. Zo kunnen geluidssporen en ondertiteling worden toegevoegd, verwijderd of juist als standaard worden ingesteld. MKVToolNix is een verzameling afzonderlijke commandlinetools, maar er wordt ook een grafische gebruikersinterface meegeleverd. Downloads zijn beschikbaar voor Windows, macOS en diverse Linux-distributies. In deze uitgave zijn de volgende veranderingen en verbeteringen aangebracht:
MKVToolNix v87.0 releasedHere’s a small, new MKVToolNix release, v87. Not a lot going on, to be honest. See below for details! Here are the NEWS since the previous release:
New features and enhancementsBug fixes
- mkvmerge: chapters: added support for specifying MPLS files with
--chapters
, too, not just as regular source files. The documentation stated this was possible already, but that wasn’t actually the case. Implements/fixes #3735.- MKVToolNix GUI: multiplexer: added a progress dialog that is shown during file identification.
- MKVToolNix GUI: jobs: the status bar now differentiates between numbers of warnings/errors that occurred in the current session and those that occurred before the current session. Implements #3732.
- mkvmerge: AAC parser: LOAS/LATM streams: if the first
AudioSpecificConfig
element is not found within the first LOAS/LATM frame,mkvmerge
will no longer discard the frames before it but defer parsing them until after it has found theAudioSpecificConfig
element. Fixes #3727.- MKVToolNix GUI: job queue: fixed the GUI crashing when re-ordering the jobs in the job queue. This regression was introduced while fixing #3720. Fixes #3729.