View Single Post
Old 18th October 2006, 03:52   #135  |  Link
DDogg
Retired, but still around
 
DDogg's Avatar
 
Join Date: Oct 2001
Location: Lone Star
Posts: 3,058
The subs will not work for me with the muxline created by AutoMK. MPC will not show them.
Mux:
Code:
"\\mkvmerge.exe" -o "\\movie.MKV" --aspect-ratio 1:2.397004 --split 700M --chapters "\\chapters.txt"
 "\\movie.mp4" --language 0:eng "\\audio.ac3" --language 0:eng "\\audio2.ac3" "\\vts.idx"
But one I created manually in mkvmerge works fine:

Code:
"mkvmerge" -o "D:\temp\auto1\movie2.mkv"  -d 1 -A -S D:\temp\auto1\movie.mp4 --language 0:eng
 --track-name "0:Main 51" --default-track 0 -a 0 -D -S D:\temp\auto1\audio.ac3 --language 0:eng --track-name 
"0:Dir Comments" -a 0 -D -S D:\temp\auto1\audio2.ac3 --language 0:en --language 1:en -s 0,1 -D -A
DDogg is offline