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 Page20 :: 軟體兄弟

MKVToolNix 歷史版本列表 Page20

最新版本 [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)


ImageMagick 7.1.0-0 (64-bit) 查看版本資訊

更新時間:2021-06-14
更新細節:

MPV-EASY Player 0.33.0.10 查看版本資訊

更新時間:2021-06-14
更新細節:

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

更新時間:2021-06-14
更新細節:

What's new in this version:

New features and enhancements:
- mkvmerge, MKVToolNix GUI's multiplexer: the handling of the "default track" flag has been changed to match the recent changes to the Matroska specifications. The new semantics are that if it is set, it is supposed to signal to the player that this track is eligible for being played by default, potentially taking other factors such as user preferences regarding languages into account.
- This implies that more than one track of each type can have this flag set. For example, a Blu-ray disc with three audio tracks might have the main audio in both English and Japanese, whereas the third audio track contains the director's comments. In such a case the first two tracks should have the "default track" flag set, the third one shouldn't.
- Earlier `mkvmerge` was enforcing that only one track of each type could have the flag set. This restriction has been removed, both in `mkvmerge` and in the GUI's multiplexer.
- `mkvpropedit` and the GUI's header editor are unaffected as they've always allowed to set the flag on as many tracks as the user wanted.
- mkvmerge: AVC/H.264 & HEVC/H.265 identification: added the stream's pixel dimensions (AVC only; were present for HEVC already) & default duration.
- mkvmerge, mkvextract: HEVC/H.265: added support for reading single-layer Dolby Vision from Annex B type bitstreams (elementary streams, MPEG transport streams). Patch by quietvoid.
- mkvinfo: the option `-X`/`--full-hexdump` now affects all binary elements, not just the frame data in `SimpleBlock` and `BlockGroup` elements.
- MKVToolNix GUI: multiplexer: the "delay" and "sync" options can now be used for chapters in source files, too.
- MKVToolNix GUI: when moving list entries up & down with the optional buttons or the keyboard shortcuts (instead of using drag & drop), the GUI ensures that the top-most selected entry remains visible after the move.
- MKVToolNix GUI: added an option in the preference to use legacy MIME types for font attachments instead of the current standard ones (e.g. 'application/x-truetype-font' instead of 'font/sfnt' and 'font/ttf').

Fixed:
- build system: fixed filtering out optimization options when compiling the file `iso639_language_list.cpp` (before only numeric optimization levels were filtered out and only if it wasn't the last option in the list of flags). See #3105 for context.
- build system: when libmagic was detected via `pkg-config`, MKVToolNix was actually compiled without support for libmagic due to a preprocessor symbol not being defined.
- mkvmerge: MP4 reader: fixed an issue with timestamps overflowing when the file's or the track's time scale is large.
- mkvmerge, mkvextract: fixed key frame handling for `BlockGroup` elements with a forward reference but no backward references. Patches by Tom Yan.
- mkvmerge, mkvpropedit, MKVToolNix GUI's chapter editor: the programs will no longer omit writing mandatory elements set to their default value if other elements of the same type are present in the same master. This affects mostly the "chapter language" element which may occur multiple times within the same "chapter display" master. If it does occur multiple times and one of them is set to "English" (which is that element's default value), that element will now be written, too. Part of the fix of #3120.
- mkvmerge, mkvpropedit, MKVToolNix GUI's chapter editor: when parsing chapter files IETF & legacy language elements as well as legacy country elements will now be properly generated depending on which exist already, especially when there's more than one language and/or country element in a "chapter display" element. Part of the fix of #3120.
- mkvmerge, mkvpropedit, MKVToolNix GUI's chapter editor: fixed reading OGM-style chapter files with timestamps that don't have exactly three decimal places. Any number of decimal places between one and nine is now supported for nanosecond precision.
- MKVToolNix GUI: chapter editor: added/fixed support for "chapter display" elements with multiple languages or countries. Part of the fix of #3120.
- Build system changes:
- Qt 6: added support for building with Qt 6. `configure` will look for Qt 6 first and only continue looking for Qt 5 if Qt 6 isn't found or disabled via `--disable-qt6`.
- Qt 6 detection works by first looking for the `qmake6` binary. Its location can be specified with the `--with-qmake6=…` option.
- All other Qt 6 related facts (such as compiler & linker flags or the position of the other required tools such as `lconvert`, `moc`, `rcc` and `uic`) will be derived from the output generated by `qmake6`.
- Note that at this point Qt 6 is not yet supported for the cross-compilation build to Windows, nor is a static Qt 6 build supported yet.
- Note that the command line options `--enable-static-qt`, `--with-qt-pkg-config-modules` and `--without-qt-pkg-config` only apply to the Qt 5 and have no effect on Qt 6.
- Qt 5: the options for specifying the position of the tools (`--with-moc=…`, `--with-rcc=…` and `--with-uic=…`) have been removed. Their position will now be derived from the output generated by `qmake`.
- `configure`: completely disabling the GUI now requires passing both `--disable-qt6` and `--disable-qt` options.
- Boost's multi-precision library is now required.
- Boost v1.66 or newer is now required.

