Re: About the compatibility
suxen_drol <[email protected]>
| Newsgroups | gmane.comp.video.xvid.user |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 10 Jun 2003 11:52:19 +0800 zzw6789 <[email protected]> wrote: > I have the same pb, because you get form xvidcore lib only raw mpeg4 > stream,has no info of stream, the player can't recgnize it, so can't > play it! > is this right? xvidcore only deals with raw mpeg4 visual bitstreams. .cmp, .mp4v, and .m4v are such raw formats .mp4u is raw format, but with some additional information, used only in xvid_encraw and xvid_decraw. to enable playback in mplayer/wmp/quicktime/etc., you need to encapsulate the bitstream in a .avi, .mov, .mp4 file. the mp4creator tool, available at the mpeg4ip project (http://mpeg4ip.sourceforge.net), can convert raw mpeg4 to .mp4. -- pete