Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
![]() |
#661 | Link |
Registered User
Join Date: Oct 2001
Location: Alabama, USA
Posts: 769
|
ditto on Vista x64
__________________
ChapterGrabber - add names to your chapters | AtomSite - open source AtomPub server |
![]() |
![]() |
#662 | Link |
dreamer
Join Date: Sep 2008
Posts: 33
|
TRUE-HD and mkvmerge
Hello to all actives Users and Friends,
I just demux with TsMuxer a video file (H264 Codec) and an audio file (TRUE-HD Codec). I wanted to select the audio file in the language I want to merge it with the video file using mkvmerge. The mkvmerge opened my video file with .264 extention. It could'nt open the audio file with .ac3 extention ![]() ![]() NjB |
![]() |
![]() |
#663 | Link |
Excessively jovial fellow
Join Date: Jun 2004
Location: rude
Posts: 1,100
|
dolby truehd is not (yet?) supported in matroska, at least not by any known muxers. transcode to another lossless codec (flac comes to mind, it compresses better than truehd anyway) or extract only the ac3 part.
|
![]() |
![]() |
#664 | Link | |
dreamer
Join Date: Sep 2008
Posts: 33
|
Transcode Audio
Quote:
Onlytruehd. I'm affraid I'm obliged to transcode to another codec. I nedd to know wich program can help me do this . :-) The Eac3to and More GUI ask me command lines, and it's complicated. ![]() NjB |
|
![]() |
![]() |
#665 | Link |
Registered User
Join Date: Dec 2006
Posts: 523
|
Feature Request
"Always Save Log Files" option, to the working directory
Throw an error if the streams are of different lengths (e.g. one video, one or two audio streams). I accidentally muxed a 6 minute audio stream into a 5 minute video. ![]() |
![]() |
![]() |
#667 | Link |
Registered Developer
Join Date: Sep 2006
Posts: 9,140
|
@Mosu,
what does mkvtoolnix do with WAV files that are bigger than 2GB (or 4GB)? Does it support them? You know, the WAV header is limited to 2GB/4GB. Could you please: (1) Either ignore the size information in the header, if the WAV file is bigger than 2GB/4GB? (2) Or add support for wav64 or rf64 files? In any case there should be some "official" way to feed mkvtoolnix with a >4GB WAV/PCM file. Thanks! Edit: Just noticed that mkvtoolnix does in fact support >4GB WAV files. So all is fine! ![]() Last edited by madshi; 27th November 2008 at 22:30. |
![]() |
![]() |
#668 | Link | |
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,309
|
Quote:
__________________
Latest MKVToolNix is v90.0 If I ever ask you to upload something, please use my file server. |
|
![]() |
![]() |
#669 | Link |
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,309
|
Usage error, I will certainly not check for things like this.
__________________
Latest MKVToolNix is v90.0 If I ever ask you to upload something, please use my file server. |
![]() |
![]() |
#670 | Link |
Registered User
Join Date: Mar 2006
Posts: 567
|
I've noticed that mkvmerge doesn't see LPCM audio streams inside DVD VOBs. If seeing and muxing such VOB files could be implemented. it would be great. They're basicly PCM audio. Here is a 18MB MPEG2 video + LPCM audio sample cut from a DVD vob (it's a cell from a vob):
Code:
http://www.mediafire.com/?ikvzichmjzm |
![]() |
![]() |
#671 | Link | |
Registered Developer
Join Date: Sep 2006
Posts: 9,140
|
Quote:
LPCM streams in VOB files are marked with "stream_index & 0xf0 == 0xa0". Each PES LPCM data block has a 3 byte header. Here's how to read the header: Code:
channels = buf[1] & 0x7 + 1; bitdepth = (buf[1] & 0xc0) >> 6; // 0=16bit; 1=20bit; 2=24bit samplerate = (buf[1] & 0x30) >> 4; // 0=48k; 1=96k; 2=192k Please note that the header is different for EVO files! |
|
![]() |
![]() |
#672 | Link |
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,309
|
LPCM is not supported at all at the moment. So I don't know when/if I'll find the time to implement support for it.
__________________
Latest MKVToolNix is v90.0 If I ever ask you to upload something, please use my file server. |
![]() |
![]() |
#673 | Link |
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,309
|
mkvtoolnix 2.4.1 released
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...-2.4.1.tar.bz2 ...to the Windows installer: http://www.bunkus.org/videotools/mkv....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
__________________
Latest MKVToolNix is v90.0 If I ever ask you to upload something, please use my file server. |
![]() |
![]() |
#674 | Link |
Registered User
Join Date: Aug 2002
Posts: 125
|
Thanks for the update, just installed latest version. When running mkvmerge, i get an error stating mmg.exe has stopped working (Vista 32), had to revert back to 2.4.0, anyone else experiencing the same?
Last edited by spida_singh; 5th December 2008 at 16:30. |
![]() |
![]() |
#675 | Link |
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,309
|
All: The installer for v2.4.1 didn't include two DLLs (libebml.dll and libmatroska.dll). I've uploaded a new installer build to the same location: http://www.bunkus.org/videotools/mkv....4.1-setup.exe (size 4093126 bytes). I advise to re-download the installer and re-install mkvtoolnix with it.
spida_singh: As I said please download the new installer build. If it doesn't fix the problem for you then I'll have to investigate. Unfortunately I don't have a single Vista installation at home nor at work, so it might take me some time (because, as you may have guessed by now, I cannot reproduce those crashes on my XP nor on our 2003 Server at work).
__________________
Latest MKVToolNix is v90.0 If I ever ask you to upload something, please use my file server. |
![]() |
![]() |
#677 | Link |
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,309
|
Great. Thanks for the feedback.
__________________
Latest MKVToolNix is v90.0 If I ever ask you to upload something, please use my file server. |
![]() |
![]() |
#679 | Link |
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,309
|
Congratulations to Kaspersky -- yet another virus scanner with a false positive.
__________________
Latest MKVToolNix is v90.0 If I ever ask you to upload something, please use my file server. |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|