Other changes:
- The Windows build is now using an updated version of the `file`/`magic` library for MIME type detection of attachments. This affects fonts whose MIME types will now be the current standard MIME types (e.g. `font/sfnt` or `font/ttf` for TrueType fonts). As this might pose problematic with older players that only support the legacy MIME type (e.g. `application/x-truetype-font`), a new option was added in the GUI's preferences to use the legacy MIME types instead of the current standard ones. This is off by default. Builds for other operating systems have already been using newer versions of the `file`/`magic` library for a long time.

Sandboxie Plus 0.8.1 (64-bit) 查看版本資訊

更新時間:2021-06-14
更新細節:

What's new in this version:

Added:
- Sandboxie now applies by default "Close...=!,..." directives to non-excluded images if they are located in a sandbox
- -- added 'AlwaysCloseForBoxed=n' to disable this behaviour as it may not be always desired, and it doesn't provide extra security
- added process image information to Sandman UI
- localized template categories in the Plus UI
- added "DisableResourceMonitor=y" to disable resource access monitor for selected boxes
- added option to show trace entries only for the selected sandbox
- added "UseVolumeSerialNumbers=y" that allows drive letters to be suffixed with the volume SN in the drive sandbox location
- -- it helps to avoid files mixed together on multiple pendrives using the same letter
- -- note: this option is not compatible with the recovery function of the Classic UI, only SandMan UI is fully compatible

Changed:
- portable cleanup message now has y/n/c options
- consolidated Proc_CreateProcessInternalW and Proc_CreateProcessInternalW_RS5 to remove duplicate code
- the ElevateCreateProcess fix, as sometimes applied by the Program Compatibility Assistant, will no longer be emulated by default
- -- use 'ApplyElevateCreateProcessFix=y' or 'ApplyElevateCreateProcessFix=program.exe,y' to enable it
- trace log gets disabled only when it has no entries and the logging is stopped

Fixed:
- APC issue with the new global hook emulation mechanism and WoW64 processes
- IPv6 issues with BlockPort options
- an issue with CheatEngine when "OpenWinClass=*" was specified
- memory corruption in SbieDrv
- crash issue with process elevation on CreateProcess calls
- process elevation when running in the built-in administrator account
- template preview resetting unsaved entries in box options window
- an issue with driver verifier and user handles
- driver memory leak of FLT_FILE_NAME_INFORMATION objects
- broken clipboard introduced in 5.50.0
- dcom launch issue on windows 7 32 bit introduced in 5.50.0

DS4Windows 3.0.9 (64-bit) 查看版本資訊

更新時間:2021-06-12
更新細節:

What's new in this version:

- Fixed obtaining source index item for Special Action list
- Allow Touchpad Click as an output for Macros
- Delay log message for virtual device association
- Updated ViGEmPluginFailure message to make reference to PurgeOldXInput utility
- Added PurgeOldXInput utility to Tools folder. Might be useful for deleting invalid virtual Xbox 360 controllers
- Updated Japanese translation. Contribution by toshixm
- Updated Czech translation. Contribution by MikeCZ23
- Bundled DS4Updater 1.5.5

DS4Windows 3.0.8 (64-bit) 查看版本資訊

更新時間:2021-06-06
更新細節:

What's new in this version:

- Fixed Special Action sorting to sort by user defined Action name
- Removed support for HidGuardian completely. HidHide is the only supported HID device blocking driver now

Sandboxie Plus 0.7.5 (64-bit) 查看版本資訊

更新時間:2021-06-06
更新細節:

What's new in this version:

Added:
- with "OpenClipboard=n" clipboard access for a sandbox can be now disabled

Changed:
- now by default the OpenBluetooth template is enabled to enable compatybility with unity games
- "PreferExternalManifest=program.exe,y" can now be set on a per process basis

Fixed:
- fixed compiled issues with the most recent vs2019 update
- fixed issue with vivaldi browser
- fixed some issues with box options in the plus ui
- fixed some issues with hw acceleration in chromium based browsers
- the stop all command now issues "kmdutill scandll" first to solve issues when the SbieDll.Dll is in use
- workaround for electorn apps, by forcing a additional commandline argument on the gpu renderer process

DS4Windows 3.0.7 (64-bit) 查看版本資訊

更新時間:2021-06-05
更新細節:

What's new in this version:

- Added slot# log messages to a gamepad connect/disconnect handler and 'permanent' slot debug msg. Contribution by mika-n
- Small special action fix when action trigger is somehow flagged as None
- Added support for virtual KB+M driver FakerInput v. 0.1. Needed to play Valorant and other apps that block SendInput events.
- Sort Special Action list by action name
- Fixed event order issue that caused output slots to not get disconnected
- Reduced mouse remainder cutoff to the hundredths place
- Fixed OutSlotDevice check to make sure Permanent slots are detached on service stop

ImageMagick 7.0.11-14 (64-bit) 查看版本資訊

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

Nexus Mod Manager 0.80.14 查看版本資訊

更新時間:2021-05-31
更新細節:

What's new in this version:

New features:
- Added Wrye Bash to the Fallout NV supported tools menu

Fixed:
- Fixed another issue causing the plugin list to get stuck (NMM will now allow you to move plugins when the load order is already invalid, it will still prevent you from breaking a valid load order)
- Fixed SSEdit QuickAutoClean shortcut