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

WONGCW 網誌

記錄生活經驗與點滴

MKV制作和封装工具 MKVToolNix v51.0.0

MKV制作和封装工具 MKVToolNix v51.0.0

2020-10-05 Comments 0 Comment

mkvtoolnix (又叫Matroska toolkit),是一套功能強大的mkv(Matroska)格式製作和處理的工具,支持將多種視頻、音頻、字幕等格式封裝成mkv格式。mkvtoolnix新版本提供了安裝程序。

特點:

1運行mmg.exe後,會彈出軟件的圖形界面,首先選擇“Input”選擇卡,點擊上部“Input files”處的“add”按鈕,將要合併的視頻、音頻、字幕文件一一添加到文件列表中,Mkvtoolnix功能的強大主要體現在能導入的格式上,除了MPEG視頻外,幾乎所有的主流音、視頻格式它都能容納,包括OGM和MKV格式本身!

2、軌道設置
如果視頻中已經包括有音頻,它還可以選擇是保留還是不保留該音頻!如果要去掉原有的音頻,先在文件列表中選中該視頻文件,然後在下面的Tracks列表中將音軌前的勾去掉即可。這樣的功能要比OGM方便得多!所有的軌道都可以加上語言類型、標題、作者等標示,先選定某個軌道,然後在下面“Track Options”處的“Language”下拉列表中進行選擇。在字幕或聲音不同步的情況下,還可設置聲軌和字幕播放的延時時間,可將延時數值填入Delay後的文字框(單位為毫秒)。

3、文件分割
如果想將合併好的MKV文件刻入光盤,而最終合併好的文件可能超過光盤的容量的話,你可以對文件進行分割。選擇“Global(全局)”選項卡,在其中的“Split(分割)”欄中勾選“Enable splitting(進行分割)”,分割有兩種方式:“by size(按文件尺寸)”、“by time(按時間)”,這里當然應該按尺寸,具體的尺寸可從後面的下拉列表中選擇。

4、輸出
界面中的其它選項卡都是無關緊要的,可以不管。最後,在下面的“Output filename(輸出文件名)”處設置輸出文件的路徑及名稱後,點擊“Start Muxing(開始合併)”按鈕輸出MKV文件。另外,Mkvtoolnix也可用於分離MKV文件,只要將MKV文件導入,再將每個碼流單獨命名輸出就形了。

更新日誌

v50.0.0 “Awakenings” (2020-09-06):

New feature: IETF BCP 47 language tags
I’ve written up a [nice FAQ entry] about the switch to using IETF BCP 47 language tags, how they interact with legacy language elements, how the programs actually behave and how to disable their use if necessary.
mkvmerge: IETF BCP 47/RFC 5646 language tags: mkvmerge will now accept full BCP 47 language tags for all options taking a language. mkvmerge will always write “LanguageIETF” track header elements. If the language tag contains a valid ISO 639- 2 language code it will also set the legacy “Language” track header element to the included ISO 639-2 code.
mkvmerge: IETF BCP 47/RFC 5646 language tags: if present the “LanguageIETF” track header element will be reported as the ` language_ietf` property in JSON identification mode.
mkvmerge: IETF BCP 47/RFC 5646 language tags in chapters: mkvmerge will now write “ChapLanguageIETF” elements when creating chapter atoms, either when reading the simple chapter format or when generating chapters due to the `–generate-chapters` command line option.
mkvmerge: IETF BCP 47/RFC 5646 language tags in tags: mkvmerge will now write “TagLanguageIETF” elements when creating “simple tag” elements, either when reading tag XML files or when generating them.
mkvmerge: IETF BCP 47/RFC 5646 language tags : added an option `–disable-language-ietf` that causes mkvmerge to only write the legacy language elements.
mkvmerge, mkvpropedit, MKVToolNix GUI’s chapter editor: IETF BCP 47/RFC 5646 language tags in chapters: when reading XML chapter files the programs will now add “ChapLanguageIETF” elements for atoms that don’t contain them. The values are derived from existing “ ChapterLanguage” elements.
mkvpropedit: IETF BCP 47/RFC 5646 language tags: setting/deleting the track language now acts on both the old language element as well as the “LanguageIETF” track header element.
* mkvpropedit: IETF BCP 47/RFC 5646 language tags: added an option `–disable-language-ietf` that causes mkvpropedit to apply changes to the `language` track header property only to the legacy language track header element.
mkvinfo: IETF BCP 47/RFC 5646 language tags: added support for the “LanguageIETF” track header element.
MKVToolNix GUI: multiplexer: added full support for IETF BCP 47/RFC 5646 language tags for both track and chapter languages.
MKVToolNix GUI: chapter: added full support for IETF BCP 47/RFC 5646 language tags for chapter languages.
MKVToolNix GUI: header editor : added full support for IETF BCP 47/RFC 5646 language tags for track header languages. The header editor allows editing of the legacy language elements and the IETF BCP 47 language elements independent of each other.

