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
Code:for file in *.avi; do `ffmpeg -i $file /newfolder/$file.avi`;done
Similar Threads
-
FFMPEG encode directory
By darklift in forum LinuxReplies: 6Last Post: 3rd Feb 2012, 23:50 -
ffmpeg command lines not working.
By PsyDonias in forum Video ConversionReplies: 23Last Post: 5th Dec 2011, 09:04 -
Help with FFMPEG command lines
By ricardouk in forum Video ConversionReplies: 11Last Post: 17th May 2008, 12:27 -
Get corresponding ffmpeg command after using ffmpegX
By npw in forum ffmpegX general discussionReplies: 2Last Post: 23rd Apr 2008, 01:29 -
any way to make changes and not to encode entire slide show
By tryintoo in forum Authoring (DVD)Replies: 0Last Post: 9th May 2007, 17:02