*offizielles deutsches flaskmpeg & dvdtoogm board*
Registrierung Kalender Mitgliederliste Teammitglieder Suche Häufig gestellte Fragen FlaskChat Zur Startseite

*offizielles deutsches flaskmpeg & dvdtoogm board* » Suche » Suchergebnis » Hallo Gast [Anmelden|Registrieren]
Zeige Beiträge 1 bis 20 von 38 Treffern Seiten (2): [1] 2 nächste »
Autor Beitrag
Thema: mkvtoolnix
mosu

Antworten: 208
Hits: 146.753
05.03.2008 22:11 Forum: *dvd=>avi/ogm/mkv/mp4*


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/mkvtool...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 smile

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.
-----------------------------------------
Thema: mkvtoolnix
mosu

Antworten: 208
Hits: 146.753
19.08.2007 14:44 Forum: *dvd=>avi/ogm/mkv/mp4*


Hey,

I've just released mkvtoolnix v2.1.0:

The source code:
http://www.bunkus.org/videotools/mkvtool...x-2.1.0.tar.bz2

The Windows Unicode binary:
http://www.bunkus.org/videotools/mkvtool...2.1.0-setup.exe

The other binaries are available from the home page:

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

Here's the ChangeLog since the previous release:
------------------------------------------------------------
2007-08-19 Moritz Bunkus <moritz@bunkus.org>

* Released v2.1.0.

2007-08-16 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: enhancement: Added support for reading MP2 audio tracks from OGM files. Patch by Mihail Zenkov (see AUTHORS).

2007-08-15 Moritz Bunkus <moritz@bunkus.org>
* mkvextract: enhancement: Added support for extracting Dolby Digital Plus (EAC3) tracks.
* mkvmerge: bug fix: SPS and PPS NALUs are no longer removed from AVC/h.264 streams. Hopefully a fix for bug 231.

2007-07-19 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: enhancement: Fixed SSA/ASS detection for files produced by Aegis Sub which doesn't include a line with '[script info]' in the file.

2007-07-07 Moritz Bunkus <moritz@bunkus.org>
* mmg: enhancement: Added another option how mmg choses the directory if automatic output filename creation is on. Implements all suggestions as listed in bug 248.

2007-07-05 Moritz Bunkus <moritz@bunkus.org>
* mmg: enhancement: Moved the complete 'settings' tab to its own dialog accessible via the 'Settings' option in the 'File' menu.

2007-06-30 Moritz Bunkus <moritz@bunkus.org>
* mmg: new feature: Added a buton 'remove all' which removes all input files and tracks leaving all other options as they are. Fix for bug 248.
* mmg: new feature: Added an option for setting the default output directory if the automatic setting of the output file name is turned on. Fix for bug 248.
* mkvmerge: enhancement: DTS code: Some tools (e.g. Surcode) can create DTS files which are padded with zero bytes after each DTS frame. These zero bytes are now skipped without printing a warning.
* mmg: enhancement: mmg can now be called with any file name as an argument. If it ends with 'mmg' then the file will be loaded as a 'mmg settings file'. Otherwise mmg will 'add' it. Fix for bug 243.

2007-06-27 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: bug fix: The OGM reader uses the OGM's timestamps for video tracks. Before it would just use the current frame number multiplied by the FPS.
* mkvmerge: enhancement: The OGM reader now uses the AVC/h.264 video packetizer for AVC/h.264 tracks so that the aspect ratio can be extracted from it.

2007-06-25 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: bug fixes: Fixed a couple of memory leaks.

2007-06-24 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: new feature: Added better checks if two tracks can be appended to the passthrough packetizer so that tracks that are otherwise not known to mkvmerge can still be appended (e.g. V_VC1). Fix for bug 244.

2007-06-23 Moritz Bunkus <moritz@bunkus.org>
* mmg: The NALU size length can now be chosen for all AVC tracks, not only for those that are handled by the 'AVC ES packetizer'.
* mkvmerge: bug fix: The 'default track' flag was set to 'yes' for tracks read from Matroska files even if 'no' was specified on the command line.
* mkvextract: new feature: Added support for the 'header removal' encoding scheme.

2007-06-21 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: new feature: The NALU size length of an AVC/h.264 track can now be changed even if the source is not an elementary stream (e.g. for MP4 and Matroska files).

2007-06-19 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: enhancement: Added support for RealAudio v3 in RealMedia files. Patch by Aurelian Jacobs. Fix for bug 246.

