Jump to content

MKVToolNix 47.0.0


T3rM1nat0Rr3

Recommended Posts

T3rM1nat0Rr3

MKVToolNix is a small collection of tools (mkvmerge, mkvinfo, mkvextract, mkvpropedit and mmg) with a GUI that allows you to manipulate Matroska (MKV) files in several ways. You can use MKVToolNix to create, split, edit, mux, demux, merge, extract or inspect Matroska files. The program will also work with other video formats (AVI, MPEG, MP4, MPEG, Ogg/OGM, RealVideo, MPEG1/2, h264/AVC, Dirac, VC1) including some video codecs (such as VP9 video codec support - reading from IVF/Matroska/WebM files, extract to IVF files). Audio formats (AAC, FLAC, MP2, MP3, (E)AC3, DTS/DTS-HD, Vorbis, RealAudio) and also most subtitle formats (SRT, PGS/SUP, VobSub, ASS, SSA, etc.). MKVToolNix is a cross-platform application that will work on Windows (both 32 and 64-bit versions), Mac OS X and Linux.

Thanks to flash13 for the update.

Download

Link to comment
Share on other sites


  • Replies 5
  • Views 3.4k
  • Created
  • Last Reply

Version 47.0.0 "The Flower Kings"

New features and enhancements

  • mkvmerge: chapters: mkvmerge can now read chapters from DVDs if the user specifies the path to a DVD folder structure via the --chapters … parameter. By default chapters from the first title will be imported. This can be changed by append :<title number> to the file/directory name in the --chapters … argument, e.g. --chapters /srv/dvds/BigBuckBunny/VIDEO_TS:3 This feature requires mkvmerge to have been built with the libdvdread library. Part of the implementation of #2808.
  • mkvmerge: added --engage append_and_split_flac that enables mkvmerge to append and split FLAC tracks, restoring pre-v45 behavior. The resulting tracks will be broken: the official FLAC tools will not be able to decode them and seeking will not work as expected.
  • MKVToolNix GUI: multiplexer: added support for mkvmerge's new support for reading chapters from DVDs if both have been built with the libdvdread library. Part of the implementation of #2808.
  • MKVToolNix GUI: multiplexer: when deriving languages from file names the GUI will now look for simplified language names instead of the full ones (e.g. instead of looking for "Greek, Modern (1453-)" it would simply look for "Greek").
  • MKVToolNix GUI: multiplexer: the options in the "additional command-line options" dialog are now sorted alphabetically. Additionally the --append-mode option has been added as one of the only missing global options.
  • MKVToolNix GUI: chapter editor: the chapter editor can now read chapters from DVDs if MKVToolNix has been build with the libdvdread library. Part of the implementation of #2808.
  • MKVToolNix GUI: header editor: added an option in the preferences for displaying all date & time values in UTC instead of the local time zone. Implements #2814.

Bug fixes

  • all: fixed a crash when using the MTX_LOGGER=file syntax for logging debug messages without specifying a file name to log to. It will now log to a file called mkvtoolnix-debug.log in the system's default temporary directory, as initially intended.

Build system changes

  • The libdvdread library will be used if found via pkg-config. If it is found, support for reading chapters from DVDs will be enabled in mkvmerge and the MKVToolNix GUI. Part of the implementation of #2808.
  • Boost's Date/Time, Lexical Cast, Range, Range Adaptors, Tri-Bool, Variant libraries are not used anymore.
  • MKVToolNix now requires a C++ compiler & standard library that support the following features of the C++17 standard: "std::variant", "std::gcd". For the GNU Compiler Collection (gcc) this means v7 or newer; for clang it means v4 or newer — the same versions required by earlier MKVToolNix versions.
  • MKVToolNix now requires version 6.1.0 of fmtlib or later for the fmt::to_string function and bugfixes to the formatting of floating point numbers. If a system-wide version is installed that's older, the bundled copy will be used.
  • The bundled version of fmtlib has been updated to release 6.2.1.

 

 

Link to comment
Share on other sites


1 hour ago, shamu726 said:

Version 47.0.0 "The Flower Kings"

