Blah blah blah.
Reference:
Convert "mov" file to "avi" file.
# Install mplayer, which includes mencoder.
brew install mplayer
# Convert to "avi" file without audio channel.
mencoder <input.mov> -ovc raw -nosound -vf format=i420 -o <output.avi>
Reference: http://opencv.willowgarage.com/wiki/VideoCodecs
2013 CC by-NC-SA | Yi Huang