Skip to content
WONGCW 網誌
  • 首頁
  • 論壇
  • 微博
  • 壁紙下載
  • 免費圖床
  • 視頻下載
  • 聊天室
  • SEO工具
  • 支援中心
  • 表格製作
  • More
    • 在線名片
    • 網頁搜索
    • 天氣預報
    • 二維碼生成器
  • Search Icon

WONGCW 網誌

記錄生活經驗與點滴

MKVToolnix v28.2.0 Final x86/x64 多语言中文正式版-MKV封装工具

MKVToolnix v28.2.0 Final x86/x64 多语言中文正式版-MKV封装工具

2018-10-26 Comments 0 Comment

MKV 是一种优秀的多媒体容器格式,它可把多种不同编码的视频及16条或以上不同格式的音频和语言不同的字幕封装到一个 MKV 文件中,而 MKVToolNix 是一款免费开源的 MKV 编辑器和工具集,能够合成、编辑 Matroska MKV 文件。

MKVToolnix v28.2.0 Final x86/x64 多语言中文正式版-MKV封装工具

MKVToolNix 包含了以下几个 MKV 专用处理工具:
*mkvmerge:将多媒体文件封装、合并、混流为 MKV 文件;
*mkvinfo:输出 MKV 文件组件和编码信息;
*mkvextract:从 MKV 文件中提取视频、音频和字幕轨道;
*mkvpropedit:直接修改现有 MKV 文件的属性而无需重混流;
*mmg:mkvmerge GUI,并包含了章节编辑器和头部编辑器。

MKVToolNix 中的 Mkvmerge GUI 允许你导入多个视频、音频、字幕轨道,混流合并一个新的 MKV 文件,并可以设置导出视频的宽高比、显示比例、帧频等等。

MKVToolNix 中的 MKVExtractGUI 则可以从现有的 MKV 文件中提取其中的一个或多个视频、音频或者字幕信息,是专业的 MKV 分离工具。

MKVToolNix 是专用的 MKV 剪辑工具,提供了4种 MKV 切割模式,包括按尺寸、按时长、按特定时间码和按分段,都是无损剪辑、分割 MKV 过程,能够同步切割视频、音频和字幕轨道。比之前介绍的所有支持 MKV 分割的工具都要好用,包括 Boilsoft Video Splitter、SolveigMM AVI Trimmer 等。

更新记录:

Version 28.2.0 "The Awakening" 2018-10-25

## Bug fixes

* mkvmerge, mkvinfo, mkvextract, mkvpropedit, MKVToolNix GUI's info tool & chapter editor: fixed a case of memory being accessed after it had been freed earlier. This can be triggered by specially crafted Matroska files and lead to arbitrary code execution. The vulnerability was reported as Cisco TALOS 2018-0694 on 2018-10-25.

28.1.0 "Morning Child" 2018-10-23

## Bug fixes

* mkvmerge: AV1 parser: fixed an error in the sequence header parser if neither the `reduced_still_picture_header` nor the `frame_id_numbers_present_flag` is set. Part of the fix for #2410.
* mkvmerge: AV1 parser: when creating the `av1C` structure for the Codec Private element the sequence header OBU wasn't copied completely: its common data (type field & OBU size among others) was missing. Part of the fix for #2410.
* mkvmerge: Matroska reader, AV1: mkvmerge will try to re-create the `av1C` data stored in Codec Private when reading AV1 from Matroska or WebM files created by mkvmerge v28.0.0. Part of the fix for #2410.
* MKVToolNix GUI: info tool: the tool will no longer stop scanning elements when an EBML Void element is found after the first Cluster element. Fixes #2413.

28.0.0 "Voice In My Head" 2018-10-20

## New features and enhancements

* mkvmerge: AV1 parser: updated the code for the finalized AV1 bitstream
  specification. Part of the implementation of #2261.
* mkvmerge: AV1 packetizer: updated the code for the finalized AV1-in-Matroska
  & WebM mapping specification. Part of the implementation of #2261.
* mkvmerge: AV1 support: the `--engage enable_av1` option has been removed
  again. Part of the implementation of #2261.
* mkvmerge: MP4 reader: added support for AV1. Part of the implementation of
  #2261.
* mkvmerge: DTS: implemented dialog normalization gain removal for extension
  substreams. Implements #2377.
* mkvmerge, mkvextract: simple text subtitles: added a workaround for simple
  text subtitle tracks that don't contain a duration. Implements #2397.
* mkvextract: added support for extracting AV1 to IVF. Part of the
  implementation of #2261.
* mkvextract: IVF extractor (AV1, VP8, VP9): precise values will be used for
  the frame rate numerator & denominator header fields for certain well-known
  values of the track's default duration.
* mkvmerge: VP9: mkvmerge will now create codec private data according to the
  VP9 codec mapping described in the WebM specifications. Implements #2379.
* MKVToolNix GUI: automatic scaling for high DPI displays is activated if the
  GUI is compiled with Qt ≥ 5.6.0. Fixes #1996 and #2383.
* MKVToolNix GUI: added a menu item ("Help" → "System information") for
  displaying information about the system MKVToolNix is running on in order to
  make debugging easier.
