I am using ffmpeg from command line in Linux. I want to encode a bunch of audio files. I was wondering if anyone knows a ffmpeg command that will just encode everything in a given folder?
Thanks
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 3 of 3
			
		- 
	Cheers
- 
	Hi 
 I trying to change the code a little because I want the output file create in a diffrent directory.
 but the file is whole address to the file so I have to somehow remove the old directory but not the filename
 
 /update
 to make it easy for me I just change the code a little
 
 so now I just have to put the file in that folder of movie I want to convert and runCode:for file in *.avi; do `ffmpeg -i $file /newfolder/$file.avi`;done   
Similar Threads
- 
  FFMPEG encode directoryBy darklift in forum LinuxReplies: 6Last Post: 4th Feb 2012, 00:50
- 
  ffmpeg command lines not working.By PsyDonias in forum Video ConversionReplies: 23Last Post: 5th Dec 2011, 10:04
- 
  Help with FFMPEG command linesBy ricardouk in forum Video ConversionReplies: 11Last Post: 17th May 2008, 13:27
- 
  Get corresponding ffmpeg command after using ffmpegXBy npw in forum ffmpegX general discussionReplies: 2Last Post: 23rd Apr 2008, 02:29
- 
  any way to make changes and not to encode entire slide showBy tryintoo in forum Authoring (DVD)Replies: 0Last Post: 9th May 2007, 18:02


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

 Quote
 Quote Visit Homepage
				Visit Homepage
			