I've been generating md5sums for my video with this command mplayer IN.avi -vo md5sum But it always stores the results in a file named 'md5sums'. I'm trying to do this for many AVI files at the same time on a multi-core machine and the common filename is a problem. How can I specify which file to store the md5 sums to?