Other new features and enhancements
mkvmerge: the chapter generation mode `when-appending` now also works with the splitting modes `parts:` & `parts-frames:` when using the `…,+…` syntax for appending other sections of the source file to the same destination file.
MKVToolNix GUI: multiplexer: the file selection dialogs now include the extension `.dtsma` for DTS files.
mkvmerge: MP4 reader: sped up parsing MP4 DASH files with a lot of segments (`trun` atoms ) quite a bit.
The PCRE2 regular expression library is now used instead of `std::regex` for big performance improvements in all places where regular expressions are used for parsing big chunks of text, eg in the subtitle parsers.
all programs: Windows: all programs now support long file names on Windows 10 release 1604 if they’re turned on in the registry.

Bug fixes
MKVToolNix GUI: preferences: under certain conditions changing the selected entry in the page tree on the left did not cause the page shown on the right to be updated.
mkvmerge: splitting text by a fixed string (eg `,`) is now done by using `std::string.find()` instead of using a regular-expression-based text splitting function, greatly improving its performance.
mkvmerge: mkvmerge will now read-buffer file I/O when probing text file formats which increases its speed significantly on Windows.
mkvmerge: MP4 reader: fixed handling of `tkhd` atoms of version 1.

Build system changes
The PCRE2 library (the 8-bit variant) is now required.

官網https://mkvtoolnix.download/downloads.html

官方下載
32位綠色免安裝版
64位綠色免安裝版
32位安裝版
64位安裝版

分享此文:

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

相關


Windows 軟件下載, 影音媒體

Post navigation

PREVIOUS
硬盤保護工具Secret Disk Professional 2020.04
NEXT
Microsoft Windows and Office ISO Download Tool v8.40

發表迴響取消回覆

這個網站採用 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
2020 年 10 月
一 二 三 四 五 六 日
 1234
567891011
12131415161718
19202122232425
262728293031  
« 9 月   11 月 »

分類

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

彙整

近期文章

  • 華為Mate 60 Pro+價格公佈:8999元起 2023-09-25
  • 華為Mate60 RS非凡大師發表售價11999元起 2023-09-25
  • 華為WATCH GT 4發表:獨特「八角形」設計1488元起 2023-09-25
  • 梅西一張票炒到1萬美元「倒票」嚴重導緻美國改變稅收規定 2023-09-25
  • LG Display宣布量產用於筆記型電腦的17吋可折疊OLED面板 2023-09-25
  • 微軟正招募相關技術人才計畫建造核動力資料中心 2023-09-25
  • 哈伯太空望遠鏡捕捉到星系SDSS J103512.07+461412.2 2023-09-25
  • 被阿里巴巴大樓上的吉祥物笑死:天貓晚上只剩下兩隻大眼 2023-09-25
  • 華為發表首款隔空觸控電視智慧螢幕V5 Pro:內建鴻餛飩900晶片24999元起 2023-09-25
  • 華為FreeBuds Pro 3發表:麒麟A2晶片加持1.5Mbps傳輸速率 2023-09-25

熱門文章與頁面︰

  • 打車叫到特斯拉不會開門很尷尬?官方介紹開關門方法
  • Autodesk AutoCAD 2021 正式版註冊版-簡體/繁體中文/英文版
  • 小米MIUI12(安卓11)安裝谷歌套件(GMS/Google Play)
  • 讓WIN10去強制縮放那些不支援DPI縮放的軟體或遊戲
  • 威力導演Cyber​​Link PowerDirector Ultimate v19.0.2108.0 破解版
  • R290易燃R32會爆炸?聊聊關於空調製冷劑的那些事
  • Chrome測試新界面:讓用戶快速更改頭像和主題顏色
  • 下載WINDOWS10 登入畫面的圖片 (WINDOWS焦點)
  • 鳥寶寶有多內捲?為了讓父母投餵自己長出恐怖的嘴巴
  • Explorer Patcher:讓Windows 11恢復Windows 10的行為特徵

投遞稿件

歡迎各界人士投遞稿件到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

© 2023   All Rights Reserved.
 

載入迴響中...