2007-06-11 Moritz Bunkus <moritz@bunkus.org>
* mmg: Moved the command line to a separate dialog and reduced the main window's height.

2007-04-30 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: bug fix: Another bug fix for handling various AC3 and E-AC3 files in MPEG program streams.

2007-04-26 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: bug fix: Added support for handling SEI NALUs in AVC/h.264 elementary streams so that "key frames" can be detected even if no IDR slices are present.

2007-04-19 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: bug fix: Fixed the VobSub reader so that "delay:" lines with negative timecodes are accepted. Fix for bug 241.

2007-04-18 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: bug fix: Improved the file type detection code for MPEG transport streams.

2007-03-23 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: bug fix: Fixed a problem reading normal AC3 tracks from MPEG program streams.

2007-03-22 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: bug fix: Fixed an issue with negative/huge timecodes after splitting AVC/h.264 video.

2007-03-16 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: enhancement: The SRT reader allows "." as the decimal separator as well as ",".

2007-03-12 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: bug fix: Fixed a problem with concatenating more than two subtitle files.

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 MPEG-1/2 and AVC/h.264 tracks from MPEG program streams.

2007-03-05 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: enhancement: Fixed the MPEG PS reader so that it will just skip blocks whose headers it cannot parse instead of aborting.
* mkvmerge: new feature: Added support for handling AVC/h.264 tracks in MPEG program streams.

2007-03-02 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: new feature: Added support for EAC3 tracks in MPEG program streams.
* mkvmerge: new feature: Added support for EAC3/DD+ (Dolby Digital Plus) files and tracks (raw EAC3 files or inside Matroska with CodecID A_EAC3).
------------------------------------------------------------

Have fun.

Mosu
Thema: mkvtoolnix
mosu

Antworten: 208
Hits: 146.753
23.06.2007 16:58 Forum: *dvd=>avi/ogm/mkv/mp4*


Ah ok, habe ich nachstellen können. Sollte hoffentlich in http://www.bunkus.org/videotools/mkvtool...d20070623-2.rar behoben sein.
Thema: mkvtoolnix
mosu

Antworten: 208
Hits: 146.753
22.06.2007 09:15 Forum: *dvd=>avi/ogm/mkv/mp4*


Ok, klingt nach einem Bug. Was sind denn deine Quelldateien? Versuchst du, aus einem anderen .mkv zu muxen, oder aus externen Untertiteln wie SRT oder VobSubs? Und poste bitte mal die komplette Kommandozeile (im aktuellen Build unter "Muxing -> Show the command line" zu finden).
Thema: mkvtoolnix
mosu

Antworten: 208
Hits: 146.753
21.06.2007 22:05 Forum: *dvd=>avi/ogm/mkv/mp4*


Ach ja noch was. Wenn du in mmg bei allen Sub-Tracks auf 'no' stellst, dann sollte es OK sein. Probier's bitte auch mit dem neuesten pre-build von http://www.bunkus.org/videotools/mkvtoolnix/win32/pre/
Thema: mkvtoolnix
mosu

Antworten: 208
Hits: 146.753
21.06.2007 22:04 Forum: *dvd=>avi/ogm/mkv/mp4*


Dass die Tracks einen Eintrag mit 'Default track' enthalten ist richtig, aber der Wert sollte halt auf 'no' stehen. Bitte überprüf das in der resultierenden Datei mit mkvinfo. Wenn das Element 'Default track' komplett fehlt oder auf 'yes' steht, dann ist es an, wenn es existiert und auf 'no' steht, dann aus.

Jede Kategorie (video, audio, subs) hat sein eigenes 'Default track'-Flag. Das bedeutet, dass durchaus mehrere Tracks existieren können, bei denen das 'Default track'-Flag gar nicht vorhanden ist oder vorhanden ist und auf 'yes' seht. Aber halt nur einmal pro Kategorie.
Thema: mkvtoolnix
mosu

Antworten: 208
Hits: 146.753
15.03.2007 11:02 Forum: *dvd=>avi/ogm/mkv/mp4*


Mal schauen, wann ich dafür Zeit finde. Leider ist gerade h264 so eine Sache... So einen Analysemodus wird es nicht geben, weil es (leider) zum Auffinden aller wirklichen Splitpunkte komplett gemuxt werden muss.

