6 Jan 2015 at 19:04 #1 Edward78 Edward78 Soldato Joined 19 Oct 2002 Posts 5,780 Any easy programs to do that?
6 Jan 2015 at 20:21 #2 seanyc5 seanyc5 Associate Joined 30 Nov 2011 Posts 1,131 Edward78 said: Any easy programs to do that? Click to expand... Doubt it. Strip the audio on the other hand haha.
Edward78 said: Any easy programs to do that? Click to expand... Doubt it. Strip the audio on the other hand haha.
6 Jan 2015 at 21:13 #3 stopper stopper Associate Joined 17 Sep 2010 Posts 1,769 tsmuxerGUI, it is a windows program but runs flawlessly under wine
6 Jan 2015 at 22:42 #4 Frozennova Frozennova Man of Honour Joined 13 Nov 2009 Posts 11,629 Location Northampton Mkvtoolnix and ffmpeg. Requires a little command line usage though
6 Jan 2015 at 23:38 #5 wengole wengole Associate Joined 28 Apr 2013 Posts 100 Code: mkvmerge -i input.mkv Will show you the tracks in the mkv. Code: mkvmerge -o new.mkv -a 1,2 orig.mkv Will remove tracks 1 and 2 and put them into new.mkv
Code: mkvmerge -i input.mkv Will show you the tracks in the mkv. Code: mkvmerge -o new.mkv -a 1,2 orig.mkv Will remove tracks 1 and 2 and put them into new.mkv