*offizielles deutsches flaskmpeg & dvdtoogm board* (http://www.flaskmpeg.info/index.php)
- *dvd=>avi/ogm/mkv/mp4* (http://www.flaskmpeg.info/board.php?boardid=25)
-- mkvtoolnix (http://www.flaskmpeg.info/thread.php?threadid=3813)


Geschrieben von EthanoliX am 12.12.2003 um 11:52:

 

Dankeeee, Frau Zip, Kasse bitteeee.



Geschrieben von filewalker am 01.01.2004 um 15:38:

 

Zitat:
Originally posted by Mosu
Heya guys,

I've released a new version of mkvtoolnix: 0.8.0. It is mainly a bug fix release containing a number of small bug fixes (there was really no show stopper this time Augenzwinkern ) but also support for the new and simpler tagging system (still no tag editor, but it'll come soon). I suggest you read the ChangeLog below Augenzwinkern

As a side note to those interested: This release does already contain code to create native MPEG4 files with proper B frame support and stuff, but due to various reasons this code is not activated by default. It'll come later. When I've got this working more or less then I'll probably
start workingon reading video from MP4 files.

The URLs:
http://www.bunkus.org/videotools/mkvtoolnix/
Sources:
http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-0.8.0.tar.bz2
Windows binaries:
http://www.bunkus.org/videotools/mkvtoolnix/win32/mkvtoolnix-0.8.0.rar

Happy new year.

Here's the ChangeLog since 0.7.9:
---------------------------------
2004-01-01 Moritz Bunkus <moritz@bunkus.org>
* Released v0.8.0.

2003-12-29 Moritz Bunkus <moritz@bunkus.org>
* mmg: bug fix: Fixed the "write chapters to Matroska file" feature.
* mmg: bug fix: Made mmg not abort but only display an error message when malformed XML chapter files should be loaded.

2003-12-28 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: bug fix: The timescodes for Vorbis were calculated one packet too early (meaning that the first packet did not start at 0).
* mmg: Made "don't link" ON by default because some players might have problems with the second and all following files if they don't expect them not to start at 0.
* mkvmerge, mkvextract, mkvinfo: Added support for the new tagging system.
* mmg: bug fix: The default values for the chapter language and chapter country are now applied when loading simple (OGM) style chapter files as well.
* mkvmerge: bug fix: The VobSub packetizer will assume MPEG2 if no MPEG version identifier was found ("Unsupported MPEG version: 0x00...").

2003-12-23 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: There are MP4 files that actually contain HE-AAC but don't have the 5 byte identifier. mkvmerge will also assume SBR if there's only the 2 byte identifier with a sampling frequency < 44100Hz.

2003-12-22 Moritz Bunkus <moritz@bunkus.org>
* mkvextract: bug fix: Wrong display output and illegal memory access when extracting FLAC files.

2003-12-17 Moritz Bunkus <moritz@bunkus.org>
* mmg: bug fix: If one added a Matroska file and the track name or language of a track consisted of only blanks then mmg would segfault.

2003-12-15 Moritz Bunkus <moritz@bunkus.org>
* mmg: The input box will automatically select the first track when a file is selected. Upon track selection the input focus is set to the track name input box.
* mmg: The chapter editor automatically focuses the chapter name input box whenever a chapter entry is selected.
* mmg: bug fix: The chapter editor did not properly escape the chapter names resulting in invalid XML files if the special characters &, < or > were used.

2003-12-12 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: bug fix: If splitting was active then a wrong CodecID was written to the second and all following files for MP2 tracks.
--------------------------

Mosu



Cu filewalker



Geschrieben von empty am 01.01.2004 um 15:43:

 

Danke. Schlürf! großes Grinsen
Viele Grüße bb empty



Geschrieben von Balm am 01.01.2004 um 15:57:

 

Zitat:
As a side note to those interested: This release does already contain code to create native MPEG4 files with proper B frame support and stuff, ...


Yeah, das Jahr geht ja richtig gut los smile )

Cu Balm



Geschrieben von Selur am 01.01.2004 um 16:48:

 

Hui, das hört sich echt gut an, wird vorallem Christian freuen Augenzwinkern

Cu Selur



Geschrieben von ChristianHJW am 01.01.2004 um 20:48:

 

Zitat:
Original von SelurHui, das hört sich echt gut an, wird vorallem Christian freuen Augenzwinkern .Cu Selur
... wieso denn ich ? Ihr sollt das Zeugs nutzen, ich doch nicht Zunge raus ... ich nehm sowieso RV9 Augenzwinkern ..... j/k .....



Geschrieben von Balm am 01.01.2004 um 20:56:

 

großes Grinsen LOL großes Grinsen

Cu Balm



Geschrieben von filewalker am 06.01.2004 um 14:16:

 

Zitat:
Originally posted by Mosu
Heya,

the second release in 2004 right after 0.8.0 is 0.8.1. It fixes three important things, and though I'm quite annoyed at having introduced the first with 0.8.0 in the first place I'm as pleased to have finally fixed the other two.

The first bug, introduced with 0.8.0, made muxing RealVideo impossible (resulting in segfaults / invalid memory access etc.). This bugfix changed two lines of code.

The second bug fixes the parsing of QuickTime/MP4 files for some special atom sizes. This mostly affects MP4 files created by NeroDigital and consists of eight lines of source code being moved down one line.

The third bug fixes the VobSub handling on Windows getting rid of these illegal memory access / "mkvmerge exited with an error -13905490871395". The bugfix is exactly one line long.

You see, small changes with big results.


The URLs:
http://www.bunkus.org/videotools/mkvtoolnix/
The source:
http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-0.8.1.tar.bz2
And the Windows binaries:
http://www.bunkus.org/videotools/mkvtoolnix/win32/mkvtoolnix-0.8.1.rar

The ChangeLog:
-------------------------
2004-01-06 Moritz Bunkus <moritz@bunkus.org>
* Released v0.8.1.

2004-01-05 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: bug fix: The I/O classes were not initialized correctly on Windows resulting in spontaneous strange error messages, especially when muxing VobSubs.

2004-01-03 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: bug fix: For some special atom sizes in Quicktime and MP4 files the size was not read correctly. This affected e.g. files created by Nero Digital.

2004-01-02 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: bug fix: Segfault when muxing some video formats due to unchecked data (includes RealVideo).
----------------

Have a pleasant day smile


Cu filewalker



Geschrieben von Selur am 06.01.2004 um 15:39:

 

Danke für die Info smile

Cu Selur



Geschrieben von ChristianHJW am 06.01.2004 um 17:26:

 

Hat jetzt jemand schon mal den native switch getestet ? Sollte jetzt auch von NeroDigital files klappen, mit 0.8.1 .... irgendwelche Erfahrungen ?



Geschrieben von scrat am 20.01.2004 um 23:18:

 

hey!

mkvtoolnix 0.8.2 released:

Zitat:
Heya mailing lists and package maintainers,

here's another release of mkvtoolnix, 0.8.2. A few usability
enhancements together with a couple of minor bug fixes make up this
release. Please note that Windows users need to re-download the runtime
package also available on my home page because I've switched to more
DLLs.

The mkvtoolnix homepage:
http://www.bunkus.org/videotools/mkvtoolnix/
The sources:
http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-0.8.2.tar.bz
2

The Windows binaries and the Windows runtime package:
http://www.bunkus.org/videotools/mkvtoolnix/win32/mkvtoolnix-0.8.2.rar
http://www.bunkus.org/videotools/mkvtoolnix/win32/mkvtoolnix-runtime.rar


And finally the ChangeLog since 0.8.1:
----------------------------
2004-01-21 Moritz Bunkus <moritz@bunkus.org>

* Released v0.8.2.

2004-01-19 Moritz Bunkus <moritz@bunkus.org>

* mkvmerge: bug fix: The PCM handling was broken resulting in
packets that did not end on sample boundaries.

2004-01-17 Moritz Bunkus <moritz@bunkus.org>

* mkvmerge: bug fix: AVIs with uncompressed sound were leading to
buffer overflows.

* mkvmerge/mmg: allow the track names to be empty so that you can
remove them when muxing Matroska files. Same for the file title.

* mkvmerge: new feature: The track headers will be rendered
completely including the elements that are set to their default
values. Causes less confusion and allows the setting of e.g. the
track language without having to remux the file completely.

* mkvmerge: bug fix: If remuxing a file that contains frames with
a reference to the same timecode those references were lost
turning such P frames into I frames. This was the case for some
RealAudio stuff.

2004-01-15 Moritz Bunkus <moritz@bunkus.org>

* mmg: new feature: Automatically pre-set the attachment's MIME
type if the file has a known extension (e.g. 'text/plain' for
'.txt').

* mkvmerge: new feature: Unknown/unsupported track types can be
copied 1:1 from Matroska input files.

* mkvmerge: new feature: Added proper support for
AAC-inside-RealMedia files.

2004-01-14 Moritz Bunkus <moritz@bunkus.org>

* mkvmerge: new feature: Write cues for audio-only files as well
(not more than one cue entry during a two seconds period).

2004-01-12 Moritz Bunkus <moritz@bunkus.org>

* mkvmerge: bug fix: The default track flags could not be
overriden on the command line when reading Matroska files.

* Windows binaries after v0.8.1 require a new runtime DLL
archive. Please download it from
http://www.bunkus.org/videotools/mkvtoolnix/ Thanks.

2004-01-11 Moritz Bunkus <moritz@bunkus.org>

* mkvmerge: new feature: Added the two new chapter flags 'hidden'
and 'enabled'.

* mkvmerge: new feature: Added a new format for the external
timecode files.

2004-01-09 Moritz Bunkus <moritz@bunkus.org>

* mkvmerge: bug fix: The VobSub handling was on occasion putting
SPU packets for the wrong MPEG stream into the current stream
resulting in that particular entity not being displayed.



mfg
scrat



Geschrieben von filewalker am 20.01.2004 um 23:47:

 

wollte es auch gerade posten... smile


Cu filewalker



Geschrieben von Selur am 21.01.2004 um 06:38:

 

Danke für die Info smile

Cu Selur



Geschrieben von empty am 21.01.2004 um 18:18:

 

Zitat:
allow the track names to be empty
Hehe, so ist recht. *lol*
Viele Grüße bb empty



Geschrieben von filewalker am 10.02.2004 um 15:48:

 

Mosu hat MKVMerge 0.8.2 rausgebracht.

Wer OGM --> MKV konvertieren möchte, wird sich freuen...language-, chapter info wird jetztvon OGM übernommen. smile

Vobsub UT funzen jetzt bei mir auch fehlerfrei. smile

...und vieles mehr...lest selbst:

Zitat:
Originally posted by Mosu
Heya,

it's been a couple of days since 0.8.2, and here's 0.8.3. A lot has changed internally, and I hope I haven't broken too many things Augenzwinkern So far there have been really useful bug reports, so I hope it's ok. This release features bug fixes and new features, though these aren't major. Please read the ChangeLog (see below) for a full explanation.

The mkvtoolnix homepage:
http://www.bunkus.org/videotools/mkvtoolnix/index.html
The source code:
http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-0.8.3.tar.bz2
Windows binaries:
http://www.bunkus.org/videotools/mkvtoolnix/win32/mkvtoolnix-0.8.3.rar

Those Windows users updating from a version prior to 0.8.2 need to
re-download the runtime package:
http://www.bunkus.org/videotools/mkvtoolnix/win32/mkvtoolnix-runtime.rar

The ChangeLog since 0.8.2:

2004-02-09 Moritz Bunkus <moritz@bunkus.org>
* Released v0.8.3.

2004-02-08 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: new feature: The LANGUAGE, TITLE tags and chapters are being kept when reading OGM files.
* mkvmerge: Changed the meaning of '--global-tags'. They now apply to the complete file.

2004-02-07 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: bug fix: VobSub durations were not converted from ms to ns precision resulting in VERY short packets smile

2004-02-01 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: bug fix: The change from ms to ns precision broke subtitle handling from OGM.

2004-01-31 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: Made "do not link files when splitting" the default, just like in mmg.
* mkvmerge: new feature: Enabled reading of AAC from OGMs.
* mkvmerge: The VobSub reader will not discard packets that exceed a certain size (64KB) anymore.
* mkvmerge: Improved some internal memory freeing decisions. This should help with files/sections in which are only few keyframes.

2004-01-30 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: Changed the two-pass splitting into a one-pass splitting. The resulting files will always be a little bit larger than the desired size/length, but this shouldn't matter.

2004-01-25 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: bug fix: Segfault when using external timecode v1 files.

2004-01-24 Moritz Bunkus <moritz@bunkus.org>
* mmg: Rewrote the chapter editor. It now makes a lot more sense: You can have multiple names for one chapter entry, and for each name there's only one language/country association.

2004-01-23 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: bug fix: The AAC-in-Real stuff again.

2004-01-22 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: Changed the complete timecode handling from ms precision to ns precision. Expect some things to be broken by this change.
* mkvmerge: bug fix: Fixed a couple of memory leaks, especially in the QuickTime/MP4 parser.

2004-01-21 Moritz Bunkus <moritz@bunkus.org>
* mmg: Added some more extensions for RealMedia files.
* mkvmerge: bug fix: Proper handling for AAC read from RealMedia files (sample rate/output sample rate were not assigned correctly).

Have fun smile



Cu filewalker



Geschrieben von Selur am 10.02.2004 um 18:23:

 

Danke für die Info smile

Cu Selur



Geschrieben von scrat am 11.02.2004 um 11:46:

 

hey!

und schon ist die 0.8.4er version da...

Zitat:
due to a very unfriendly bug I have to release 0.8.4 not two days after
0.8.3. Nash reported that when reading Matroska files durations were
omitted which is fatal for any subtitle track (both VobSubs and text
subs). This is the only change, but I strongly encourage you to update.

The mkvtoolnix homepage:
http://www.bunkus.org/videotools/mkvtoolnix/index.html
The sources:
http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-0.8.4.tar.bz2
Windows binaries:
http://www.bunkus.org/videotools/mkvtoolnix/win32/mkvtoolnix-0.8.4.rar



mfg
scrat



Geschrieben von Balm am 11.02.2004 um 15:41:

 

Ui, danke smile )

Cu Balm



Geschrieben von empty am 16.02.2004 um 09:45:

 

Hat nochmal jemand die 0.82 für mich? Am besten per Mail. 0.83 habe ich irgendwie verpasst und 0.84 kann keine meiner OGMs mehr lesen. Augen rollen Auf meinem Backup habe ich leider nur noch die 0.81. unglücklich Also wenn mir jemand 0.82 und am besten gleich noch 0.83 schicken kann, wäre ich ihm sehr verbunden. smile )
Viele Grüße bb empty



Geschrieben von filewalker am 16.02.2004 um 19:41:

 

hast du auch das neueste runtime package gedownloadet?

Also, eigentlich sollte die 0.84 besser mit OGM zurechtkommen, bei mir funzt alles voll super (und ich bin gerade dabei alle meinen alten OGM nach MKV zu konvertieren. Auch chapters werden bei der 0.84 übernommen.


email ist unterwegs...

Cu filewalker


Forensoftware: Burning Board 2.3.6, entwickelt von WoltLab GmbH