Normalerweise reicht bei einem existierenden MKV aber auch, dass man die Ausgabe von mkvinfo entsprechend analysiert und einfach davon ausgeht, dass mkvmerge direkt vor jedem Keyframe des ersten Videotracks splitten kann. Unter Linux wäre das dann so einfach zu erledigen:

Zitat:
mkvinfo -s yourfile.mkv | grep '^I frame, track 1'


(Unter der Annahme, dass track 1 auch wirklich Video ist)
Thema: mkvtoolnix
mosu

Antworten: 208
Hits: 146.753
15.03.2007 09:46 Forum: *dvd=>avi/ogm/mkv/mp4*


Nein, sorry. mkvmerge enthält keinerlei Decoder-Code und wird diesen auch nie enthalten. mkvmerge/mmg ist auch nicht dafür gedacht, irgendwelche Videoschnittarbeiten zu erledigen. Das Splitten dient eigentlich nur dazu, dass man eine Datei auf mehrere CDs aufteilt.

An welchen Stellen mkvmerge exakt splitten kann steht auch leider erst direkt beim Muxen fest. Das bedeutet, dass ich auch nicht eine einfache Liste aller möglichen Splitpunkte produzieren könnte, ohne einen kompletten Muxvorgang zu erledigen.

Das einzige, was ich dir anbieten kann, ist dass mkvmerge beim Muxen alle potenziellen Splitpunkte ausgibt, wenn man die "verbosity" hoch setzt (--verbose oder kurz -v).
Thema: mkvtoolnix
mosu

Antworten: 208
Hits: 146.753
22.02.2007 08:19 Forum: *dvd=>avi/ogm/mkv/mp4*


Aufgrund einer unvorhergesehenen Komplikation mit der neuen wxWidgets-Version 2.8.0, gegen die ich die Windows-Binaries gelinkt hatte, musste ich gestern Nacht noch schnell ein neues Paket schnühren, das doch wieder gegen wxWidgets 2.6.3 gelinkt ist. Die neuen URLs für die Windows-Binaries lauten http://www.bunkus.org/videotools/mkvtool...0.2-1-setup.exe und http://www.bunkus.org/videotools/mkvtool...0.2-1-setup.exe
Thema: mkvtoolnix
mosu

Antworten: 208
Hits: 146.753
13.01.2007 20:32 Forum: *dvd=>avi/ogm/mkv/mp4*


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/mkvtool...x-2.0.0.tar.bz2

...the Windows binaries (2000/XP or later):
http://www.bunkus.org/videotools/mkvtool...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 smile

Regards,
Mosu
Thema: mkvtoolnix
mosu

Antworten: 208
Hits: 146.753
25.11.2006 17:50 Forum: *dvd=>avi/ogm/mkv/mp4*


Hey guys,

Here's a new release of mkvtoolnix, 1.8.1. It's a minor bugfix release, no new features.

Here's my usual link list:

the home page:
http://www.bunkus.org/videotools/mkvtoolnix/
the source code:
http://www.bunkus.org/videotools/mkvtool...x-1.8.1.tar.bz2
Unicode enabled binaries for Windows 2000/XP and newer:
http://www.bunkus.org/videotools/mkvtool...1.8.1-setup.exe
Windows 9x/ME binaries:
http://www.bunkus.org/videotools/mkvtool...1.8.1-setup.exe

Binaries for various other Linux distributions are available from the program's home page.

The changes since 1.8.1:

-----------------------------------------------------
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.
-----------------------------------------------------

Have a nice weekend.

Regards,
Mosu
Thema: mkvtoolnix
mosu

Antworten: 208
Hits: 146.753
14.11.2006 23:38 Forum: *dvd=>avi/ogm/mkv/mp4*


Ich kann das Problem inzwischen auch nachstellen. Eventuell habe ich es auch schon behoben. Lad dir bitte mal diesen Build herunter und sag mir, ob das Problem damit verschwunden ist oder nicht: http://www.bunkus.org/videotools/mkvtool...d20061114-2.rar

Danke.
Thema: mkvtoolnix
mosu

Antworten: 208
Hits: 146.753
12.11.2006 20:06 Forum: *dvd=>avi/ogm/mkv/mp4*


Zitat:
Original von akapuma
Hallo Mosu,

ich hoffe, Du liest auch hier.


Tu ich smile

