None of my videos convert...

But I noticed something....

The correct code to run ffmpeg is:
/path/to/ffmpeg -i /path/to/input.mov /path/to/output.flv

but the vShare script runs this:
/path/to/ffmpeg -i /path/to/input.mov

and is given the error "must supply at least one output file"... how can i fix this since I cannot modify the code (which is VERY retarded by the way...)