Hi. I would like to know if it is possible to remove the dual audio to several mkv files at the same time without having to do it one by one. Is it possible to do it with mkvtoolnix?
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 10 of 10
			
		- 
	
- 
	inviska mkv extract can batch process mkv, though the audio that you want to remove must be at the same position in the mkv files 
- 
	
- 
	inviska mkv extract extracts the video and audio but then I have to rejoin them one by one and that does not interest me. What I want is that the program can erase the second audiostream of all the mkv without altering the files. 
- 
	Ah oke you want to remove audio from a mkv and keep the mkv.. 
 
 Than you have to use mkvtoolnix or a batch script .
 
 Some time ago somebody on the forum posted a script to do that, don't remember who though
 anyone ring a bell?
 
 Maybe this is what you want, but you have to figure it out to use it on your needs
 https://forum.videohelp.com/threads/365907-MKVMERGE-Batch-Muxing-multiple-audio-and-subtitle-tracksLast edited by jan5678; 17th May 2019 at 15:49. Reason: added link 
- 
	I found the solution: 
 
 http://forum.doom9.org/showthread.php?t=162639
 
 Thank you.
- 
	JFYI: mkvmerge can filter by language. E.g. to keep only English audio: 
 (For a batch file. On command-line only use single % instead of double %%)Code:for %%a in (*.mkv) do mkvmerge -o "output\%%~a" --audio-tracks eng "%%~a" 
 
 It can also be done via MKVToolNixGUI by setting it to
 1. open a new tab for every input file and
 2. enable only wanted audio languages,
 3. set default output path
 4. start multiplexing action for all tabs
- 
	
 The method by batch script has failed me to use it with many video files. So I will use MKVToolNixGUI as you say in your comment. Thank you.
Similar Threads
- 
  Is it possible to remove audio files from an mkv without de-/re-muxing?By pinkfloydfan in forum Newbie / General discussionsReplies: 10Last Post: 18th Nov 2018, 13:29
- 
  Compress MKV files with multiple audio tracks and subtitlesBy tonyaldr in forum Video ConversionReplies: 1Last Post: 29th Jan 2018, 08:57
- 
  Batch Remove Cover From Multiple MKV FilesBy MohamedYousri in forum Newbie / General discussionsReplies: 4Last Post: 5th Oct 2017, 14:27
- 
  How can I remove custom thumbnail from mkv files?By Gerff in forum Newbie / General discussionsReplies: 5Last Post: 11th Jun 2017, 11:12


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			
 Quote
 Quote