Zitat:
Ich lade in die GUI einen Audio und einen Videostream. Dann gebe ich bei Video ein AR (1.693) ein, dieser Wert erscheint auch unten in der commandline. Klicke ich dann auf den Audiostream, und dann wieder auf den Videostream, verschwindet der AR-Wert in der commandline.


Hmm. Das gleiche Problem hat mir auch schon wer anders berichtet, aber ich kann es wirklich nicht nachstellen -- bei mir bleibt das AR sowohl "oben" als auch unten in der Kommandozeile erhalten.

Kannst du mir bitte ein paar Fragen beantworten? Welches Betriebssystem benutzt du? Welches mkvtoolnix-Paket (mit oder ohne Unicode)? Welche Version? Und versuch bitte nochmal jeden einzelnen kleinen Schritt aufzuschreiben, den du machst, damit das passiert.

Danke.
Thema: mkvtoolnix
mosu

Antworten: 208
Hits: 146.753
11.11.2006 11:36 Forum: *dvd=>avi/ogm/mkv/mp4*


Hey guys,

I've finally released a new version of mkvtoolnix, 1.8.0. It caontains the usual stuff -- couple of bug fixes, library compatibility fixes, enhancements, some minor new features.

Here's my usual link list:

the home page:
http://www.bunkus.org/videotools/mkvtoolnix/
the source code:
http://www.bunkus.org/videotools/mkvtool...x-1.8.0.tar.bz2
Unicode enabled binaries for Windows 2000/XP and newer:
http://www.bunkus.org/videotools/mkvtool...1.8.0-setup.exe
Windows 9x/ME binaries:
http://www.bunkus.org/videotools/mkvtool...1.8.0-setup.exe

Binaries for various other Linux distributions are available from the program's home page.

Here's the ChangeLog since 1.7.0 for those who want the details regarding mkvtoolnix' changes:

---------------------------------------------
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).
---------------------------------------------

Have a nice weekend.

Regards,
Mosu
Thema: mkvtoolnix
mosu

Antworten: 208
Hits: 146.753
29.04.2006 12:23 Forum: *dvd=>avi/ogm/mkv/mp4*


Hey users and packagers,

Here's the newest release of mkvtoolnix after nearly five months of slow development. This release features a couple of bug fixes and almost no new features.

The usual links to...
...the home page:
http://www.bunkus.org/videotools/mkvtoolnix/
...the source code:
http://www.bunkus.org/videotools/mkvtool...x-1.7.0.tar.bz2
...the Windows Unicode installer:
http://www.bunkus.org/videotools/mkvtool...1.7.0-setup.exe

The other binaries will be available from my homepage and the other assorted web pages shortly.

Here's the ChangeLog since 1.6.5:

------------------------------------------------------------
2006-04-28 Moritz Bunkus <moritz@bunkus.org>
* Released v1.7.0.
* mkvmerge: enhancement: Added support for MIME type detection via libmagic (patch by Robert Millan with heavy modifications by myself).

2006-04-07 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: bug fix: Theora headers were not handled correctly.

2006-04-03 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: bug fix: The WavPack reader was broken on 64bit systems (e.g. AMD64).

2006-03-17 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: bug fix: The Theora timecode handling was broken, and Ogg/Theora files were not identified correctly (they showed up as "unknown" in mmg).

2006-02-27 Moritz Bunkus <moritz@bunkus.org>
* mmg: enhancement: The 'adjust timecodes' function accepts timecodes like 'XXXXXunit' with 'unit' being 'ms', 'us', 'ns' or 's'.
* mkvmerge: enhancement: mkvmerge will no longer refuse to concatenate files with differing Codec Private contents and only issue a warning in such cases.
* mkvmerge: bug fix: Quicktime/MP4 reader: Added support for version 1 media headers ('mdhd' atom) with 64bit fields. Fixed the duration of the last packet passed downstream. Fixed overflow issues during re-scaling from the Quicktime/MP4's time scale to nano seconds used by mkvmerge.

2006-01-18 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: bug fix: Muxing wasn't working Windows 9x/ME because mkvmerge was trying to use Unicode file access functions when determining which directories to create. Fixes Anthill bug #177.

2006-01-17 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: new feature: Added support for the "Delay:" feature and for negative timecodes in VobSub IDX files.

2005-12-14 Moritz Bunkus <moritz@bunkus.org>
* mmg: new feature: If mmg is set to automatically fill in the output file name then it will clear the output file name once all input files have been removed.