New features and enhancements

  • mkvmerge: chapters: mkvmerge can now read chapters from DVDs if the user specifies the path to a DVD folder structure via the --chapters … parameter. By default chapters from the first title will be imported. This can be changed by append :<title number> to the file/directory name in the --chapters … argument, e.g. --chapters /srv/dvds/BigBuckBunny/VIDEO_TS:3 This feature requires mkvmerge to have been built with the libdvdread library. Part of the implementation of #2808.
  • mkvmerge: added --engage append_and_split_flac that enables mkvmerge to append and split FLAC tracks, restoring pre-v45 behavior. The resulting tracks will be broken: the official FLAC tools will not be able to decode them and seeking will not work as expected.
  • MKVToolNix GUI: multiplexer: added support for mkvmerge's new support for reading chapters from DVDs if both have been built with the libdvdread library. Part of the implementation of #2808.
  • MKVToolNix GUI: multiplexer: when deriving languages from file names the GUI will now look for simplified language names instead of the full ones (e.g. instead of looking for "Greek, Modern (1453-)" it would simply look for "Greek").
  • MKVToolNix GUI: multiplexer: the options in the "additional command-line options" dialog are now sorted alphabetically. Additionally the --append-mode option has been added as one of the only missing global options.
  • MKVToolNix GUI: chapter editor: the chapter editor can now read chapters from DVDs if MKVToolNix has been build with the libdvdread library. Part of the implementation of #2808.
  • MKVToolNix GUI: header editor: added an option in the preferences for displaying all date & time values in UTC instead of the local time zone. Implements #2814.

Bug fixes

  • all: fixed a crash when using the MTX_LOGGER=file syntax for logging debug messages without specifying a file name to log to. It will now log to a file called mkvtoolnix-debug.log in the system's default temporary directory, as initially intended.

Build system changes

  • The libdvdread library will be used if found via pkg-config. If it is found, support for reading chapters from DVDs will be enabled in mkvmerge and the MKVToolNix GUI. Part of the implementation of #2808.
  • Boost's Date/Time, Lexical Cast, Range, Range Adaptors, Tri-Bool, Variant libraries are not used anymore.
  • MKVToolNix now requires a C++ compiler & standard library that support the following features of the C++17 standard: "std::variant", "std::gcd". For the GNU Compiler Collection (gcc) this means v7 or newer; for clang it means v4 or newer — the same versions required by earlier MKVToolNix versions.
  • MKVToolNix now requires version 6.1.0 of fmtlib or later for the fmt::to_string function and bugfixes to the formatting of floating point numbers. If a system-wide version is installed that's older, the bundled copy will be used.
  • The bundled version of fmtlib has been updated to release 6.2.1.

 

 

 

 

FLOWER KINGS...??

 

SEE WAT THE SITE SHOWING...

 

https://mkvtoolnix.download/doc/NEWS.md

 

# Version 47.0.0 "Black Flag" 2020-05-30

 

 

 

Link to comment
Share on other sites


16 hours ago, shamu726 said:

xre0ca0.png

 

 

 

yea.. but site shows diff ??

strange

 

app showing wat and developers(site) showing wat ???

malfunctioning lol

 

Link to comment
Share on other sites


MKVToolNix 47.0.0 Multilanguage PortableApps by mwayne's (17.45 MB)

 

Site:   https://sourceforge.net

Sharecode:   /projects/mwayne/files/MKVToolNixPortable/MKVToolNixPortable_47.0.0_Dev_Test_1.paf.exe/download

 

MKVToolNix 47.0.0 Multilanguage (x85/x64) PortableNAMP (18,28 MB / 18.93 MB)

 

+ gMKVExtractGUI v2.5.2

 

Site:   https://numerico.altervista.org

Sharecode:   /26/M/MKVToolNixPortable_47.0.0_x86.paf.exe

 

+ gMKVExtractGUI v2.5.2

 

Site:   https://numerico.altervista.org

Sharecode:   /26/M/MKVToolNixPortable_47.0.0_x64.paf.exe

 

MKVToolNix 47.0.0 with MediaInfo 20.03 and gMKVExtractGUI 2.5.2 Multilingual| Joo Seng's Portable Applications (39.09 MB)

 

Site:   https://www.upload.ee

Sharecode:   /files/11797753/MKVToolNixPortable_47.0.0-MediaInfo_20.03-gMKVExtractGUI_2.5.2_Multilingual.paf.exe.html

Link to comment
Share on other sites


Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...