In the terminal, I want to use ffmpeg2theora to convert all the .MOV files in a certain directory to .ogv files. However, the following does not work:
ffmpeg2theora *.MOV
Is there a good way to repeat a command multiple times on different files?
Thanks!