2005-12-12 Moritz Bunkus <moritz@bunkus.org>
* mmg: bug fix: Fixed a crash that occured if the user removed an attachment and clicked somewhere in the empty space in the attachment list. Occured only on Windows.

2005-12-10 Moritz Bunkus <moritz@bunkus.org>
* mmg: bug fix: Re-added Chinese to the list of popular languages (those are listed first in the language drop down boxes).

2005-12-08 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: bug fix: The last change to the ISO 639 language handling broke the VobSub reader so that it reported the wrong language codes. This also caused mmg to not display the correct language after adding a VobSub file.
------------------------------------------------------------

Have fun smile
Thema: mkvtoolnix
mosu

Antworten: 208
Hits: 146.753
07.12.2005 20:13 Forum: *dvd=>avi/ogm/mkv/mp4*


Hey guys,

after nearly two months I'm releasing a new version, 1.6.5. Tons of bug
fixes, a couple of new features. The usual mix Augenzwinkern

The links:
...to the homepage:
http://www.bunkus.org/videotools/mkvtoolnix/
...to the source code:
http://www.bunkus.org/videotools/mkvtool...x-1.6.5.tar.bz2
...to the Unicode enabled Windows build:
http://www.bunkus.org/videotools/mkvtool...1.6.5-setup.exe

The other binaries are still being built and will be available shortly.

Finally the ChangeLog excerpt since the previous version:

-------------------
2005-12-07 Moritz Bunkus <moritz@bunkus.org>
* Released v1.6.5.

2005-12-06 Moritz Bunkus <moritz@bunkus.org>
* source: bug fix: Changed the list of ISO 639 languages so that the terminology versions are converted into the bibliography versions of the 639-2 codes (e.g. use "ger" instead of "deu" for the German language). Converted almost all pieces of mkvmerge and mmg to accept ISO 639-1, 639-2 codes (both bibliography and terminology versions) and the languages' English names. Those will always be converted to the 639-2 code. Fixes Anthill bug #171.

2005-12-05 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: bug fix: The country code used in XML chapter files was checked against the list of ISO 639-1 codes and not against the list of ccTLDs. Partial bugfix for Anthill bug #171.
* mkvmerge: bug fix: When appending tracks and using timecodes the timecodes were only used for the first track in a chain of tracks. This has been changed so that you must specify only one timecode file in such cases (e.g. "mkvmerge ... --timecodes 0:my_timecodes.txt part1.avi +part2.avi"). mmg has already been working like this. Fixes Anthill bug #162.

2005-12-02 Moritz Bunkus <moritz@bunkus.org>
* source: new feature: Added support for linking against liblzo2 (same compression algorithm, just a new library version). Patch by Diego Petten (see AUTHORS).
* mkvmerge: new feature: Added a workaround for files created by Gabest's DirectShow Matroska muxer with slightly broken frame references. Fixes Anthill bug #172.
* mkvextract: new feature: attachment extraction mode: Made the output file name optional. If it is missing (e.g. "mkvextract attachments source.mkv 92385: 124981:") then the name of the attachment inside the Matroska file is chosen instead. Patch by Sergey Hakobyan (see AUTHORS).
* mkvmerge: new feature: If an output file name contains directories that don't exist then they're created. Patch by Sergey Hakobyan (see AUTHORS) with modifications by myself.

2005-11-24 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: bug fix: Don't abort reading a Matroska if the next element is not a cluster. This is the case for e.g. files produced by Haali's muxer which writes the segment tracks element in intervals. Fixes Anthill bug #169.

2005-11-19 Moritz Bunkus <moritz@bunkus.org>
* mmg: bug fix: Fixed a problem with the selection of language codes for chapters in the chapter editor.

2005-11-18 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: bug fix: If at least or more attachments were present and the user used --attachment-name for each of them (as mmg does) then mkvmerge was wrongly outputting a warning about multiple uses of --attachment-name for a single attachment.
* mkvmerge: new feature: Added limited support for edit lists in MP4/QuickTime files. Fixes Anthill bug #151.
* mkvmerge: bug fix: MP4/QuickTime files which contain another atom before the 'avcC' atom in the video track headers weren't correctly remuxed.

2005-11-16 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: bug fix: mkvmerge will now refuse to append AVC/h.264 video tracks whose codec initialization data blocks do not match. Invalidates Anthill bug #163.

