Hello,
I am trying to write some code to run a batch file scraping all the information about the streams and junk about my media files and put it in a text file in the same directory. Through some research, I found ffprobe is a tool included with ffmpeg for near the same purpose. I just need some help writing the code
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 2 of 2
			
		- 
	
- 
	There probably a lot more options you can specify to print (check the documentation), but a generic way would be: 
 
 http://www.ffmpeg.org/ffprobe.htmlCode:for %a in ("*.*") do ffprobe -i "%a" 2>>ffprobe.txt
 
 
 mediainfo can print out a .txt or .csv and process a folder as well
 
 (file=>open => folder ; file=>export (choose format)
Similar Threads
- 
  Batch "file creation from a text file, Placed into a created directoryBy Muther in forum ProgrammingReplies: 5Last Post: 24th Sep 2015, 19:29
- 
  Can I get a little help with an ffmpeg script/batch file?By Iced Coffee in forum Newbie / General discussionsReplies: 14Last Post: 26th Aug 2015, 02:56
- 
  Subtitle text from file A + times from file BBy Valerc in forum SubtitleReplies: 6Last Post: 28th Aug 2012, 08:25
- 
  Need help with ffmpeg batch fileBy DarrellS in forum Video ConversionReplies: 3Last Post: 25th Jun 2012, 16:43
- 
  How to get output file size before converting a file using ffmpeg?By hayden in forum ProgrammingReplies: 1Last Post: 26th Feb 2012, 08:04


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

 Quote
 Quote