
ikey wrote:So I wrote a simple one liner


for f in `file * | grep -i video | cut -d: -f1`; do ffmpeg -i "$f" -vcodec libtheora -acodec libvorbis -ar 44100 -ac 2 -ab 192K "~/Videos/$f.ogv"; done

Users browsing this forum: No registered users and 1 guest