Are my audio commands are right? I am getting errors.




Code:
Microsoft Windows [Version 6.0.6001]
Copyright (c) 2006 Microsoft Corporation.  All rights reserved.

C:\Users\Administrator>cd C:\Program Files

C:\Program Files>cd mkvtoolnix

C:\Program Files\MKVtoolnix>mkvmerge --title "The Breakfast Club (1985)" -o "The
 Breakfast Club (1985).mkv" --default-track 1:true --default-duration 0:1001:300
00s "2ndpass.264" --language 1:eng "sound.mp4"
mkvmerge v3.2.0 ('Beginnings') built on Feb 12 2010 16:46:17
Error: '0:1001:30000s' is not a valid tuple of track ID and default duration in
'--default-duration 0:1001:30000s'.

C:\Program Files\MKVtoolnix>mkvmerge --title "The Breakfast Club (1985)" -o "The
 Breakfast Club (1985).mkv" --default-track 1:true --default-durations 0:1001/30
000s "2ndpass.264" --language 1:eng "sound.mp4"
mkvmerge v3.2.0 ('Beginnings') built on Feb 12 2010 16:46:17
Error: The source file '--default-durations' could not be opened successfully, o
r retrieving its size by seeking to the end did not work.

C:\Program Files\MKVtoolnix>mkvmerge --title "The Breakfast Club (1985)" -o "The
 Breakfast Club (1985).mkv" --default-track 1:true --default-duration 0:1001/300
00s "2ndpass.264" --language 1:eng "sound.mp4"
mkvmerge v3.2.0 ('Beginnings') built on Feb 12 2010 16:46:17
'2ndpass.264': Using the AVC/h.264 ES demultiplexer.
'sound.mp4': Using the Quicktime/MP4 demultiplexer.
'2ndpass.264' track 0: Extracted the aspect ratio information from the MPEG-4 la
yer 10 (AVC) video data and set the display dimensions to 640/352.
'2ndpass.264' track 0: Using the MPEG-4 part 10 ES video output module.
'sound.mp4' track 1: Using the AAC output module.
Warning: '2ndpass.264': A track with the ID 1 was requested but not found in the
 file. The corresponding option will be ignored.
Error: The output file 'The Breakfast Club (1985).mkv' could not be opened for w
riting (No error).

C:\Program Files\MKVtoolnix>





Code:
AVISource("E:\The Breakfast Club (1985)\video.avi")
ChangeFPS(30000,1001)
LanczosResize(640,352)