I played around with this, but had some trouble removing the audio stream from the MOV file using ffmpeg.
There's a third data stream in the file, and ffmpeg doesn't know how to handle it, so it either gets removed or replaced with dummy data. The javascript framework seems to need this third stream to work, which is pretty annoying...<p>I'd love to do something with this, but without a simple (and preferably scriptable) way to remove the audio I probably won't...