2009年8月30日 星期日

Convert multiple videos at once with FFMPEG

http://ubuntuforums.org/showthread.php?t=468917

#!/bin/sh
for file in *.avi
do
ffmpeg -i "$file" converted_"$file"
done

沒有留言:

張貼留言