Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
45210
Reakcje/Polubienia
37073

MKVToolnix 83.0

# Version 83.0 "Circle Of Friends" 2024-03-10

## New features and enhancements

* translations: added a Belarusian translation of the programs & the man pages
by prydespar (see `AUTHORS`).
* mkvmerge, MKVToolNix GUI's chapter editor: added support for reading
chapters from ffmpeg metadata files. Implements #3676.
* MKVToolNix GUI: added a new action type for execution after jobs or the
queue finishes: quitting MKVToolNix. Implements #3677.

## Build system changes

* The bundled `fmt` library was updated to v10.2.1.

## Other changes

* Tons of changes were made to support the latest development versions of
libEBML & libMatroska.
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
45210
Reakcje/Polubienia
37073
MKVToolnix 84.0​
# Version 84.0 "Sleeper" 2024-04-28

## New features and enhancements

* mkvmerge: added a new file-specific option `--regenerate-track-uids`. When
used for Matroska files, `mkvmerge` will generate new random track UIDs
instead of keeping existing track UIDs. This is done automatically when a
Matroska file was created by MakeMKV.
* mkvmerge: MP4 reader: added support for FLAC in MP4. Implements #3692.
* MKVToolNix GUI: multiplexer: the "Attachments" tab's title will now include
the total number of attachments (both from source files & to newly
attach). Implements #3693.
* translations: added a Norwegian Bokmål translation of the programs by Roger
Knutsen (see `AUTHORS`).

## Bug fixes

* configure: when called with `--disable-gui` the build system still ran the
check for the GUI libraries & failed if they weren't found. This check is
now skipped when the option is given. Fixes #3680.
* mkvmerge: several color-related track header properties were parsed into &
stored as a wrong integer type internally. This could result in wrong values
being copied when very large values were present in source files, or in
error messages when very large values were used as command-line parameters.
* MKVToolNix GUI: multiplexer: the keyboard shortcuts from the "modify
selected tracks" sub-menu didn't work right after opening a file. They only
started working after opening the "multiplexer" menu. Fixes #3681.

## Build system changes
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
45210
Reakcje/Polubienia
37073

MKVToolNix 86.0.0​

# Version 86.0 "Winter" 2024-07-13

## New features and enhancements

* mkvmerge: Matroska reader: track statistics tags are included in the JSON
identification output just like other tags had already been included: as
part of the track properties, prefixed with `tag_`. Implements #3714.
* mkvmerge: MPEG TS reader: mkvmerge will now detect teletext subtitle tracks
even if they're not listed in the PMT as long as it can find teletext pages
flagged as subtitles in the header within the probed ranged of the
file. Implements #3650.
* MKVToolNix GUI: multiplexer: the default mode for escaping the arguments in
the "Show command line" dialog can now be set in the preferences. Partially
implements #3709.
* MKVToolNix GUI: multiplexer: the "Show command line" dialog now includes the
command lines for all currently open multiplex settings, switchable with a
combo box. Partially implements #3709.
* MKVToolNix GUI: multiplexer: some users add the option
`--regenerate-track-uids` to the "additional options", even though
`--regenerate-track-uids` is a file-specific option, and you can only use
global options in the "additional options". However, the GUI currently
doesn't have an option for specifying additional file-specific options. The
GUI now detects the use of this option in the "additional options" & adds it
for each of the source files instead. Implements #3707.
* MKVToolNix GUI: multiplexer: the option `--regenerate-track-uids` has been
added to the "additional command line options" dialog. See #3703.
* translations: added a Norwegian Bokmål translation of the man pages by Roger
Knutsen (see `AUTHORS`).

## Bug fixes

* mkvmerge: when using timestamp files for subtitle tracks, mkvmerge will no
longer set a default duration for the track. Partially fixes #3711.
* mkvmerge: when using timestamp files for subtitle tracks, mkvmerge will no
longer queue frames longer than necessary, which resulted in the frames
sometimes being written much later than they should have been according to
their timestamps. Partially fixes #3711.
* mkvmerge: when using timestamp files for subtitle tracks, mkvmerge will now
write the packets' duration properly. Partially fixes #3711.
* MKVToolNix GUI: job queue: the shortcut from the "Job queue" menu are now
enabled correctly whenever the number of jobs in the queue changes (e.g. by
adding new jobs). Fixes #3720.
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
45210
Reakcje/Polubienia
37073

MKVToolnix 87.0

# Version 87.0 "Black as the Sky" 2024-09-07

## New features and enhancements

* mkvmerge: chapters: added support for specifying MPLS files with
`--chapters`, too, not just as regular source files. The documentation
stated this was possible already, but that wasn't actually the
case. Implements/fixes #3735.
* MKVToolNix GUI: multiplexer: added a progress dialog that is shown during
file identification.
* MKVToolNix GUI: jobs: the status bar now differentiates between numbers of
warnings/errors that occurred in the current session and those that occurred
before the current session. Implements #3732.

## Bug fixes

* mkvmerge: AAC parser: LOAS/LATM streams: if the first `AudioSpecificConfig`
element is not found within the first LOAS/LATM frame, `mkvmerge` will no
longer discard the frames before it but defer parsing them until after it
has found the `AudioSpecificConfig` element. Fixes #3727.
* MKVToolNix GUI: job queue: fixed the GUI crashing when re-ordering the jobs
in the job queue. This regression was introduced while fixing #3720. Fixes
#3729.

