Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
how i can add mpeg video on the web?
2 Answers
- IT-guruLv 51 decade agoFavorite Answer
First, Download an MPEG Video Player for your System
MPEG Video software decoders work well if your processor has enough power. For example a Pentium 100 Mhz or over can play MPEG-1 Video. There are two categories of software MPEG Video players: the public-domain or free ones and the commercial ones.
Public-domain or free MPEG software players often play only video (no audio), may have a poor frame synchronization (or none at all) and may not be as fast as commercial players. You get what you pay for! On the other hand, source code is sometimes available for those interested in understanding how MPEG works.
The following list of public-domain or free MPEG Video software players is by no way exhaustive.
* For Windows just use Windows Media Player, it knows how to play MPEG and VCD. The Real Player can also play MPEG, and it seems to have a better quality than Media Player.
* For Pocket PC and Handheld PC try PocketTV.
* For Mac just use QuickTime, it knows how to play MPEG and VCD.
* For older Mac and PowerMac try MacZilla or try this PowerPC MPEG Player.
* For DOS look for players at MSSG.
* For Amiga try aMiPEG (mirror).
* For Atari-ST try 1stGuide.
* For OS/2 try the MPEG plugin for Netscape, InterStream, PMMPEG, AudioRiver or Albatros Media Player.
* For Linux try mtv or SMPEG or all the software derived from SMPEG (see SMPEG page).
* For Solaris (sparc or x86), FreeBSD, Digital-Unix, IRIX, HP-UX, SCO and BSDI try mtv.
* For Solaris-SPARC you can also try Sun's mpx, which is burried somewhere in this Java package.
* For most Unix platforms, you can try UC Berkeley's mpeg_play or Frank Gadegast's xmplay
There are also good lists of public-domain MPEG video players at DSED and on Netscape's Helper Applications Page. You can also check Eric Bennett's Cross-Platform Page.
If this is not enough, you can search for MPEG products or sharewares in various on-line databases.
Commercial MPEG software players can play the audio synchronized with the video and have a good frame-rate control, i.e. if the processor has the power required, they will be able to play the sequence at the correct frame-rate, and if not, they will skip some frames, causing some jerkiness but keeping in sync with the audio. Sometimes free demo versions of commercial players are available, but they are limited: for example, you can only play the first minute of the sequence, or you don't have audio, or you get an early beta version.
If you are looking for a commercial MPEG software player, check the products from the following companies: CompCore Multimedia, Mediamatics, Xing Technology, Duplexx Software (Net Toob), InterVU, InterStream and MpegTV.
If you are looking for source code, check the Video resources on MPEG.ORG.
MPEG Video hardware decoders boards are mostly used in set-top boxes or in cunjunction with multimedia CD-ROM based applications. They give very high playback quality but they are rather expensive and cannot be downloaded from the Net! So we won't talk about them here...
Download the MPEG Video player that you have selected, and check that it works by downloading a small MPEG Video file onto your hard disk and playing it.
Second, Configure your Web Browser (only applies to Linux or Unix)
If you are using Netscape Navigator, look at how to configure helper applications.
To configure a web browser for an external player on platforms other than Unix, look for instructions at DSED.
You need to install the player executable program (for example mpeg_play) somewhere on your system. Under Unix, make sure that it is in the execution PATH and make it executable. You can then configure your web browser for playing MPEG video by adding the following line in your ~/.mime.types file:
video/mpegmpg
In general MPEG video files have the mpg extension, but you may want to specify additionnal file extensions sometimes used with MPEG video and systems (i.e. video + audio) files, such as: mpeg, mps, m1v, m1s, as well as the uppercase versions: MPG, MPEG, MPS, M1V, M1S.
Then Add the following line in your ~/.mailcap file (assuming that your MPEG Audio player is mpeg_play):
video/mpeg; mpeg_play %s
You may need to pass the player some options. Check the player's man page or documentation. For example, if you have a 16 bits or 24 bits display, you may get better results with:
video/mpeg; mpeg_play -dither color %s
On Unix systems, if your MPEG video player does not allow multiple play and file saving, it is a good idea to wrap your video player with xplaygizmo, which does allows multiple play and file saving. Actually xplaygizmo can be used as a wrapper around any player, not just MPEG players. Once you have installed xplaygizmo, use the following line in your ~/.mailcap file:
video/mpeg; xplaygizmo -p mpeg_play %s
- Anonymous1 decade ago
use www.youtube.com