FFMpeg is a handy tool that can do a bunch of things.

E.g. this command will convert from one video format to
h264 and wrap the file in an mp4 container.

ffmpeg -i [input file] -v:c h264 [output].mp4

Mp4 files can then be posted on your favorite SoMe site.