Trying to have mediainfo create an nfo for each individual mkv in a folder, outputting them into individual nfo files, retaining the original filename ideally.
I've figured out how to make it output all the mkv info in a folder into one file, is there any way to have it split the nfo automatically between however many files it reads?
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 4 of 4
			
		- 
	
- 
	What are you using to create the nfo file. What is the code for writing tbe file? 
- 
	Put this in a batch file in the folder of MKV files, name it MInfo.bat or whatever: 
 
 Change the path to MediaInfo CLI, then double click on it.Code:For %%F IN (*.mkv) do ("C:\Program Files\MediaInfoCLI\MediaInfo.exe" "%%F" >"%%~dpnF.NFO")Last edited by jagabo; 12th May 2017 at 10:48. 
- 
	
Similar Threads
- 
  x264 CLI so slowBy TeNSoR in forum Newbie / General discussionsReplies: 24Last Post: 18th Feb 2016, 14:11
- 
  ffmpeg vs x264 cliBy SameSelf in forum Video ConversionReplies: 11Last Post: 6th Jun 2015, 23:02
- 
  xVid4Psp in Ubuntu cli Is it possibleBy baoky in forum Video ConversionReplies: 3Last Post: 16th Sep 2014, 13:34
- 
  MediaInfo CLI - C#By Keller501 in forum ProgrammingReplies: 12Last Post: 30th Jan 2014, 22:57
- 
  FFmpeg CLI: Encoding breakBy encodingmonkey in forum Video ConversionReplies: 3Last Post: 3rd Oct 2012, 18:36


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