介绍
MKVToolNix 是一个小工具集(mkvmerge、mkvinfo、mkvextract、mkvpropedit 和 mmg),它允许您以多种方式操作 Matroska(MKV)文件。您可以使用 MKVToolNix 创建、分割、编辑、混流(封装、打包)、分离(分解、解包)、合并、提取或检查 Matroska 文件。该程序还支持其它视频格式(AVI、MPEG、MP4、Ogg/OGM、RealVideo、MPEG1/2、h264/AVC、Dirac、VC1)包括一些视频编解码器(如 VP9 视频编解码器支持 – 从 IVF/Matroska/WebM 文件读取,提取到 IVF 文件)。音频格式(AAC、FLAC、MP2、MP3、(E)AC3、DTS/DTS-HD、Vorbis、RealAudio)和大多数字幕格式(SRT、PGS/SUP、VobSub、ASS、SSA 等)。
软件截图
软件特点
MKVToolNix 是一个跨平台的应用程序,可工作在 Windows(32 和 64 位版本)、Mac OS X 和 Linux。完整的软件包包含用于合并和提取流、查看信息以及编辑标题和章节的单独命令行实用程序。它们都包含在一个 Windows 版本的图形界面中。
该工具可查看、追加和分割曲目、章节和标签,并可编辑范围广泛的数据。例如,当涉及到通用轨道选项时,您可以设置轨道名称、语言、默认和强制轨道标志、标签和时间码等。此外,您还可设置宽高比、FPS、延迟、立体影像模式、裁剪、提示、压缩模式和增强功能的自定义命令行参数。外部文件可作为附件嵌入到电影中。
创建和编辑电影章节
可创建章节并定义属性,如开始和结束时间、标志、段和段版本 UID、以及章节名称、语言和国家。可配置标签文件的全局设置、创建 WebM 兼容文件、分割模式、文件链接等。值得考虑的一个重要方面是 MKVToolnix 提供了对批处理作业的支持,这意味着当执行耗时任务时您可将工作站配置为无人值守。您可检查当前的命令行并将其复制到剪贴板或保存到文件中以便在将来的项目中使用,管理队列作业,添加命令行选项,从外部文件加载章节,编辑页眉以及将项目另存为 .mka、.mkv 或 .mk3d 格式的文件。
考虑到其广泛的配置参数,MKVToolnix 应该能满足大多数用户学习、创建、编辑和生成 MKV 文件的需求。
更新日志
# Version 92.0 "Everglow" 2025-04-26
## New features and enhancements
* mkvmerge: FLAC reader: pictures embedded into the FLAC file were already
handled as attachments, but they were left in the codec initialization data
as well. They're now removed from the codec initialization data. See #6079.
* mkvmerge: FLAC reader: padding metadata blocks will now be removed from the
codec initialization data. See #6079.
* mkvmerge: FLAC reader: embedded Vorbis comments will now be converted into
Matroska comments or track/global header fields when available (e.g. `TITLE`
will become the segment title & track's name, `LANGUAGE` will become the
track's language). Copying of Vorbis comments that are converted into actual
Matroska tags can be prevented with the usual options,
e.g. `--no-track-tags`. The comments will also be removed from the codec
initialization data. Implements #6079.
* mkvmerge, MKVToolNix GUI's chapter editor: when reading simple (OGM-style)
chapter files & no character set is given for the file, mkvmerge will try
UTF-8 first before falling back to the system's default encoding. Implements
#6084.
* MKVToolNix GUI: multiplexer: the special drag & drop zones added in v91 are
now shown by default in new installations.
* MKVToolNix GUI: in new installations the main window will now be sized at
75% of the screen's resolution initially with a certain minimum initial
size. This improves initial readability on high DPI screens that use screen
scaling factors such as 150%.
## Bug fixes
* mkvmerge: Ogg reader: during identification the track tags are now reported
properly.
* MKVToolNix GUI: multiplexer: within the "additional options", both
track-specific ones & the global ones on the "Output" tab, it wasn't
possible to specify empty (zero-length) arguments. With the intended syntax
of two consecutive single or double quotation marks the empty arguments were
simply skipped. This was fixed, and it is now possible to specify
e.g. `--title ""` in the global "Additional options" in order to force no
title to be written ever. Fixes #6087.
## Build system changes
* Windows build: the `packaging/windows/populate_installer_dir.sh` now expects
the user to pass the Saxon-HE's JAR file name to be passed with the `-s` or
`--saxon-jar` parameter instead of the base directory for Saxon-HE. This
allows newer versions of Saxon-HE to be used.