"mkvmerge" -o "/Users/maya/Movies/22/title01 (1).mkv" "--language" "1:eng" "--default-track" "1:yes" "--forced-track" "1:no" "--display-dimensions" "1:1920x1080" "--language" "2:eng" "--track-name" "2:3/2+1" "--default-track" "2:yes" "--forced-track" "2:no" "--language" "3:eng" "--default-track" "3:yes" "--forced-track" "3:no" "--language" "5:eng" "--default-track" "5:no" "--forced-track" "5:no" "--language" "7:fra" "--default-track" "7:no" "--forced-track" "7:no" "--language" "9:spa" "--default-track" "9:no" "--forced-track" "9:no" "--language" "11:por" "--default-track" "11:no" "--forced-track" "11:no" "--language" "13:zho" "--default-track" "13:no" "--forced-track" "13:no" "--language" "15:zho" "--default-track" "15:no" "--forced-track" "15:no" "--language" "17:ind" "--default-track" "17:no" "--forced-track" "17:no" "--language" "19:kor" "--default-track" "19:no" "--forced-track" "19:no" "--language" "21:tha" "--default-track" "21:no" "--forced-track" "21:no" "--language" "23:spa" "--default-track" "23:no" "--forced-track" "23:no" "--language" "25:por" "--default-track" "25:no" "--forced-track" "25:no" "--language" "27:kor" "--default-track" "27:no" "--forced-track" "27:no" "-a" "2" "-d" "1" "-s" "3,5,7,9,11,13,15,17,19,21,23,25,27" "-T" "--no-global-tags" "/Users/maya/Movies/22/title01.mkv" "--track-order" "0:1,0:2,0:3,0:5,0:7,0:9,0:11,0:13,0:15,0:17,0:19,0:21,0:23,0:25,0:27"
Above is my command line from MKVMerge GUI (mkvtoolnix). Hopefully it gives you better idea of syntax or confuses you even more..hehehe.
Basically after the mkvextract tracks command you specify PATH TO YOUR MOVIE and movie.mkv file and which subtitle tracks you wish to extract. So for instance 5:5.sup. 5 is saying track 5 is a subtitle ID number and 5.sup is just name of file you are giving it. It could be 5eng.sup or 5english.sup whatever you wish to name it. The track # must correspond to the subtitle track of the mkv obviously.
Still hoping wdtv live player gets PGS support but so far only seen about 4 or 5 mostly Chinese ones that have PGS playback support. VLC has it and handbrake seems won't get it till next year sometime 2011 as it's been delayed. So it's either this way or download SRTs from internet.
Here's another example just did this right now.
Code: Select all
/Applications/Mkvtoolnix.app/Contents/MacOS/mkvextract tracks Movies/22/title01.mkv 3:3.sup 5:5.sup 7:7.sup
this is the entire command used.
Code: Select all
/Applications/Mkvtoolnix.app/Contents/MacOS/mkvextract
this is an application included in Mkvtoolnix which extracts tracks from MKV files which your running by specifying location of it.
tracks is an option of mkvextract telling it your gonna specify which tracks to extract form mkv file.
this is the movie which is called title01.mkv and the path where it's located.
3:3.sup 3 is ID of track and 3.sup is name I chose to give it.