2005-11-12 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: bug fix: Fixed a crash If the granulepos (the timecodes) reset in the middle of an Ogg/OGM file. Fixes Anthill bug #166.
* mkvmerge: bug fix: Fixed a division-by-zero error in the RealMedia demuxer. Fixes Anthill bug #161.
* mkvmerge: bug fix: Fixed a couple of potential (and actual) segmentation faults by accessing invalid memory addresses. Initial patch for the VobSub reader by Issa on Doom9's forum.

2005-11-04 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge, mmg: new feature: The names of attached files can be set with a new option --attachment-name or on mmg's "Attachments" page.

2005-11-02 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: bug fix: Fixed another bug when appending AVC/h.264 tracks that would mkvmerge cause to die with "bref_packet == NULL". Fixes Anthill bug #160.

2005-11-01 Moritz Bunkus <moritz@bunkus.org>
* mmg: bug fix: When the user saved the muxing output in a log file that file didn't use Windows line endings (CR LF) on Windows.
* mmg: bug fix: Appending tracks was broken because the track numbers in the command line were incorrect. Fixes Anthill bug #160.

2005-10-23 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: new feature: Added support for Ogg/Theora.

2005-10-22 Moritz Bunkus <moritz@bunkus.org>
* 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".

2005-10-21 Moritz Bunkus <moritz@bunkus.org>
* mkvinfo: new feature: The sub elements of the EBML head are now shown.
* mkvinfo: new feature: Added support for the new SimpleBlock.
* mkvextract: new feature: Added support for the new SimpleBlock.
* mkvmerge, mmg: new feature: Added support for the new SimpleBlock instead of BlockGroups (only available via "--engage use_simpleblock" for now). Patch by Steve Lhomme (see AUTHORS) with fixes by myself.
-------------------

Have fun smile

Mosu
Thema: mkvtoolnix
mosu

Antworten: 208
Hits: 146.753
14.10.2005 17:18 Forum: *dvd=>avi/ogm/mkv/mp4*


Zitat:
Original von Selur
Zitat:
mkvmerge was choking on AVIs with a single frame inside. Fixes bug 156.

wer macht den sowas?


Gute Frage Augenzwinkern Wurde mir von jemandem auf forum.doom9.org gesagt. Wofür man's braucht? Vielleicht für ein statisches Intro in Verbindung mit externen Timecode-Dateien für längere Bild-Dauer? Wasweißich großes Grinsen
Thema: mkvtoolnix
mosu

Antworten: 208
Hits: 146.753
14.10.2005 17:11 Forum: *dvd=>avi/ogm/mkv/mp4*


I've just released the next mkvtoolnix version, 1.6.0. It's another bug fix release, and I definitely recommend to update.

The usual links...
...to the home page: http://www.bunkus.org/videotools/mkvtoolnix/
...the source code: http://www.bunkus.org/videotools/mkvtool...x-1.6.0.tar.bz2
...the Windows Unicode binary: http://www.bunkus.org/videotools/mkvtool...1.6.0-setup.exe

Here's the ChangeLog since 1.5.6:
-------------------------------------------------------------------
2005-10-14 Moritz Bunkus <moritz@bunkus.org>
* Released v1.6.0.