## Build system changes

* The bundled `fmt` library was updated to v10.2.1.
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
45210
Reakcje/Polubienia
37073

MKVToolnix 89.0

# Version 89.0 "And the Melody Still Lingers On (Night in Tunisia)" 2024-12-27

## New features and enhancements

* mkvmerge: AC-3 writer: mkvmerge will now use the codec ID `A_AC3` even for
streams with bitstream IDs 9 or 10 instead of the deprecated codec IDs
`A_AC3/BSID9` & `A_AC3/BSID10`. Fixes #2387.
* MKVToolNix GUI: multiplexer: the mechanism for setting track languages to
specific values upon adding a file has gotten a new option to always set the
language, no matter whether or not the source container provided a track
language or what it was set to.
* all command-line tools: implemented an escape mechanism for when you want to
use the `@` sign as the first character in an argument to an option such as
`--title`. To escape it the `@` sign has to be doubled as in `--title
@@midnight`. Implements #3768.

## Bug fixes

* mkvmerge, mkvpropedit, MKVToolNix GUI's multiplexer & header editor: the
MIME type for TrueType & OpenType fonts will be set properly to either the
current MIME types `font/ttf` & `font/otf` or to the legacy MIME types
`application/x-truetype-font` & `application/vnd.ms-opentype` depending on
whether the "use legacy font MIME types" option is disabled or enabled, even
if the MIME database used by Qt returns the wrong one or even other MIME
types such as `application/x-font-ttf` & `application/x-font-otf`. This was
the case on Windows due to Qt 6.7.3 switching to a different embedded MIME
database. Partially fixes #3751.
* MKVToolNix GUI's multiplexer & header editor: ensured that both the legacy &
the current font MIME types are always present in the MIME type combo boxes
of attachments, no matter what Qt's MIME type database contains. Partially
fixes #3751.
* MKVToolNix GUI: the "disable tooltips" option in the preference will now
disable the tooltip for the status bar, too.
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Mohammad.Poorya

Bardzo aktywny
Ekspert
Dołączył
19 Wrzesień 2018
Posty
3400
Reakcje/Polubienia
13764
Miasto
On a Bike!

MKVToolNix 91.0.0

Portable
Zaloguj lub Zarejestruj się aby zobaczyć!

Zaloguj lub Zarejestruj się aby zobaczyć!


Setup
Zaloguj lub Zarejestruj się aby zobaczyć!

Zaloguj lub Zarejestruj się aby zobaczyć!


Zaloguj lub Zarejestruj się aby zobaczyć!

Zaloguj lub Zarejestruj się aby zobaczyć!

# Version 91.0 "Signs" 2025-03-16

## Important notes

* The MKVToolNix project's source code repository, bug tracker and wiki have
been moved to [Codeberg](https://codeberg.org/mbunkus/mkvtoolnix).
* The customized MXE repository used for building the Windows variants has
been moved from Gitlab to [Codeberg](https://codeberg.org/mbunkus/mxe).

## New features and enhancements

* MKVToolNix GUI: multiplexer: added actions in the "Multiplexer" menu for
saving all currently open multiplexer tabs to a single `.mtxcfg`
file. Loading this file later will restore all tabs. Implements #3797.
* MKVToolNix GUI: multiplexer: when adding files the GUI can automatically
enable the "commentary" flag for audio and subtitle tracks if the file name
contains the word "comments" or "commentary" delimited by certain characters
(configurable). This feature is turned on by default. Part of the
implementation of #3798.
* MKVToolNix GUI: multiplexer: when adding files the GUI can automatically
enable the "original language" flag for audio and subtitle tracks if the
track's language matches one configured by the user (configurable). This
feature is turned off by default. Part of the implementation of #3798.
* MKVToolNix GUI: multiplexer: when adding files the GUI can automatically set
several track flags based on the file name. It can now look for the same
patters in the track names, too (configurable). This feature is turned on by
default. Part of the implementation of #3798.
* MKVToolNix GUI: multiplexer: added special drag & drop zones where users can
drop files to circumvent the preferences wrt. what to do with multiple
dropped files. Each drop zone corresponds to one of the three possible
choices (add all to current settings; create one new settings & add all
there; add new settings for each file & add one file to each). This feature
is turned off by default. Implements #3796.
* MKVToolNix GUI: multiplexer: added additional special drag & drop zones
where users can drop files to add them as attachments. One of the zones will
automatically set up the dropped file to function as a cover
image. Implements #3794.
* MKVToolNix GUI: multiplexer: when making destination file names unique by
suffixing them with a running number the GUI will now also consider the
destination file names of multiplex jobs currently in the queue that are
currently running or still waiting for execution. Implements #3801.

## Bug fixes

* mkvmerge: timestamps format v3: fixed the parser; it was completely broken
for the lines containing the duration & an optional number of frames per
second. Fixes #2285.
* mkvmerge: DTS parser: if the X96 extension is present in a DTS-HD High
Resolution stream, the sampling frequency will be set to 96kHz. This was
broken when reading DTS from elementary streams & from Matroska files. Fixes
#3288.
* mkvpropedit, MKVToolNix GUI's chapter & header editors: fixed a bug leading
to a segmentation fault when trying to replace an element at the end of the
file that's followed by only void elements (at least one). Fixes #3802.

## Build system changes

* The bundled `nlohmann-json` library was updated to v3.11.3.
 
Do góry