* MKVToolNix GUI: multiplexer, header editor: the user can enter a list of
  predefined track names in the preferences. She can later select from them in
  "track name" combo box. Implements #2230.


## Bug fixes

* mkvmerge: JSON identification: fixed a bug when removing invalid UTF-8 data
  from strings before they're output as JSON. Fixes #2398.
* mkvmerge: MP4/QuickTime reader: fixed handling of PCM audio with FourCC
  `in24`. Fixes #2391.
* mkvmerge: MPEG transport stream reader, teletext subtitles: the decision
  whether or not to keep frames around in order to potentially merge them with
  the following frame is made sooner. That avoids problems if there are large
  gaps between teletext subtitle frames which could lead to frames being
  interleaved too late. Fixes #2393.
* mkvextract: IVF extractor (AV1, VP8, VP8): the frame rate header fields
  weren't clamped to 16 bits properly causing wrong frame rates to be written
  in certain situations.
* mkvpropedit, MKVToolNix GUI's header editor: fixed file corruption when a
  one-byte space must be covered with a new EBML void element but all
  surrounding elements have a "size length" field that's eight bytes long
  already. Fixes #2406.

软件下载地址:
Download 官网x86绿色版:MKVToolnix 28.2.0 Final绿色免安装版
Download 官网x64绿色版:MKVToolnix 28.2.0 Final绿色免安装版
Download 官网x86安装版:MKVToolnix 28.2.0 Final安装版
Download 官网x64安装版:MKVToolnix 28.2.0 Final安装版

Download 官网x86绿色版:MKVToolnix 28.1.0 Final绿色免安装版
Download 官网x64绿色版:MKVToolnix 28.1.0 Final绿色免安装版
Download 官网x86安装版:MKVToolnix 28.1.0 Final安装版
Download 官网x64安装版:MKVToolnix 28.1.0 Final安装版

Download 官网x86绿色版:MKVToolnix 28.0.0 Final绿色免安装版
Download 官网x64绿色版:MKVToolnix 28.0.0 Final绿色免安装版
Download 官网x86安装版:MKVToolnix 28.0.0 Final安装版
Download 官网x64安装版:MKVToolnix 28.0.0 Final安装版

Download 官网x86绿色版:MKVToolnix 27.0.0 Final绿色免安装版
Download 官网x64绿色版:MKVToolnix 27.0.0 Final绿色免安装版
Download 官网x86安装版:MKVToolnix 27.0.0 Final安装版
Download 官网x64安装版:MKVToolnix 27.0.0 Final安装版

Download 官网x86绿色版:MKVToolnix 26.0.0 Final绿色免安装版
Download 官网x64绿色版:MKVToolnix 26.0.0 Final绿色免安装版
Download 官网x86安装版:MKVToolnix 26.0.0 Final安装版
Download 官网x64安装版:MKVToolnix 26.0.0 Final安装版

Download 官网x86绿色版:MKVToolnix 25.0.0 Final绿色免安装版
Download 官网x64绿色版:MKVToolnix 25.0.0 Final绿色免安装版
Download 官网x86安装版:MKVToolnix 25.0.0 Final安装版
Download 官网x64安装版:MKVToolnix 25.0.0 Final安装版

Download 官网x86绿色版:MKVToolnix 24.0.0 Final绿色免安装版
Download 官网x64绿色版:MKVToolnix 24.0.0 Final绿色免安装版
Download 官网x86安装版:MKVToolnix 24.0.0 Final安装版
Download 官网x64安装版:MKVToolnix 24.0.0 Final安装版

Download 官网x86绿色版:MKVToolnix 23.0.0 Final绿色免安装版
Download 官网x64绿色版:MKVToolnix 23.0.0 Final绿色免安装版
Download 官网x86安装版:MKVToolnix 23.0.0 Final安装版
Download 官网x64安装版:MKVToolnix 23.0.0 Final安装版

Download 官网x86绿色版:MKVToolnix 20.0.0 Final绿色免安装版
Download 官网x64绿色版:MKVToolnix 20.0.0 Final绿色免安装版
Download 官网x86安装版:MKVToolnix 20.0.0 Final安装版
Download 官网x64安装版:MKVToolnix 20.0.0 Final安装版

Download 官网x86绿色版:MKVToolnix 19.0.0 Final绿色免安装版
Download 官网x64绿色版:MKVToolnix 19.0.0 Final绿色免安装版
Download 官网x86安装版:MKVToolnix 19.0.0 Final安装版
Download 官网x64安装版:MKVToolnix 19.0.0 Final安装版

Download 官网x86绿色版:MKVToolnix 18.0.0 Final绿色免安装版
Download 官网x64绿色版:MKVToolnix 18.0.0 Final绿色免安装版
Download 官网x86安装版:MKVToolnix 18.0.0 Final安装版
Download 官网x64安装版:MKVToolnix 18.0.0 Final安装版

