Last active
          July 21, 2023 09:53 
        
      - 
      
 - 
        
Save m3y54m/3967a227104bfa2f966e7fe7cdefce8a to your computer and use it in GitHub Desktop.  
    Batch extract audio file of a specific language from MKV files (Using MKVToolNix)
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | REM Batch extract audio of a specific language (Farsi) from MKV files - Using mkvmerge | |
| FOR /F "delims=*" %%A IN ('dir /b *.mkv') DO "C:\Program Files\MKVToolNix\mkvmerge.exe" -o "farsi_audio_%%A.mka" -D -S -a fa "%%A" | |
| PAUSE | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment