How can I convert videos (flv, wmv, mov, m2v, etc..) to mp4 format ?
Actually, I'm trying to embedd videos in my web application (on a web browser), but to play them (flv, wmv, mov, m2v, etc..), user needs to add plugin (vlc, wmp, etc). But HTML video tags plays mp4 videos without any plugin. So, I'm trying to convert all the videos in MP4 format and embedd them using video tag.
Any kind of help would be highly appreciated.