PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : mkvtoolnix 1.8.0 released



Teetrinker
13.11.06, 14:04
mkvtoolnix 1.8.0 released

Bei mkvtoolnix handelt es sich um Anwendungen zum Bearbeiten von Matroska (http://www.matroska.org/) (*.mkv) Dateien.

Hompage: https://www.bunkus.org/videotools/mkvtoolnix/

ChangeLog:


2006-11-10 Moritz Bunkus <moritz@bunkus.org>
* Released v1.8.0.
* mkvmerge: Changed the CodecID for AAC audio tracks to "A_AAC" by default. The CodecPrivate contains the same initialization data that are stored in the ESDS in MP4 files for AAC tracks. The old CodecIDs (e.g. "A_AAC/MPEG4/SBR") can be turned on again with "--engage old_aac_codecid".

2006-11-08 Moritz Bunkus <moritz@bunkus.org>
* mmg: Reworked the "input tab" and split track options into two sub-pages. Also added an input for the "stereo mode" parameter for video tracks.

2006-11-07 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: new feature: Added support for the "stereo mode" flag for video tracks.

2006-11-03 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: bug fix: For MP4 files with certain CTTS contents mkvmerge would use negative timecodes for a couple of frames. Those frames were dropped and mkvmerge often ended up eating huge amounts of memory and crashing afterwards.
* mkvmerge: bug fix: AAC-in-MP4 with the LC profile was sometimes misdetected as having a SBR extension and an output sampling frequency of 96000 Hz. Fixes Anthill bug 210.

2006-10-26 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: Added support for API changes in the upcoming FLAC library v1.1.3. Patch by Josh Coalson (see AUTHORS).

2006-09-29 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: bug fix: Fixed the random number generation on Windows. On Windows 9x/ME mkvmerge would simply hang. On newer versions the function was accessing invalid memory and was generally buggy.

2006-09-26 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: bug fix: SSA/ASS subtitles with comments before the "[script info]" line were not identified.

2006-09-25 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: bug fix: Made the checks for SRT timecodes a bit less strict (e.g. allow fewer than three digits after the comma).

2006-07-19 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: bug fix: Comments in OGM files were not handled if mkvmerge was called in identification mode. One obvious result was that neither the track language nor the file title was imported into mmg.

2006-06-16 Moritz Bunkus <moritz@bunkus.org>
* mmg: bug fix: The "stretch" input box was not accepting the same syntax that mkvmerge's "--sync" parameter accepts.
* mkvmerge: bug fix: PCM audio data with 4 bits per Sample caused mkvmerge to allocate all available memory. Patch by Robert Millan (see AUTHORS).

2006-06-15 Moritz Bunkus <moritz@bunkus.org>
* mmg: bug fix: Mixed up two tool tips on the "settings" tab.

2006-06-02 Moritz Bunkus <moritz@bunkus.org>
* Build system: bug fix: Moved some @...@ style variables from configure.in to Makefile.in where they belong (very recent autoconf versions were choking on those).

2006-06-01 Moritz Bunkus <moritz@bunkus.org>
* mmg: new feature: Added an option for always using simple blocks.
* mmg: new feature: Pre-set the "delay" input field for audio tracks if the file name contains something like "DELAY XX" where XX is a number.

2006-05-24 Moritz Bunkus <moritz@bunkus.org>
* mmg: enchancement: After adding files with drag&drop the next "open file" dialog will start in the directory the last file came from.

2006-05-23 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: bug fix: mkvmerge will no longer create empty files (meaning neither input files nor things like chapters etc have been added).

Teetrinker
25.11.06, 18:53
Moritz Bunkus hat ein Bugfix Release herraus gebracht.
mkvtoolnix 1.8.1 released

ChangeLog:


2006-11-25 Moritz Bunkus <moritz@bunkus.org>

* Released v1.8.1.

2006-11-24 Moritz Bunkus <moritz@bunkus.org>

* mmg: bug fix: Some input controls (like "subtitle charset")
where disabled for appended tracks even though the user can and
sometimes has to change those settings. Fixes Anthill bug 216.

2006-11-19 Moritz Bunkus <moritz@bunkus.org>

* configure: new feature: Allow the user to tell configure which
"wx-config" executable to use ("--with-wx-config=...").

2006-11-14 Moritz Bunkus <moritz@bunkus.org>

* mmg: bug fix: The "aspect ratio" box was losing its input when
the user switched tracks.

* mkvmerge/mmg: new feature: If ATDS AAC tracks are added to mmg
and the AAC track's sample rate is <= 24000 Hz then mkvmerge and
mmg assume that the AAC is a SBR track and mmg will check the "AAC
is SBR" checkbox automatically.

2006-11-12 Moritz Bunkus <moritz@bunkus.org>

* mkvmerge: bug fix: Quicktime/MP4 files with AVC video tracks and
missing CTTS atoms caused mkvmerge to crash after the recent
changes to the Quicktime/MP4 timecode handling.

* mkvmerge: bug fix: Fixed a segfault if the file specified with
"--attach-file" does not exist. Bugfix for Anthill bug 213 and
Debian bug 393984.

* mmg: bug fix: Fixed a crash on loading XML chapters after having
saved XML chapters.

2006-11-11 Moritz Bunkus <moritz@bunkus.org>

* mmg: new feature: Made the "set the delay input field from the
file name" feature disengageable.