Audio mkvmerge muxing problem

Bug report and feature request
Post Reply
GMib
Beginner
Beginner
Posts: 7
Joined: Sat Jun 28, 2008 5:18 am

Audio mkvmerge muxing problem

Post by GMib » Tue Sep 09, 2008 6:10 am

sometime mkvmerge cut the end of audio track when transcoding to aac/h264 using x264 and nero encoder.
Source file : VTS_01_0.IFO (same problem on VOB file)

Code: Select all

'F:\vidtemp\mcstream1900.m4a' track 1: Using the AAC output module.
The file 'F:\videos\Rip\VTS_01_0.mkv' has been opened for writing.
Warning: Quicktime/MP4 reader: Could not read chunk number 57435/186707 with size 249 from position 14844044. Aborting.
when i mux with mkvmerge gui there is no problem
command line used by mkvmerge gui :

Code: Select all

"mkvmerge" -o "F:\vidtemp\mcstream1900.mkv"  -d 0 -A -S F:\vidtemp\mcstream1900.264 -a 1 -D -S F:\vidtemp\mcstream1900.m4a --track-order 0:0,1:1
i've this problem with 0.6.1.4185 and all previous version i've tested on winxp sp3

Sorry for my bad english.

User avatar
SirAuron
Expert
Expert
Posts: 798
Joined: Thu Feb 08, 2007 1:39 am
Location: Germany

Post by SirAuron » Wed Sep 10, 2008 1:02 am

Maybe the mkvmerge gui version you are using is newer and able to ignore small errors. Could you tell us which version of mkvmerge you are using?
MediaCoder settings:

x264 (backend/source: mencoder, fps: 23,976, Fabio Sonatti's settings) + nero aac 64 in matroska

GMib
Beginner
Beginner
Posts: 7
Joined: Sat Jun 28, 2008 5:18 am

Post by GMib » Wed Sep 10, 2008 3:54 am

it's work with v2.3.0 and 2.2.0, i also try to copy mkvmerge 2.3.0 in mediacoder folder and i've the same error.

Post Reply