TinyButStrong Error in field [var.version...]: the key 'version' does not exist or is not set in VarRef. (VarRef seems refers to $GLOBALS) This message can be cancelled using parameter 'noerr'.

TinyButStrong Error in field [var.version...]: the key 'version' does not exist or is not set in VarRef. (VarRef seems refers to $GLOBALS) This message can be cancelled using parameter 'noerr'.
 MKVToolNix 軟體歷史版本 Download Page63 :: 軟體兄弟

MKVToolNix 歷史版本列表 Page63

最新版本 [var.version]

MKVToolNix 歷史版本列表

MKVToolNix 是一套在 Linux 和 Windows 下創建,更改和檢查 Matroska 文件的工具。他們為 Matroska 做了 OGM 工具為 OGM 格式做了些什麼,然後做了一些。它支持處理幾個輸入文件,就好像它們已經被二進制級聯成一個大的輸入文件一樣.8997423 選擇版本:MKVToolNix 19.0.0(32 位)MKVToolNix 19.0.0(64 位) MKVToolNix 軟體介紹

MKVToolNix (32-bit)MKVToolNix (64-bit)


MKVToolNix 30.1.0 (64-bit) 查看版本資訊

更新時間:2019-01-06
更新細節:

What's new in this version:

- Build system: fixed building on non-UTF-8 locales
- MKVToolNix GUI: multiplexer: implemented a workaround for drag & drop not working on macOS with Qt 5.12 due to a bug in Qt 5.12
- MKVToolNix GUI: chapter editor: when opening a Matroska/WebM file that doesn't contain chapters and later saving chapters back to them, the editor was truncating the file down to a couple of KB in size. This was a regression introduced with the implementation of #2439 in v30.0.0

WinUtilities Professional Edition 15.46 查看版本資訊

更新時間:2019-01-06
更新細節:

What's new in this version:

WinUtilities Professional Edition 15.46
- Updated plugins for History Cleaner module
- Updated database
- Updated translations
- Performance improvements and bug fixes


WinUtilities Professional Edition 15.45
- Updated database
- Updated translations
- Performance improvements and bug fixes


WinUtilities Professional Edition 15.44
- Added new Process Checker feature Updated database Performance improvements and bug fixes


WinUtilities Professional Edition 15.43
- Updated database Performance improvements and bug fixes


WinUtilities Professional Edition 15.42
- Added 10+ new plugins for History Cleaner
- Improved 1-click maintenance module
- Performance improvements and bug fixes


WinUtilities Professional Edition 15.4
- Added 10+ new plugins for History Cleaner
- Improved 1-click maintenance module
- Performance improvements and bug fixes


WinUtilities Professional Edition 15.22
- Change log not available for this version

MKVToolNix 30.0.0 (64-bit) 查看版本資訊

更新時間:2019-01-04
更新細節:

What's new in this version:

New features and enhancements:
- mkvextract: WAV extractor: mkvextract will now write W64 files instead of WAV files if the file name extension is `.w64` or if the final file size is bigger than 4 GB, the file size limit for WAV files. Implements #2458
- MKVToolNix GUI: multiplexer: a new button was added next to the "destination file" controls. Clicking it shows a menu with the ten most recently used output directories. Selecting one of them will change the destination file to the selected directory keeping the file name
- MKVToolNix GUI: multiplexer (preferences): the ten most recently used values for the "relative output directory" and "fixed output directory" settings are now saved. The corresponding settings have been changed into combo boxes allowing quick access to those recent values
- MKVToolNix GUI: multiplexer (preferences): the predefined split sizes and durations can now be customized in the preferences
- MKVToolNix GUI: chapter editor: added an option in the "Chapter editor" menu for appending chapters from an existing file to the currently open editor tab
- MKVToolNix GUI: chapter editor: added an action in the context menu for copying the selected entry and all of its children to another open editor tab

Bug fixes:
- mkvmerge: all files opened for writing will now be flushed once before they're closed. This ensures the operating system actually writes all cached data to disk preventing data loss in certain situations such as power outages or buggy drivers in combination with suspending the computer
- mkvmerge: AAC: under certain conditions 8 channel audio files were taken for 7 channel ones
MKVToolNix GUI: multiplexer: removing a file added as an "additional part" will no longer cause a crash
- source code: fixed compilation with Boost 1.69.0 after API-breaking change to the `boost::tribool` class