2005-10-09 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: new feature: Implemented the new header removal compression: compression for native MPEG-4 part 2, decompression for all types (don't use it yet, folks!).

2005-10-04 Moritz Bunkus <moritz@bunkus.org>
* mkvextract: bug fix: Extra codec data wasn't written to AVI files if it was present (e.g. for the HuffYuv codec). Fixes bug 157.
* mkvmerge: bug fix: mkvmerge was choking on AVIs with a single frame inside. Fixes bug 156.

2005-09-30 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: bug fix: Changed how AVC video frames are referenced. This is not ideal yet, but at least references are kept intact when reading AVC from Matroska files. Should fix bug 154.

2005-09-18 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: bug fix: Appending AVC video tracks was broken if they contained aspect ratio information that the user overwrote on the command line.
* mmg: bug fix: If a video track was selected that was appended to another track then the aspect ratio drop down box was still active.
* mkvmerge: new feature: MPEG-4 part 2 streams are searched for the pixel width/height values. Those are taken if they differ from those values in the source container. This is a work-around for buggy muxers, e.g. broken video camera firmwares writing bad MP4 files. Fixes bug 149.

2005-09-15 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: bug fix: Appending files with RealVideo was broken.

2005-09-09 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge, mkvextract: bug fix: ASS files sometimes use a column called 'Actor' instead of 'Name', but both should be mapped to the 'name' column in a Matroska file.
-------------------------------------------------------------------

Have fun smile
Thema: mkvtoolnix
mosu

Antworten: 208
Hits: 146.753
07.09.2005 19:20 Forum: *dvd=>avi/ogm/mkv/mp4*


Zitat:
Original von Selur
Wird das AspectRatio wieder in den Stream gepackt falls man den Stream extrahiert?


Momentan nicht, nein. Aber das ist definitiv angedacht. Ich will das gleiche auch fuer ASP und nicht nur fuer AVC machen, war allerdings ein wenig unter Zeitdruck. Ich hab so viele Bugs beseitigt, dass ich 1.5.6 nicht laenger zurueckhalten wollte -- dabei musste aber die vollstaendige AR-Behandlung auf der Strecke bleiben.
Thema: mkvtoolnix
mosu

Antworten: 208
Hits: 146.753
07.09.2005 19:12 Forum: *dvd=>avi/ogm/mkv/mp4*


Heya guys,

here we go! I consider this release to be a "major bugfix" release. There were a lot of issues that I was finally able to track down or that were simply new bugs I didn't know about before. So I strongly advise to upgrade to this version.

However, AVC aspect ratio info handling has been changed (see the ChangeLog below for details), and it's quite possible that new bugs have introduced in the process.

Here are the typical links...
...to the home page:
https://www.bunkus.org/videotools/mkvtoolnix/
...the source code:
https://www.bunkus.org/videotools/mkvtoo...x-1.5.6.tar.bz2
...the Windows Unicode installer:
https://www.bunkus.org/videotools/mkvtoo...1.5.6-setup.exe

All the other packages are/will be available from the home page.

The ChangeLog since 1.5.5:
-----------------------------------------------------------------
2005-09-06 Moritz Bunkus <moritz@bunkus.org>
* mmg: bug fix: If the user selected an aspect ratio for a video track, then chose "File -> new", added a file, selected another video track and chose the same aspect ratio as before then it wasn't added to the command line. Fixes Anthill bugs 132 and 146.
* mkvmerge: bug fix: Support Qt/MP4 files with 64bit offset tables ('co64' atom instead of 'stco' atom).

2005-09-04 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: new feature: mkvmerge will remove the aspect ratio information from a AVC/h.264 video track bitstream and put it into the display dimensions (until now the AR information was kept on the bitstream level). The reason is that in Matroska the container AR is supposed to take precedence over bitstream AR, but some decoder programmers ignore the container AR in favour of bitstream AR.

2005-08-31 Moritz Bunkus <moritz@bunkus.org>
* mkvinfo: bug fix: The GUI couldn't open files with non-ASCII chars in the file name.

2005-08-30 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: bug fix: Display dimensions were reported for all tracks, even if they weren't present. In that case they allegedly were "0x0" which caused mmg to add "--display-dimensions ...:0x0" for each track read from a Matroska file, even if the tracks were not video tracks.

2005-08-28 Moritz Bunkus <moritz@bunkus.org>
* mkvextract: bug fix: The extracted timecodes were wrong for blocks with laced frames.

2005-08-25 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: bug fix: If a Matroska file with a MPEG-4 part 2 video track was muxed into a Matroska file and the source file did not contain the display width/height elements for that track then the aspect ratio was extracted from the video data itself which clashes with the Matroska specs which say that display width/height default to the pixel width/height if they're not present.

2005-08-24 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: bug fix: Native MPEG-4 ASP storage was still bugged: timecodes were assigned twice, frames referenced themselves.
* mkvmerge: bug fix: -aus Sicherheitsgründen entfernt- fonts and pictures in a SSA/ASS file are not discarded any longer. They are converted to Matroska attachments instead. Other sections that were discarded are added to the CodecPrivate data as are "Comment:" lines in the "[Events]" section. Those comment lines still lose their association for which "Dialogue:" line they were meant, but that cannot be changed.

2005-08-21 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge: bug fix: --delay was not working at all.
* mkvmerge: bug fix: Single digit numbers followed by 's' were not recognized as valid numbers with a unit (e.g. in '--delay 0:9s').
-----------------------------------------------------------------

Have fun smile
Zeige Beiträge 1 bis 20 von 38 Treffern Seiten (2): [1] 2 nächste »

WBB, entwickelt von WoltLab GmBH