分享此文:

  • 按一下即可分享至 X(在新視窗中開啟) X
  • 按一下以分享至 Facebook(在新視窗中開啟) Facebook
  • 分享到 WhatsApp(在新視窗中開啟) WhatsApp
  • 按一下以分享到 Telegram(在新視窗中開啟) Telegram
  • 分享到 Pinterest(在新視窗中開啟) Pinterest
  • 分享到 Reddit(在新視窗中開啟) Reddit
  • 按一下即可以電子郵件傳送連結給朋友(在新視窗中開啟) 電子郵件
  • 點這裡列印(在新視窗中開啟) 列印

相關


Windows 軟件下載, 影音媒體

Post navigation

PREVIOUS
Adguard v6.4.1814.4903 Final 多语言中文注册版-广告拦截器
NEXT
Apple News读者数量破9000万 传即将推出订阅服务

發表迴響取消回覆

這個網站採用 Akismet 服務減少垃圾留言。進一步了解 Akismet 如何處理網站訪客的留言資料。

More results...

Generic filters
Exact matches only
Search in title
Search in content
Search in excerpt
Filter by 分類
網站公告
Featured
限時免費
Windows 軟件下載
系統軟件
辦公軟件
圖像處理
影音媒體
網絡軟件
應用軟件
Mac 軟件下載
安卓軟件下載
網絡資訊
Mac資訊
Linux資訊
VPS資訊
NASA資訊
WordPress資訊
WeChat資訊
PHP資訊
教學資源
開源程序
網頁工具
SEO工具
醫療健康
其他資訊
Content from
Content to
2018 年 10 月
一 二 三 四 五 六 日
1234567
891011121314
15161718192021
22232425262728
293031  
« 9 月   11 月 »

分類

  • 網站公告
  • 限時免費
  • Windows 軟件下載
  • 系統軟件
  • 辦公軟件
  • 圖像處理
  • 影音媒體
  • 網絡軟件
  • 應用軟件
  • Mac 軟件下載
  • 安卓軟件下載
  • 網絡資訊
  • Mac資訊
  • Linux資訊
  • VPS資訊
  • NASA資訊
  • WordPress資訊
  • WeChat資訊
  • PHP資訊
  • 教學資源
  • 開源程序
  • 網頁工具
  • SEO工具
  • 醫療健康
  • 其他資訊

彙整

近期文章

  • NEO半導體將模仿快閃記憶體製造512GB記憶體採用3D X-DRAM結構進行堆疊 2025-05-22
  • 高合汽車或將復活:全新公司成立註冊資本超10億 2025-05-22
  • 電影《尋秦記》宣布2025賀歲檔上映古天樂等原班人馬回歸 2025-05-22
  • 2025年版Model 3歐洲NCAP測驗成績公佈:五星 2025-05-22
  • 彩虹-YH1000無人物流機首飛成功一口氣能飛1500公里 2025-05-22
  • 微軟正在開發Windows 11/Android跨裝置復原功能 2025-05-22
  • 全球TWS耳機出貨量最新排名:小米殺上第二首度突破900萬副 2025-05-22
  • 用印度程式設計師假扮AI的獨角獸宣告倒閉微軟亞馬遜都曾被坑 2025-05-22
  • 福特CEO驚嘆中國車企研發速度:只有傳統車廠一半時間 2025-05-22
  • 儘管創辦人面臨法律風險Telegram獲利仍躍升至5.4億美元 2025-05-22

熱門文章與頁面︰

  • 微軟員工再次擾亂Satya Nadella 的主題演講
  • Google製作了專門針對UI設計的AI開發工具
  • 您可以在Windows 11 24H2 中找回WordPad
  • ROG NUC 2025迷你遊戲PC上市:Ultra 9 275HX+RTX 5080首發24999元
  • 索泰展示全球最小RTX 5060 Ti 16GB主機機箱容量僅2.65公升
  • 半導體資本支出驟降代工巨頭擴張速度減緩
  • 一文看懂Google I/O 2025開發者大會: Android、Chrome、搜尋、Gemini
  • 打車叫到特斯拉不會開門很尷尬?官方介紹開關門方法
  • z-sms – 在線免費云短信臨時手機號接碼平台網頁版
  • 六年後Razer終於為Mac帶來了Synapse配置實用程式

投遞稿件

歡迎各界人士投遞稿件到admin@wongcw.com

請提供以下資料:

1.你的名字

2.你的電郵

3.分類目錄

4.文章標題

5.文章摘要

6.文章內容

7.文章來源

 

聯繫我們

查詢,投稿,商務合作:
​admin@wongcw.com
​技術支援:
​support@wongcw.com
​客户服務:
​cs@wongcw.com

QQ群:833641851

快帆

MALUS

極度掃描

DMCA.com Protection Status

WONGCW 網誌

  • 免責聲明
  • 捐助我們
  • ThemeNcode PDF Viewer
  • ThemeNcode PDF Viewer SC
  • Events

服務器提供

本站使用之服務器由ikoula提供。

聯繫我們

查詢,投稿,商務合作:
​admin@wongcw.com
​技術支援:
​support@wongcw.com
​客户服務:
​cs@wongcw.com

QQ群:833641851

© 2025   All Rights Reserved.
 

載入迴響中...