pdfFactory 6.36 查看版本資訊

更新時間:2018-12-18
更新細節:

What's new in this version:

- Assorted bug fixes and performance improvements

pdfFactory 6.35 查看版本資訊

更新時間:2018-12-08
更新細節:

What's new in this version:

- Fixed a bug that sometimes caused pdfFactory to become unresponsive when the mouse was right-clicked
- Fixed a bug that caused extraneous white lines to appear in the onscreen preview
- Fixed display and scrolling bugs that sometimes happened when fine-zooming in thumbnail view (i.e. Ctrl+Alt+0, Ctrl Alt +, Ctrl Alt-)
- Fixed a bug that caused the Send command to fail for long email messages

MKVToolNix 29.0.0 (64-bit) 查看版本資訊

更新時間:2018-12-03
更新細節:

What's new in this version:

Important notes:
- The string formatting library used was switched from `boost::format` to [`fmt`]. See the section "Build system changes" for details

New features and enhancements:
- MKVToolNix GUI: added an option in the preferences for disabling automatic scaling for high DPI displays
- MKVToolNix GUI: the GUI will now prevent the system from going to sleep while the job queue is running. This feature is implemented for macOS, Windows and Linux/Unix systems where the `org.freedesktop.login1.Manager` D-Bus interface is available

Bug fixes:
- Mkvmerge: chapter generation: the start timestamps of chapters generated in intervals was wrong for files whose smallest video timestamp was bigger than 0
- Mkvmerge: MP4 reader: fixed handling of atoms whose size exceeds the parent atom's size
- Mkvmerge, MKVToolNix GUI's chapter editor: the chapter name template will now also be used when reading Ogg-style chapter files with empty chapter names
- Mkvextract: AAC: mkvextract will now write the program config element (PCE) before the first AAC raw data packet if the PCE is present in the `AudioSpecificConfig` structure in the `Codec Private` Matroska element. The PCE carries vital information about the number of channels and is required in certain cases
- Mkvpropedit, MKVToolNix GUI's header editor: in situations when a one-byte space must be covered by a new EBML void element the following element must be moved up instead. If that moved element is a cluster, the corresponding cue entries will now be updated to reflect the cluster's new position
- MKVToolNix GUI: Windows: the application manifest is now included properly so that Windows actually recognizes it

Build system changes:
- Qt's D-Bus implementation is now required for building on systems other than macOS and Windows, The `boost::format` library is not used anymore
- The [`fmt` library]is now required. Versions 3 and newer are supported. As not all Linux distributions include packages for the library, its release 5.2.1 comes bundled with MKVToolNix. The `configure` script will check for a system version of the library and use it if present and recent enough. Otherwise it will fall back to the bundled version and link that statically

PricePrint 7 查看版本資訊

更新時間:2018-11-24
更新細節:

pdfFactory 6.34 查看版本資訊

更新時間:2018-11-02
更新細節:

What's new in this version:

- display and performance improvements
- fixed a bug that sometimes caused bitmaps on rotated pages to be imaged incorrectly
- (Pro only) better usability when working with line and shape notes

PeaZip Portable 6.6.1 (64-bit) 查看版本資訊

更新時間:2018-10-28
更新細節:

What's new in this version:

Backend:
- Updated backend to UPX 3.95

Code:
- Various fixes

Extraction and Archiving:
- Added option to force extraction of unknown file types with PeaZip
- check "Extract unsupported file types" option on Advanced tab of extraction screen
- check "PeaZip" to force using PeaZip as extractor (default), uncheck "PeaZip" to define a custom extractor
- Fixed issue in extraction of ACE files (unace plugin is required, no need to redownload / reinstall the existing plugin)
- Fixed issues preventing tasks being launched from Console tab in some cases
- Working path can be now set to output, temp, custom (user defined directory), or none

BirdFont for Windows 3.14.2 查看版本資訊

更新時間:2018-10-26
更新細節:

What's new in this version:

- Better conversion from SVG to font