• Hey Matroska users,

    here's another release of mkvtoolnix, 2.4.0. New features include support for VC1 video read from elementary streams and MPEG program streams, Dirac video elementary streams, support for 7.1 channel EAC3 tracks and the extraction of Theora video tracks into Ogg files. Bug that were fixed include the handling of unknown tracks in Ogg files, the automatic garbage detection for AC3/MP3 tracks, the handling of DTS in MPEG program streams, (E)AC3 files bigger than 2 GB and many more.

    Here are the usual links...

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

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

    ...to the Windows installer:
    http://www.bunkus.org/videotools/mkv…2.4.0-setup.exe

    The Linux binaries that I provide myself (Debian, Ubuntu, OpenSuSE and Fedora Core) have already been uploaded and are available from the home page.

    Here's the full ChangeLog since release 2.3.0:

    ------------------------------------------------------------
    2008-10-11 Moritz Bunkus <moritz@bunkus.org>

    * Released v2.4.0.

    * mmg: bug fix: The chapter editor's function "save to Matroska file" was corrupting the target file in some cases. Fix for bug 307.

    2008-10-06 Moritz Bunkus <moritz@bunkus.org>

    * mkvmerge: bug fix: mkvmerge was only writing one reference block for real B frames. Patch by Daniel Glckner. Fix for bug 306.

    * all: bug fix: The Windows uninstaller was not removing all start menu entries during uninstallation on Windows Vista. The installer now creates the start menu entries for all users instead of the current user only. Fix for bug 305.

    2008-10-05 Moritz Bunkus <moritz@bunkus.org>

    * mmg: bug fix: The "language" drop down box contained some entries twice or more. Fix for bug 304.

    2008-10-04 Moritz Bunkus <moritz@bunkus.org>

    * mkvmerge: bug fix: Incorrect usage of the iconv library caused some conversions to omit the last character of each converted entry (e.g. for the conversion from Hebrew to UTF-8). Fix for bug 302.

    2008-09-25 Moritz Bunkus <moritz@bunkus.org>

    * mkvmerge: enhancement: mkvmerge will use the timecodes provided by the MPEG program stream source file for VC1 video tracks.

    2008-09-24 Moritz Bunkus <moritz@bunkus.org>

    * mkvmerge: bug fix: Reading EVOBs with multiple VC1 video tracks was broken (all packets where put into a single video track).

    2008-09-22 Moritz Bunkus <moritz@bunkus.org>

    * mkvextract: new feature: Added support for handling SimpleBlocks for timecode extraction.

    2008-09-21 Moritz Bunkus <moritz@bunkus.org>

    * mkvmerge: bug fix: Reading raw (E)AC3 files bigger than 2 GB was broken.

    * mkvmerge: new feature: Added support for Dirac video tracks.

    2008-09-20 Moritz Bunkus <moritz@bunkus.org>

    * mkvmerge: bug fix: Improved the detection of MPEG-1/-2 and AVC/h.264 video tracks in MPEG program streams (VOBs/EVOBs).

    * mkvmerge: bug fix: Fixed reading DTS audio tracks from MPEG program streams (VOBs/EVOBs).

    2008-09-19 Moritz Bunkus <moritz@bunkus.org>

    * mmg: enhancement: Added the extensions "evo", "evob" and "vob" to mmg's "add file" dialog.

    2008-09-18 Moritz Bunkus <moritz@bunkus.org>

    * mkvmerge: new feature: Added support for muxing VC1 video tracks read from MPEG program streams (EVOBs) or raw VC1 elementary streams (e.g. as produced by EVODemux).

    2008-09-17 Moritz Bunkus <moritz@bunkus.org>

    * mkvmerge: new feature: Added support for 7.1 channel EAC3 files. Fix for bug 301.

    2008-09-13 Moritz Bunkus <moritz@bunkus.org>

    * mkvmerge: bug fix: Revision 3831 (the change to the "--delay" and "--sync" options) caused mkvmerge to no longer respect the delay caused by garbage at the beginning of MP3 and AC3 audio tracks in AVI files. The timecodes of such tracks are now delayed appropriately again. Fix for bug 300.

    2008-09-12 Moritz Bunkus <moritz@bunkus.org>

    * mkvmerge: bug fix: Unknown stream types in Ogg files (e.g. skeleton tracks) don't cause mkvmerge to abort anymore. They're simply ignored. Fix for bug 299.

    * mkvextract: new feature: Added support for extracting Theora video tracks into Ogg files. Fix for bug 298.

    * mkvmerge: bug fix: Fixed the frame type (key or non-key frame) detection for Theora tracks.
    ------------------------------------------------------------

    Have fun :)

    Regards,
    Mosu

  • Hey,

    time for the next release of mkvtoolnix, 2.4.1. There's only one new feature: support for SRT/SSA tracks in AVI files. One important bug has been fixed regarding the handling of timecodes during appending which should fix A/V sync issues with appended tracks for most people. A couple of smaller bugs have been fixed as well (see below for details).

    Here are the usual links...

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

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

    ...to the Windows installer:
    http://www.bunkus.org/videotools/mkv…2.4.1-setup.exe

    The Linux binaries that I provide myself (Debian, Ubuntu, OpenSuSE and Fedora Core) have already been uploaded and are available from the home page.

    Starting with this release I provide pre-built packages for Fedora Core 10 (i386 and x86_64 architectures).

    Here's the full ChangeLog since release 2.4.0:

    ------------------------------------------------------------
    2008-12-04 Moritz Bunkus <moritz@bunkus.org>
    * Released v2.4.1.
    * Build system: bug fix: Configure does not use "uname -m" for the detection of the Boost libraries anymore but configure's "$target" environment variable. This fixes the Boost detection for cross compilation builds. Fix for bug 311. Patch by Dominik Mierzejewski (see AUTHORS).

    2008-12-03 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: bug fix: PCM audio tracks bigger than approximately 8 GB were cut off after approximately 8 GB.

    2008-12-02 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: bug fix: mkvmerge recognizes SRT subtitle files with timecodes that contain spaces between the colons and the digits and timecodes whose numbers are not exactly two or three digits long.

    2008-11-28 Moritz Bunkus <moritz@bunkus.org>
    * mmg: bug fix: mmg processes window events much more often during muxing.
    * all: Updated the language code list from the offical ISO 639-2 standard.

    2008-11-04 Moritz Bunkus <moritz@bunkus.org>
    * mmg: bug fix: Split timecodes with more than three decimals were not allowed even though the docs say that they are. They are now, as mkvmerge supports such timecodes.

    2008-11-03 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: bug fix: Changed the way mkvmerge calculates the timecodes when appending files. Should result in better audio/video synchronization.
    * mkvmerge: new feature: Added support for reading SRT and SSA/ASS subtitles from AVI files (fix for bug 64).

    2008-11-01 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: bug fix: mkvmerge's LZO compressor would segfault if mkvmerge was compiled against v2 of the LZO library and the v1 LZO headers were not present.

    2008-10-29 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: bug fix: SRT subtitle files are also handled correctly if the timecode lines do not have spaces around the arrow between the start and end timecodes.

    2008-10-13 Moritz Bunkus <moritz@bunkus.org>
    * mkvextract: bug fix: Matroska elements with binary data were output as garbage in XML files.
    ------------------------------------------------------------

    Have fun :)

    Regards,
    Mosu

  • Da mehrere Bentuzer dieses angebliche Backdoor-Problem haben, habe ich die Zeit genommen, mir das Problem mal genauer anzusehen. Resultat ist, dass es in der Tat ein false positive ist und keine Backdoor enthalten ist. Trotzdem habe ich den Installer entfernt und durch einen neuen Build ersetzt, der auch von Kaspersky als sauber angesehen wird.

    Meine vollstaendige Analyse und den neuen Download-Link findet ihr hier.

  • Probleme, dass NSIS-Installer faelschlicherweise als Viren oder Malware eingestuft werden, gab es auch frueher schon, siehe http://nsis.sourceforge.net/NSIS_False_Positives

    Ich habe Kaspersky die Datei zugeschickt mit der Bitte, sie zu ueberpruefen und entsprechend richtig zu listen; ich habe meine System eingehend untersuch; bei der Erstellung des Installers kommt nicht ein einziges Stueck Windows-Software zum Einsatz, und die resultierende Exe wird nicht ein einziges Mal von Windows aus angesprochen. Mehr bin ich nicht gewillt, dafuer zu tun.

  • Zitat

    bei der Erstellung des Installers kommt nicht ein einziges Stueck Windows-Software zum Einsatz, und die resultierende Exe wird nicht ein einziges Mal von Windows aus angesprochen.


    Aha, Du entwickelst die Windowsviren also unter Linux,.. verdächtig, willst Dich wohl vor dem Bundestrojaner verstecken. *gig* Sorry, aber das musste ich jetzt schreiben *gig* False-Positives werden heutzutage echt immer mehr zur Seuche. :(

    Cu Selur

  • Zitat

    Update on 11 Dec 2008

    Kaspersky now also reports mkvtoolnix-unicode-2.4.1-build20081207-44-setup.exe to contain a backdoor. I'm still convinced this is a false positive. I've nevertheless updated the installer I'm using (NSIS) and created a new build that's not yet listed as a false positive:

    mkvtoolnix-unicode-2.4.1-build20081211-45-setup.exe
    Size in bytes: 4117079
    MD5 checksum: 2e7c76d3b57420e211fb85f3a89f1b4a
    SHA1 checksum: af0405912cb592f3c1cd2fc70a641ce9eb9af90d


    You can see the result of the online scan from today at http://www.virustotal.com/analisis/974d9…0efe3801aa94753.

    ich muss sagen das die MKVToolnix-Leute schneller reagieren,
    als ein bezahlter AntiVieren-Dienstleister...

    das sollte uns zu denken geben...

  • 18 Jan 2009: Released v2.4.2.

  • Hey,

    I've released mkvtoolnix v2.5.2.

    This is mostly a bug-fix release with two minor new features.

    Here are the usual links...

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

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

    ...to the Windows installer:
    http://www.bunkus.org/videotools/mkv…2.5.2-setup.exe

    Some of the binaries are still being built and should be available
    within the next two hours.

    Here's the full ChangeLog since release 2.5.1:

    ----------------------------------------------------------------------
    2009-02-28 Moritz Bunkus <moritz@bunkus.org>
    * Released v2.5.2.
    * installer: bug fix: If the installer is run in silent mode (switch "/S") then it will not ask the user whether or not to place a shortcut on the desktop, and that shortcut will not be created. Fix for bug 345.
    * mmg: new feature: Added two buttons "enable all" and "disable all" to the list of attached files that enable / disable all attached files.
    * mmg: bug fix: The action "File" -> "New" did not clear the internal list of attached files resulting in unexpected behaviour if files with attachments where added afterwards.
    * mmg: bug fix: The button "remove all files" did not clear the list of attached files.

    2009-02-26 Moritz Bunkus <moritz@bunkus.org>
    * mkvinfo: new feature: Made mkvinfo's GUI translatable. Added a German translation for the GUI.

    2009-02-25 Moritz Bunkus <moritz@bunkus.org>
    * mmg: On Linux wxWidgets 2.8.0 and newer uses the GTK combo boxes which suck. A lot. Therefore mmg uses wxBitmapComboBoxes for wxWidgets >= 2.8.0 on Linux and normal wxComboBoxes in all other cases. wxBitmapComboBoxes are still drawn by wxWidgets itself (just like wxComboBoxes before 2.8.0) and offer much better functionality. Fix for bug 339.
    * mkvmerge, mmg: bug fix: The MIME type autodetection for attachments was broken for paths with non-ASCII characters on non-UTF-8 encoded systems (mostly on Windows). Fix for bug 340.
    * source: various fixes for compilation with wxWidgets 2.9.

    2009-02-24 Moritz Bunkus <moritz@bunkus.org>
    * all programs: bug fix: The locale was not detected properly often resulting in the program aborting with the message that "the locale could not be set properly". Fix for bug 338.
    ----------------------------------------------------------------------

    Have fun.

  • Hey,

    I've released mkvtoolnix v2.5.3. This release only contains three bug fixes with one of the being rather important for Linux users.

    Here are the usual links...

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

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

    ...to the Windows installer:
    http://www.bunkus.org/videotools/mkv…2.5.3-setup.exe

    Here's the full ChangeLog since release 2.5.2:

    ------------------------------------------------------------
    2009-03-07 Moritz Bunkus <moritz@bunkus.org>
    * Released v2.5.3.

    2009-03-01 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge, mkvextract, mmg: bug fix: If the environment variables LANG, LC_ALL, LC_MESSAGES contained a locale that was supported by the system but for which mkvtoolnix did not contain a translation (e.g. fr_FR, it_IT, en_AU) then the programs would abort with an error message. Fix for bug 338.
    * mkvmerge: bug fix: Appending raw AVC/ES files resulted in segmentation faults. Fix for bug 344.

    2009-02-28 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: bug fix: When mkvmerge was run with the --attachments option to copy only some of the attachments in a Matroska file then any attachment with an ID larger than the first skipped attachment ID was not copied into the new file. Fix for bug 346.
    ------------------------------------------------------------

    Have fun.

  • Hey,

    I've released mkvtoolnix v2.6.0. This release contains two new features
    (a header editor for existing Matroska files and a Japanese translation)
    and a couple of bug fixes dealing with charset and translation issues.

    Here are the usual links...

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

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

    ...to the Windows installer:
    http://www.bunkus.org/videotools/mkv…2.6.0-setup.exe

    Some of the binaries are still being built and should be available
    within the next two hours.

    Here's the full ChangeLog since release 2.5.3:

    ------------------------------------------------------------
    2009-03-24 Moritz Bunkus <moritz@bunkus.org>
    * Released v2.6.0.

    2009-03-22 Moritz Bunkus <moritz@bunkus.org>
    * mmg: new feature: Added a header editor for Matroska files.

    2009-03-21 Moritz Bunkus <moritz@bunkus.org>
    * mkvextract: bug fix: The "simple" chapter extraction mode (OGM style chapter output) outputs strings converted to the system's current charset by default now instead of always converting to UTF-8. This can be overridden with the "--output-charset" command line option. Fix for bug 359.

    2009-03-18 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: bug fix: QuickTime audio tracks will be stored with the CodecID "A_QUICKTIME". The CodecPrivate element contains the full "STSD" element from the QuickTime file (just like V_QUICKTIME). This method is used for all audio tracks which don't have a well-defined storage spec for Matroska (e.g. AAC, AC3, MP2/3 are still stored as A_AC3, A_AAC etc). Hopefully a fix for bugs 354 and 357.
    * mkvmerge: bug fix: The CodecPrivate element for QuickTime video tracks like Sorenson Video Codecs contained wrong data. Fix for bug 355.
    * all: Added a Japanese translation by Hiroki Taniura (see AUTHORS).

    2009-03-17 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: bug fix: Fixed detection of little endian PCM tracks in MOV files. Fix for bug 356.

    2009-03-15 Moritz Bunkus <moritz@bunkus.org>
    * mkvextract: bug fix: The charset for text output was not initialized correctly resulting in garbled display of non-ASCII characters in non-UTF-8 locales.
    * all: bug fix: A couple of translated strings were converted from the wrong locale when they were displayed.
    * mmg, mkvinfo: The GUIs now require an Unicode-enabled version of wxWidgets.

    2009-03-14 Moritz Bunkus <moritz@bunkus.org>
    * all: bug fix: The tools use the API call "GetOEMCP()" on Windows instead of "GetACP()". This should make messages output in cmd.exe come out correctly for Windows versions for which cmd.exe uses a different code page than the rest (e.g. on German Windows).

    2009-03-08 Moritz Bunkus <moritz@bunkus.org>
    * mkvinfo: enhancement: If mkvinfo is started in GUI mode on Windows then the console that was started with it will be closed.
    * mkvinfo: bug fix: Chapter names and tag elements were recoded to the wrong charset resulting in garbled output. Fix for bug 353.
    ------------------------------------------------------------

    Have fun.

    Mosu

  • Hey,

    I've released mkvtoolnix v2.7.0. This is mostly a bug fix release but also contains support for one of the most-often requested feature: TrueHD/MLP audio tracks.

    I recommend everyone to upgrade to v2.7.0, especially if you're using the header editor introduced in v2.6.0.

    Here are the usual links...

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

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

    ...to the Windows installer:
    http://www.bunkus.org/videotools/mkv…2.7.0-setup.exe

    Here's the full ChangeLog since release 2.6.0:

    ------------------------------------------------------------
    2009-04-14 Moritz Bunkus <moritz@bunkus.org>
    * Released v2.7.0.
    * Build requirements changed: mkvtoolnix requires Boost v1.32.0 or later.

    2009-04-13 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: mkvmerge will now use SimpleBlock elements instead of normal BlockGroup elements by default.

    2009-04-11 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge, mmg: new feature: Added support for the "forced track" flag. Fix for bug 128.
    * mmg: bug fix: The header editor and chapter editor will not write zero bytes anymore if there's not enough space to write an EbmlVoid element when saving to Matroska files.

    2009-04-08 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: By default mkvmerge keeps the aspect ratio information in AVC/h.264 video bitstreams now (equivalent to specifying "--engage keep_bitstream_ar_info" in earlier versions). A new option "--engage remove_bitstream_ar_info" is available that restores the previous behaviour.
    * mkvmerge: bug fix: Fixed the aspect ratio extraction for AVC/h.264 video by adding three more pre-defined sample aspect ratios. Mkvmerge also only assumes "free aspect ratio" if the aspect ratio type information indicates it and not if the type information is unknown.

    2009-04-05 Moritz Bunkus <moritz@bunkus.org>
    * mmg: new feature: Added drag & drop support for the header editor (files can be opened by dropping them on the header editor).
    * mkvmerge: new feature: Added support for reading the track language from QuickTime/MP4 files. Thanks to Eduard Bloch for the code for unpacking the language string.
    * mmg: bug fix: All arguments are shell escaped and quoted instead of only those with spaces in them. Only applies to the menu options "show command line", "save command line to file" and "copy command line to clipboard". Fix for bug 364.

    2009-03-30 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge, mkvextract: new feature: Added support for MLP audio.
    * mmg: bug fix: When adding a file with colons in the segment title all colons were replaced with the letter 'c'.

    2009-03-29 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge, mkvetract: new feature: Added support for TrueHD audio (read from raw streams with or without *****ded AC3 frames, MPEG program streams).

    2009-03-25 Moritz Bunkus <moritz@bunkus.org>
    * mmg: bug fix: The job manager's status output was garbled if mmg was run with another language as English.
    * mmg: bug fix: The progress bar for each individual job in the job dialog wasn't updated if mmg was run with another language as English.
    * mmg: bug fix: The timecodes in the job queue editor were off by one month. The "added job on" was additionally off by an amount depending on the user's time zone. Fix for bug 362.

    2009-03-24 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: bug fix: The MPEG program stream (VOB/EVO) reader was sometimes reading the timecodes wrong resulting in bad audio/video synchronization. Fix for bug 337.
    ------------------------------------------------------------

    Have fun.

    Mosu

  • Released v2.8.0.

  • Hey,

    I've released mkvtoolnix v2.9.0. New features include support for chapters in MP4 files, a translation to Chinese Traditional and support for MPEG-1/-2 video in AVI files. Improvements were made to the MPEG program stream and VobSub handling code. Fixed bugs include several segfaults, crashes in the header editor and mmg always reporting that adding files has failed with a return code of 1 on certain Windows systems. Audio/video synchronization for the native MPEG-4 storage mode has been fixed.

    Here are the usual links...

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

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

    ...to the Windows installer:
    http://www.bunkus.org/videotools/mkv…2.9.0-setup.exe

    The binaries I provide myself have all been built and uploaded already.

    Here's the full ChangeLog since release 2.8.0:

    ------------------------------------------------------------
    2009-05-22 Moritz Bunkus <moritz@bunkus.org>
    * Released v2.9.0.

    2009-05-17 Moritz Bunkus <moritz@bunkus.org>
    * all: Added a translation to Traditional Chinese by Dean Lee (see AUTHORS).
    * mkvmerge: bug fix: mkvmerge was not handling dropped frames well when converting from VfW-mode MPEG-4 part 2 to native mode MPEG-4 part 2 (with '--engage native_mpeg4'). This resulted in timecodes being to low which in turn resulted in the loss of audio/video synchronization. Fix for bug 236.

    2009-05-16 Moritz Bunkus <moritz@bunkus.org>
    * mkvextract: bug fix: The modes 'chapters', 'cuesheet' and 'tags' did not honor the '--redirect-output' option and where always writing to the standard output.
    * mkvmerge: new feature: Added a hack ('vobsub_subpic_stop_cmds') that causes mkvmerge to add 'stop display' commands to VobSub subtitle packets that do not have a duration field. Patch by Todd Schmuland (see AUTHORS).

    2009-05-15 Moritz Bunkus <moritz@bunkus.org>
    * mmg: enhancement: Changed how mmg sets the output file name automatically if the option is enabled. If the user adds more than one file then the output file name is set each time a file is added and not only when the first one is unless the user has changed the output file name manually. Fix for bug 229.

    2009-05-14 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: enhancement: Improved support for QuickTime audio tracks with version 2 of the STSD sound descriptor.
    * mmg: bug fix: The "remove all" button was sometimes disabled even though there were still files left to be removed.
    * mkvmerge: enhancement: The MPEG program stream reader will now detect invalid padding packets and skip only to the next 2048 byte packet boundary instead of skipping several good packets. Patch by Todd Schmuland (see AUTHORS).
    * mmg: enhancement: The "no chapters" checkbox can now be used for QuickTime/MP4 files and OGM files as well.
    * mkvmerge: enhancement: The OGM reader will only print the warning that no chapter charset has been set by the user if the title or the chapter information contained in the OGM file is actually used and not overwritten with '--title ...' or '--no-chapters'.

    2009-05-13 Moritz Bunkus <moritz@bunkus.org>
    * mkvextract: bug fix: The VobSub extraction was made more compatible with most applications. Fix for bug 245. Patch by Todd Schmuland (see AUTHORS).
    * mkvmerge: bug fix: Fixed support for Windows systems that use code pages that are not supported by the iconv library (e.g. code page 720). mkvmerge was exiting with warnings causing mmg to report that file identification had failed. Fix for bug 376.

    2009-05-12 Moritz Bunkus <moritz@bunkus.org>
    * mkvmerge: new feature: Added support for handling MPEG-1/-2 video in AVI files. Fix for bug 388.

    2009-05-11 Moritz Bunkus <moritz@bunkus.org>
    * all: bug fix: Global variables are deconstructed in a pre-defined way no longer causing segfaults when the programs are about to exit.
    * mkvmerge: enhancement: Implemented small speedups for some common memory operation (affects e.g. the MPEG program stream parser).
    * mkvmerge: bug fix: Fixed potential and actual segmentation faults occuring when appending VC-1 video tracks, Dirac video tracks and DTS audio tracks.

    2009-05-10 Moritz Bunkus <moritz@bunkus.org>
    * mmg: bug fix: The header and chapter editors will no longer crash the application if the user wants to open a file that's locked by another process and show an error message instead.
    * mkvmerge: enhancement: Invalid VobSub packets whose internal SPU length field differs from its actual length are patched so that the SPU length field matches the actual length. This fixes playback issues with several players and filters. Fix for bug 383.
    * mkvmerge: new feature: Added support for reading chapters from MP4 files. Fix for bug 385.
    ------------------------------------------------------------

    Have fun.

  • Hi all,

    I don't know if this is the right place, but I'll give it a try.
    I had 1 BBCHD.ts as source. Cutted begin/end with tsMuxeR and also demuxed.
    With mkvmerge I made BBCHD.mkv from the demuxed ES's And then I deleted the original.
    For some unknown reason, never had this before now I have a damaged ts file at 90% and I have a damaged mkv file at about 30% of that file which length is 00:46:06. If I use mkvextract's extract or split function I'm getting that first 15min. If I load the same file in tsMuxeR I get:
    Invalid EBML number size 0 at pos 1891641906.
    I can use ffmpeg -ss 00:20:00 -vframes -i source.ts to cut what I want without encoding, but doing the same on the mkv file fails, to do that without encoding.
    Is there a 'simple/fast' way to extract/cut parts from the mkv without encoding?

  • Released v2.9.5.

Jetzt mitmachen!

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