I need to make a video available for users to watch on a website. What do you guys think is the most websafe format to use? Right now, I'm thinking mpeg is pretty good. It compresses well and any computer with WMP or QT should be able to play it back right?
Update 1: I've decided against mpeg because different players have different control bar heights. If you want to include a width and height into your embed code, you have to include the height of your control bar in the total height. mov and wmv are better with this because they're usually played with their respective players.
Update 2: gsellis had suggested Riva FLV Encoder which converts your video files into an FLV file that you can stream using a Flash animation (applet? module?) like FlowPlayer. FlowPlayer is an opensource FLV player that's just an SWF file that takes an FLV as a parameter. It's not too customizable, but if you have Flash, you can get the source code and customize to your heart's content.
Update 1: I've decided against mpeg because different players have different control bar heights. If you want to include a width and height into your embed code, you have to include the height of your control bar in the total height. mov and wmv are better with this because they're usually played with their respective players.
Update 2: gsellis had suggested Riva FLV Encoder which converts your video files into an FLV file that you can stream using a Flash animation (applet? module?) like FlowPlayer. FlowPlayer is an opensource FLV player that's just an SWF file that takes an FLV as a parameter. It's not too customizable, but if you have Flash, you can get the source code and customize to your heart's content.