• mkvtoolnix-unicode-1.8.1-build20061230-1

    Gruß

    akapuma

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

  • neues build:

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

    This build contains support for reading AVC/h.264 elementary streams. As I don't have access to a lot of such files (nor to a lot of MP4 files with AVC/h.264 inside) I thought I'd ask here if a couple of you guys would like to test it ;)

    BTW: AVC-in-AVI is still not supported, but should not be hard to add once support for AVC ES has stabilized.

    BTW2: This build also fixes pdanpdan's subtitle problems.


    Doom9

    Edit: gleich neues build hinterher: http://www.bunkus.org/videotools/mkvtoolnix/win32/pre

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

  • weiteres update:

    Zitat von mosu

    2007-01-03 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: new feature: Added support for proper muxing of AVC/h.264 tracks in Matroska files that were stored in the MS compatibility mode (CodecID V_MS/VFW/FOURCC instead of V_MPEG4/ISO/AVC).
    * mkvmerge: bug fix: Fixed invalid memory access in the AVC ES parser.

    2007-01-02 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: new feature: Added support for proper muxing of AVC/h.264 tracks in AVI files.


    Doom9

    Edit: noch ein build

    Zitat von mosu

    2007-01-03 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: Removed the "--engage allow_avc_in_vfw_mode" hack.
    * mkvmerge: enhancement: Added "x264" to the list of recognized FourCCs for AVC/h.264 video in AVI and Matroska files.

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

  • update:

    Zitat von changelog

    2007-01-05 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: bug fix: AVC/h.264 ES parser: Fixed wrong NALU size length information in the AVCC.
    * mkvmerge: bug fix: AVC/h.264 ES parser: Fixed the decision if a NALU belongs to a previous frame or starts a new one.

    2007-01-04 Moritz Bunkus <moritz@bunkus.org>
    * mmg: enhancement: Added an input for the new "NALU size length" parameter.
    * mkvmerge: bug fix: The NALU size length can be overridden for AVC/h.264 elementary streams. It defaults to 2 which might not be enough for larger frames/slices.

    2007-01-03 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: bug fix: Support for AVC/h.264 elementary streams with short markers (0x00 0x00 0x01 instead of 0x00 0x00 0x00 0x01).


    +

    Fixes several issues including the problems with Selur's and LeMoi's files. Download here:

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

    Note: If in doubt please install a fresh 1.8.1 and extract this archive into the same directory. I've just tested it myself and there are definitely NO problems with DLLs etc this way. Yes, earlier RARs did have this problem because I accidentally included libebml and libmatroska DLLs that were compiled with an older compiler.

    --> also mkvtoolnix 1.8.1 in neuen Ordner installieren und dann das aktuelle build dorthin extrahieren...

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

  • Einfach aus dem englischen Forum kopiert, deshalb auch in Englisch. Bin zu faul zum Übersetzen :D

    Hey users,

    I'm proud to present you version 2.0.0 of mkvtoolnix. This release contains new features like support for AVC/h.264 elementary streams (both single files and from AVIs); proper support for MPEG-1/-2 videos without the ugly blockiness; support for extracting MPEG-1/-2 video tracks; use of "simple blocks" with subtitles has been fixed; tons of usability enhancements to mmg; and the usual list of smaller bug fixes.

    A special "thanks" to all the people who extensively tested my h.264 support and provided a lot of insight and sample files.

    The usual links...
    ...to the home page:
    http://www.bunkus.org/videotools/mkvtoolnix/

    ...the source code:
    http://www.bunkus.org/videotools/mkv…x-2.0.0.tar.bz2

    ...the Windows binaries (2000/XP or later):
    http://www.bunkus.org/videotools/mkv…2.0.0-setup.exe

    The binaries for the various Linux versions that I provide have already been updated and are available from the download page: http://www.bunkus.org/videotools/mkvtoolnix/downloads.html

    Here's the ChangeLog since 1.8.1:

    ------------------------------------------------------------------
    2007-01-12 Moritz Bunkus <moritz@bunkus.org>
    * mmg: new feature: Added another tab for each track in which the user can add arbitrary track options.
    * mkvextract: enhancement: mkvextract will now also print which container format it uses for each track.
    * mkvextract: new feature: Added support for extracting MPEG-1/2 video to MPEG-1/2 program streams.
    * mkvmerge: bug fix: Fixed the file type detection for MPEG-1/2 ES files with a single frame inside.

    2007-01-11 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: bug fix: MPEG-1/2 video: The sequence and GOP headers are not removed from the bitstream anymore. This should fix the blockiness if the sequence headers change mid-stream. Fix for Bugzilla bug #167.

    2007-01-09 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: enhancement: mkvmerge now handles the first frames in AVC/h.264 ES streams properly, especially for files for which it did not find a key frame at the beginning in earlier versions.

    2007-01-08 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: enhancement: Improved the detection of AVC/h.264 ES streams with garbage at the beginning.
    * mmg: enhancements to the job management dialog: There's a minimum width for the columns. The "up" and "down" buttons are disabled if all entries are selected. Pressing "Ctrl-A" selects all entries.
    * mmg: enhancements: "File -> New" will also focus the "input" tab.

    2007-01-07 Moritz Bunkus <moritz@bunkus.org>
    * mmg: enhancements: The job manager can be opened with "Ctrl-J". The last directory from which a file is added is saved even if the file identification failed. The automatically generated output file name uses the extension ".mka" if no video track is found and ".mks" if neither a video nor an audio track is found in the first file.
    * mkvmerge: bug fix: Fixed the aspect ratio extraction for raw AVC/h.264 ES tracks.
    * mkvmerge: bug fix: If a raw AVC/h.264 ES file does not start with a key frame then all the frames before the first key frame are skipped, and mkvmerge does not abort anymore.

    2007-01-05 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: bug fix: AVC/h.264 ES parser: Fixed wrong NALU size length information in the AVCC.
    * mkvmerge: bug fix: AVC/h.264 ES parser: Fixed the decision if a NALU belongs to a previous frame or starts a new one.

    2007-01-04 Moritz Bunkus <moritz@bunkus.org>
    * mmg: enhancement: Added an input for the new "NALU size length" parameter.
    * mkvmerge: bug fix: The NALU size length can be overridden for AVC/h.264 elementary streams. It defaults to 2 which might not be enough for larger frames/slices.

    2007-01-03 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: bug fix: Support for AVC/h.264 elementary streams with short markers (0x00 0x00 0x01 instead of 0x00 0x00 0x00 0x01).
    * mkvmerge: Removed the "--engage allow_avc_in_vfw_mode" hack.
    * mkvmerge: enhancement: Added "x264" to the list of recognized FourCCs for AVC/h.264 video in AVI and Matroska files.
    * mkvmerge: new feature: Added support for proper muxing of AVC/h.264 tracks in Matroska files that were stored in the MS compatibility mode (CodecID V_MS/VFW/FOURCC instead of V_MPEG4/ISO/AVC).
    * mkvmerge: bug fix: Fixed invalid memory access in the AVC ES parser.

    2007-01-02 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: new feature: Added support for proper muxing of AVC/h.264 tracks in AVI files.

    2007-01-01 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: new feature: Added support for reading AVC/h.264 elementary streams.

    2006-12-30 Moritz Bunkus <moritz@bunkus.org>
    * mmg: enhancement: All inputs and controls are cleared and deactivated if the user select "File -> New".
    * mmg: enhancement: The user can switch between the "generic" and "format specific options" pages even if no track is selected.

    2006-12-29 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: bug fix: mkvmerge would not write frame durations if "--engage use_simpleblock" was used resulting in unplayable and unextractable subtitle tracks.

    2006-12-28 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: bug fix: Added a workaround for RealAudio tracks for which the key frame flag is never set.

    2006-12-27 Moritz Bunkus <moritz@bunkus.org>
    * mmg: bug fix: Fixed a segfault that occured if the user had a track selected and its the file the track was read from is removed.
    * mmg: bug fix: Fixed the behaviour of a couple of ComboBoxes on Windows after selecting "File -> New". E.g. if the user selected "700M" in the "split after this size" ComboBox, selected "File -> New" and selected "700M" again, then it would not show up in the command line window until he selected another option and returned to the "700M" afterwards.
    ------------------------------------------------------------------

    Have a nice weekend :)

    Regards,
    Mosu

  • mkvtoolnix-unicode-2.0.0-build20070115-1

    Zitat

    2007-01-15 Moritz Bunkus <moritz@bunkus.org>
    mkvmerge, mkvextract, mkvinfo: new feature: Added support for using CodecState for signaling changes to CodecPrivate. It is used for MPEG-1/-2 video if it is turned on with "--engage use_codec_state".

    Gruß

    akapuma

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

  • mkvtoolnix-unicode-2.0.0-build20070116-1.rar

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

  • mkvtoolnix-2.0.0-build20070201-1

    Gruß

    akapuma

    Edit: zum ersten Changelog-Punkt hab ich hier was aufgemacht.

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

  • Immer noch zu faul zum übersetzen :D

    Hey users,

    here's mkvtoolnix 2.0.2. A couple of bug fixes, especially in the h.264, some minor new features is about all. If you compile it yourself make sure to get libmatroska 0.8.1 which this release depends upon from http://dl.matroska.org/downloads/libmatroska/

    The usual links...
    ...to the home page:
    http://www.bunkus.org/videotools/mkvtoolnix/
    ...the source code:
    http://www.bunkus.org/videotools/mkv…x-2.0.2.tar.bz2
    ...the Windows Unicode enabled binaries:
    http://www.bunkus.org/videotools/mkv…2.0.2-setup.exe

    More binaries for Linux and other OS are available from the home page.

    Here's the ChangeLog since 2.0.0:

    -----------------------------------------------------------
    2007-02-21 Moritz Bunkus <moritz@bunkus.org>
    * Released v2.0.2.

    2007-02-19 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: Reintroduced the "--engage allow_avc_in_vfw_mode" hack.

    2007-02-06 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: bug fix: Fixed suppoert for DTS-in-WAV files which are encoded with 14 bits per word.

    2007-02-03 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: enhancement: Added support for DTS files which use only 14 out of every 16 bits and which are not stored inside a WAV file.

    2007-01-30 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge, mmg: Changed the default for the "NALU size length" to "4" and added a warning if "3" is used.
    * mkvmerge: bug fix: File type detection for Qt/MP4 files which start with a "wide" atom has been fixed.
    * mmg: bug fix: The "NALU size length" drop down box is now also enabled for h.264 tracks read from AVIs and for h.264 tracks stored in "VfW compatibility mode" in Matroska files.

    2007-01-28 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge, mmg: new feature: Extended the option "--default-track" so that it can be forced to "off" allowing the user to create a file for which no track has its "default" flag set. Fix for bug #224.

    2007-01-17 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: bug fix: Fixed the wrong "default duration" if the user used "--default-duration ...23.976fps".

    2007-01-16 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: bug fix: The AVC/h.264 ES reader was losing frames if the file size was an exact multiple of 1048576 bytes.
    * mkvmerge: bug fix: The AVC/h.264 ES packetizer produced invalid CodecPrivate data if the AVCC did not contain the aspect ratio information. Fix for Bugzilla bug #225.
    * mkvmerge: bug fix: The Matroska reader passes the correct track number down to the AVC/h.264 ES packetizer in the case of "AVC in Matroska stored in VfW mode".
    * mkvmerge: bug fix: Fixed a crash (segmentation fault) in the AVC/h.264 ES handling code.

    2007-01-15 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge, mkvextract, mkvinfo: new feature: Added support for using CodecState for signaling changes to CodecPrivate. It is used for MPEG-1/-2 video if it is turned on with "--engage use_codec_state".
    -----------------------------------------------------------

    Have fun.

    Regards,
    Mosu

Jetzt mitmachen!

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