• 08.03.2007

    Zitat

    2007-03-08 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: The MPEG program stream reader will now sort the tracks it finds first by their type (video > audio > subs) and then by their stream ID.
    * mkvmerge: Disabled the support for DTS tracks in MPEG program streams because DTS HD is not supported yet.
    * mkvmerge: enhancement: Implemented a major speed-up for reading

    http://www.bunkus.org/videotools/mkv…d20070308-1.rar

  • mkvtoolnix-unicode-2.0.2-build20070426-1.rar (Pre-Version)

    Gruß

    akapuma

    Wer weiß, wovon er redet, kann es sich leisten, sich verständlich auszudrücken.
    Besucht auch meine Homepage: http://akapuma.info

  • verwende das Tool zum ersten mal und habe auch gleich die letzte Build geladen aber wenn ich das ganze Starten will kommt diese Meldung:

    libiconv.dll konnte nicht gefunden werden. Neuinstallation behebt das Problem.

    wie starte ich das ganze jetzt ?

  • Das von kurt beschriebene Vorgehen ist korrekt. Nur die Releases enthalten alle benötigten DLLs. Die pre-Builds hingegen enthalten nur die sich potenziell verändernden Dateien. Deswegen muss ein pre-Build immer in ein Installationsverzeichnis entpackt werden.


  • ...

    Pioneer PDP-427 XA | Popcorn Hour NMT C-200 | Sony STR-DB 840 QS | Canton Ergo 91 DC

  • Neue pre-Version:

    mkvtoolnix-unicode-2.1.0-build20071222-1.rar

    Gruß

    akapuma

    Wer weiß, wovon er redet, kann es sich leisten, sich verständlich auszudrücken.
    Besucht auch meine Homepage: http://akapuma.info

  • neue pre-Version
    mkvtoolnix-unicode-2.1.0-build20080102-1.rar

    Zitat


    2007-12-31 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: bug fix: Rewrote the timecode application code. Additionally force the "previous cluster timecodes" that libmatroska uses to the current timecode. This seems to get rid of libmatroska's assertions about the local timecode being to small/big to fit into an int16. It also seems to get rid of some of mkvmerge's errors about the packet queue not being empty.

  • Neue pre-Version:
    mkvtoolnix-unicode-2.1.0-build20080302-1

    Gruß

    akapuma

    Wer weiß, wovon er redet, kann es sich leisten, sich verständlich auszudrücken.
    Besucht auch meine Homepage: http://akapuma.info

  • Hello users,

    I've released a new version of MKVToolNix, v2.2.0. It contains major bug fixes (a lot of crashes with should be gone) and a couple of new features.

    Here are the usual links to the most interesting downloads:

    The source code:
    http://www.bunkus.org/videotools/mkvtoolnix/sources/ mkvtoolnix-2.2.0.tar.bz2

    The binaries for Windows 2000, XP or newer:
    http://www.bunkus.org/videotools/mkv…2.2.0-setup.exe

    The program home page:
    http://www.bunkus.org/videotools/mkvtoolnix/index.html

    Binaries for a couple of Linux distributions are available from the home page. The users of Debian and Ubuntu that use my Apt repositories should note that I've renamed my package to match the official package names in Debian and Ubuntu. You can get this release of MKVToolNix with "apt-get install mkvtoolnix mkvtoolnix-gui".

    As always I'll finish with the ChangeLog between the previous release 2.1.0 and this release.

    Have fun :)

    Regards,
    Mosu

    -----------------------------------------
    2008-03-04 Moritz Bunkus <moritz@bunkus.org>
    * Released v2.2.0.

    2008-02-29 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: new feature: Added support for handling AC3 in WAV in ACM mode.

    2008-02-28 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: new feature: Added support for reading AC3 from QuickTime/MP4 files. Fix for bug 254.

    2008-02-27 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: new feature: Added support for handling AC3 in WAV in IEC 61937 compatible streams (aka SPDIF mode).
    * mkvmerge: new feature: Added support for WAV files with multiple data chunks.
    * mkvmerge: bug fix: Fixed a cause for the error message "no data chunk found" by fixing the skipping of 'fmt ' chunks.

    2008-02-23 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: new feature: Added support for AAC-in-AVI with CodecID 0x706d as created by mencoder. Fix for bug 266.

    2008-02-20 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: bug fix: Rewrote the OGM reader code. Another part of a fix for bug 267.

    2007-12-31 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: bug fix: Rewrote the timecode application code. Additionally force the "previous cluster timecodes" that libmatroska uses to the current timecode. This seems to get rid of libmatroska's assertions about the local timecode being to small/big to fit into an int16. It also seems to get rid of some of mkvmerge's errors about the packet queue not being empty, and it fixes a couple of crashes with file splitting.

    2007-12-22 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: bug fix: OGM files with non-Theora video tracks caused mkvmerge to fail since 2.1.0, or the resulting file was unplayable. Fix for bug 267.

    2007-10-11 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: bug fix: Accept other Theora header versions than 3.2.0 as long as the major version is 3 and the minor 2. Fix for bug 262.

    2007-09-02 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: bug fix: MPEG PS reader: Fixed the resyncing mechanism during normal reads. Another fix for bug 259.
    * mkvmerge: bug fix: MPEG PS reader: mkvmerge tries to resync to the next MPEG start code in case of error during stream detection. Fix for bug 259.

    2007-08-31 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: SVQ1 video tracks read from QuickTime files are output as V_MS/VFW/FOURCC tracks and not as V_QUICKTIME tracks. Fix for bug 257.

    2007-08-30 Moritz Bunkus <moritz@bunkus.org>
    * avilib: bug fix: Fixed a segmentation fault if reading the first part of an index failed but a second/other index part is present. Fix for bug 256.

    2007-08-19 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: enhancement: SRT files that contain coordinates in the timecode line are supported. The coordinates are discarded automatically (as S_TEXT/SRT doesn't support them), and a warning is shown.
    -----------------------------------------

  • Hey guys,

    here's another release of mkvtoolnix, 2.3.0 this time. There are a couple of new features and a few important bug fixes along with the smaller improvements and changes. The change description from freshmeat.net reads as follows:

    Zitat

    Newly supported features include DTS-HD tracks (both "high definition" and "master audio"), Ogg Kate text subtitles, skipping of ID3 tags in AAC and AC3 files, Vorbis-in-AVI, delaying any track type and floating point WAV files. Several bugs were fixed including timecode handling for various track types and use cases, A/V desynchronization in VOBs, wrong VobSub packets and more.

    Please note that with 2.3.0 I stop providing binaries for a couple of distributions myself. These include: Ubuntu 6.06 and 6.10; OpenSuSE 10.0; Windows 95/98/ME/NT (meaning that there will be no more
    non-Unicode binary for Windows). This does not mean that mkvtoolnix cannot be built on these platforms, just that you'll have to do it yourself.

    A note for those who want to compile mkvtoolnix themselves: mkvtoolnix' library requirements have changed slightly. It now uses Boost's regex library instead of the PCRE library. mkvtoolnix can be linked against wxWidgets 2.6.x and 2.8.x as long as the 2.8 version has been built with 2.6 compatibility enabled (building definitely fails with 2.8 without 2.6 compatibility).

    Here are the links:

    ...to the home page:

    http://www.bunkus.org/videotools/mkvtoolnix/

    ...to the source code:

    http://www.bunkus.org/videotools/mkv…x-2.3.0.tar.bz2

    ...to the Windows binary:

    http://www.bunkus.org/videotools/mkv…2.3.0-setup.exe

    As always, binaries for other Linux and Unix distributions are available from the home page.

    Last but not least the full ChangeLog since the previous release 2.2.0:

    ------------------------------cut------------------------------
    2008-09-08 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: all: On Unix/Linux rpath linker flags have been removed again (they were actually removed before the release of v2.3.0).

    2008-09-07 Moritz Bunkus <moritz@bunkus.org>
    * Released v2.3.0.

    2008-09-06 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: bug fix: improved the timecode calculation for MP3 tracks read from MP4 files. Another part of the fix for bug 165.

    2008-09-03 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: bug fix: mkvmerge honors the timecode offsets of all streams in a MPEG program stream (e.g. VOB file) fixing audio/video desynchronization. Fix for bug 295.

    2008-08-30 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: Switched from the PCRE regular expression library to Boost's RegEx library.

    2008-08-23 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: bug fix: DTS-in-WAV handling (14 to 16 bit expansion)was flawed. Fix for bug 288.
    * mkvmerge: new feature: Added support for Vorbis in AVI (format tag 0x566f). Fix for bug 271.
    * mkvmerge: new feature: Added support for PCM tracks withfloating point numbers (CodecID A_PCM/FLOAT/IEEE). Patch byAurelien Jacobs (see AUTHORS).

    2008-08-21 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: bug fix: The fix to the timecode handling for AVC tracks in MP4 files from 2008-04-16 caused certain other MP4 filesto not be read correctly. The video tracks were found, but no frames were read. Fix for bug 294.
    * mkvmerge: new feature: Added support for Ogg Kate subtitles. Patch by ogg.k.ogg.k@googlemail.com.

    2008-08-20 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge, mmg: The option "--delay" was removed. The option "--sync" now only modifies the timecodes of a given track. mkvmerge does not pad audio tracks with silence. "--sync"works with all track types now, but using a stretch factor otherthan 1 with audio tracks might not work too well during playback. mmg's inputs for "Delay" and "Stretch by" can be usedwith all track types. Fix for bug 287.

    2008-08-19 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: enhancement: mmg outputs a more informative errormessage for known but unsupported input file types (e.g. ASF, FLV,MPEG TS) instead of the cryptic "file identification failed".
    * mkvmerge: bug fix: The VobSub reader would sometimes read too many bytes for a single SPU packet. Part of a fix for bug 245.

    2008-05-16 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: bug fix: Using BZIP2 compression resulted in broken streams. Patch by Aurelien Jacobs (see AUTHORS).

    2008-05-15 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: new feature: Improved support for WAV files biggerthan 4 GB which only contain a single DATA chunk and a wronglength field for this DATA chunk (e.g. eac3to creates such files).

    2008-05-14 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: bug fix: Certain Matroska files with dis-continuous streams (e.g. subtitles) caused huge memory consumption. Fix for bug 281.

    2008-04-22 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: bug fix: mkvmerge will output a proper error message if it is called with ASF/WMV files instead of detecting other kinds of streams (e.g. AVC ES streams). Fix for bug 280.

    2008-04-20 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: bug fix: Fixed an assertion in the OGM reader occuringfor OGM files with *****ded chapters. Fix for bug 279.
    * mkvmerge: all: On Unix/Linux rpath linker flags are added for library paths given in LDFLAGS and configure's "--with-extra-libs" options.

    2008-04-16 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: bug fix: Fixed wrong timecodes for MP4 files thatcontain video tracks with B frames and edit lists. Fix for bug277. Patch by Damiano Galassi (see AUTHORS).

    2008-04-14 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: bug fix: mkvmerge will not strip leading spaces in SRT subtitles anymore.
    * mkvmerge: bug fix: Tuned the file type detection for MPEG ESstreams. Fix for bug 265.

    2008-04-03 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: bug fix: Fixed writing to UNC paths on Windows. Fixfor bug 275.

    2008-03-09 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: new feature: Added support for skipping ID3 tags in AAC and AC3 files. Fix for bug 204.
    * mkvmerge: new feature: Added support for DTS-HD (both "master audio" and "high resolution").
    ------------------------------cut------------------------------

    Have a nice day :)

    Mosu

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!