|
![]() [ View full size screenshot ] |
| Version | Date Released | Status | Release Notes |
| 5.6.0 | May 28, 2012 | New Release | · documentation: Added Spanish translation of mmg's guide · mkvmerge: bug fix: SRT subtitle entries with colons as the decimal separator are accepted. Fix for issue 754 · mkvmerge: bug fix: XML tag files with tags that only contained a name and nested were wrongfully rejected as invalid. Fixes issue 752 · mkvmerge: enhancement: mkvmerge was optimizied to keep cluster timecodes strictly increasing in most situations · all: Added a translation to Polish · mkvextract: bug fix: Extraction of AVC/h.264 was completely broken after 2012-04-09 resulting in files with a length of 0 bytes |
| 5.5.0 | Apr 10, 2012 | New Release | · Build system: Boost's "lexical_cast" and "type traits" libraries are now required. · mmg: new feature: Added GUI controls for mkvmerge's "file concatenation" feature as "additional file parts". The user can choose which individual files are treated as if they were a single huge source file. · mkvmerge: bug fix: The handling of the "do not read other files" options (e.g. "=file.vob" and "( file.vob )") was broken for MPEG program stream files. · mkvmerge: bug fix: Fixed a wrong assertion about minimum MPEG 1/2 video start code lengths. Fixes ticket 728. · mkvmerge, mmg: new feature: Added support for keeping only certain timecode ranges from the source files with a new format to "--split": "--split parts:...". Implements ticket #518. |
| 5.4.0 | Mar 15, 2012 | New Release | · mkvmerge: bug fix: Fixed wrong calculation of the maximum number of ns per cluster in certain fringe cases if timecode scale was nset to "auto" mode ("--timecode-scale -1"). Fix for bug 707. build system: The C++ compiler must now support the C++11 · keyword 'nullptr'. configure checks for it. For GCC this means at least v4.6.0. · mkvinfo: new feature: mkvinfo will output the track ID that mkvmerge and mkvextract would use for a track. This information is shown alongside the "track number" element in verbose mode and in the track summary in summary mode. · mkvmerge, mmg: enhancement: The "--default-duration" in mkvmerge and the "FPS" drop down box in mmg now accept "p" or "i" as a unit as in e.g. "25p" or "50i". Several commonly used values have been added to mmg's "FPS" drop down box and others removed. |
| 5.3.0 | Feb 10, 2012 | New Release | · mkvmerge: new feature: mkvmerge will parse and apply the audio encoder delay in MP4 files that contain said information in the format that iTunes writes it. Fix for bug 715. · mkvmerge: new feature: Implemented support for treating several input files as if they they had been concatenated binarily into a single big input file. Snytax is "mkvmerge -o out.mkv ( in1.ts in2.ts in3.ts )". This feature has already been present since version 5.1.0 but never been mentioned in the ChangeLog. Support for this feature in mmg is still missing. · mkvmerge: bug fix: Blocks with "BlockAdditions" will no longer be muxed as "SimpleBlock" elements discarding the additions but instead as "BlockGroup" elements. This applies to e.g. WAVPACK4 tracks with correction files as the correction data is stored in "BlockAdditions". Fix for bug 713. |
| 5.2.0 | Dec 19, 2011 | New Release | · mkvmerge, mmg: bug fix: Automatic MIME type recognition for TrueType fonts will result in "application/x-truetype-font" again instead of "application/x-font-ttf". Fix for bug 682. · documentation: enhancement: Added a Ukrainian translation for mkvextract's man page. · mkvinfo: bug fix: Various elements used to have a space between their names and their value's hex dump. In v5.1.0 that space was accidentally removed. It has been added again. Fix for bug 583. · mkvmerge: bug fix: Turn off input file buffering for badly interleaved MP4 files. · mkvmerge: bug fix: Changed how mkvmerge assigns IDs to tracks in source files for Matroska and MP4 files. That way files whose headers contain the same ID for multiple tracks will work correctly. Fix for bug 681. · mkvmerge: enhancement: The VP8 output module will always re-derive frame types (key frame vs. non-key frame). · mkvmerge: bug fix: VP8 read from AVI could not be put into WebM compatible files. |
| 5.0.1 | Nov 14, 2011 | New Release | · 2011-10-09 Moritz Bunkus · Released v5.0.1. · 2011-10-08 Moritz Bunkus · build system: Updated the Debian/Ubuntu files to debhelper v7/quilt 3.0 format. · mkvmerge: enhancement: Implemented support for yet another way of storing EAC3 and DTS in MPEG transport streams. · 2011-10-05 Moritz Bunkus · mkvinfo: bug fix: Track information was not reset when opening more than one file in the GUI. · 2011-10-03 Moritz Bunkus · mkvmerge: bug fix: The PGS subtitle output module was not outputting any packet in certain cases due to uninitialized variables. · 2011-09-27 Moritz Bunkus · mkvmerge: bug fix: Fixed mkvmerge not finding any track in TS streams whose first PMT packet could not be parsed (e.g. invalid CRC). · mkvmerge: bug fix: Fixed detection of TS streams that only contain one PAT or PMT packet within the first few KB but no others within the first 10 MB. |
| 4.9.0 | Jul 12, 2011 | New Release | · mkvmerge: bug fix: DV files are recognized as an unsupported container type. Fix for bug 630. · mkvmerge: bug fix: Fixed handling block groups in Matroska files with a duration of 0. · mmg: Various compatibility fixes for use with wxWidgets 2.9.x. · mmg: bug fix: Fixed building with Sun Studio's C compiler. · mkvmerge: bug fix: ISO 639-2 terminology language codes are converted to the corresponding bibliography code upon file identification (e.g. 'deu' is converted to 'ger') · mkvinfo: bug fix: The timecode scale is retrieved first before applying it to the segment duration. · all: Added an Italian translation |
| 4.8.0 | May 25, 2011 | New Release | · mmg: bug fix (Windows): mmg will no longer convert the "mkvmerge · executable" from just "mkvmerge" into a full path name when writing its preferences to the registry upon existing. · mkvmerge: enhancement: Added support for VobSub IDX files with negative "delay" fields. · mkvmerge: bug fix: The 'doc type read version' EBML header field is only set to 2 even if a stereo mode other than 'none' is used for at least one video track. Fix for bug 625. · mkvpropedit: new feature: Added support for adding, replacing and removing chapters. · All: Avoided a segmentation fault in gcc by not including a pre-compiled header if FLAC or CURL support is disabled. · mkvmerge: bug fix: Reading DTS files stored in 14-to-16 mode were read partially. |
| 4.7.0 | Apr 26, 2011 | New Release | · build system: For the time being the build system will always build and link statically against the internal versions of libEBML and libMatroska. · mkvmerge: bug fix: Fixed appending timecode calculation for appended subtitle tracks if the subtitle tracks are read from complex containers (e.g. Matroska, MP4, AVI etc). Fix for bug 620. · mkvextract: bug fix: Fixed extraction of MPEG-1/2 video tracks whose sequence headers change mid-stream but whose key frames are not all prefixed with a sequence header. Fix for bug 556. · mkvmerge: bug fix: Fixed reading AAC tracks from AVI files with 7 bytes long codec data. Fix for bug 613. · mkvmerge: enhancement: Added support for WAV and AVI files that use a WAVEFORMATEXTENSIBLE structure (wFormatTag == 0xfffe). Fix for bug 614. · mmg: bug fix: The output file name extension will be updated on each track selection changed as well. The extension is based on the actually selected tracks, not on the presence of tracks of certain types. |
| 4.6.0 | Mar 14, 2011 | New Release | · build system: Fixed building the Qt version of mkvinfo's GUI (again). Fix for bug 576. · mmg: bug fix: If the header editor finds 'language' elements with ISO-639-1 codes (e.g. "fra" instead of "fre" for "French") then it will map the code to the corresponding ISO-639-2 code. Fix for bug 598. · mmg: bug fix: Fixed one of the issues causing mmg to report that it is configured to use an unsupported version of mkvmerge when the reported version was actually empty. · mkvmerge: enhancement: HD-DVD subtitles are recognized as being an unsupported file format. This makes the error message presented to the user a bit clearer. Fix for bug 600. · build: Boost 1.36.0 or newer is required (up from 1.34.0). Also fixed building with v3 of Boost's filesystem library, e.g. with Boost 1.46.0 Beta 1 or newer. · mkvpropedit: new feature: Added support for adding, replacing and removing tags. · all: Added a translation for the programs into Turkish |
![]() Free YouTube to iPod and PSP Converter Convert your favorite Youtube videos to iPod and more |
![]() Gom Player Free multimedia player with popular video and audio codecs built-in |
![]() TubeSucker - YouTube Video Downloader TubeSucker YouTube Video Downloader & Media Player w/ Remote Control |