diff options
author | Bastien Nocera <hadess@hadess.net> | 2002-02-09 15:21:36 +0000 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2002-02-09 15:21:36 +0000 |
commit | d02cd6b3020fc184f291c07426d158e13a99f8ca (patch) | |
tree | cd9379699b8a03ee03f6974f6fb043da02eb434d | |
parent | 14d1e746592df6f70eeaf4a3db00f0436fb547ff (diff) | |
download | gst-plugins-bad-d02cd6b3020fc184f291c07426d158e13a99f8ca.tar.gz gst-plugins-bad-d02cd6b3020fc184f291c07426d158e13a99f8ca.tar.bz2 gst-plugins-bad-d02cd6b3020fc184f291c07426d158e13a99f8ca.zip |
- added info about divx related codecs
Original commit message from CVS:
- added info about divx related codecs
-rw-r--r-- | divx-info.txt | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/divx-info.txt b/divx-info.txt new file mode 100644 index 00000000..afcf661b --- /dev/null +++ b/divx-info.txt @@ -0,0 +1,26 @@ + Information gathered from the Internet, MPlayer and Xine + +Mail me if there's any bull in there. + Bastien Nocera <hadess@hadess.net> + +DivX ;) = MS MPEG-4 v3 = Angel Potion = nAVI +fourcc: MP43, DIV5, DIV6, DIV3, DIV4, AP41 +supported: FFMPEG (all platforms), libavifile (uses FFMPEG), win32 libraries + +OpenDivX = ISO MPEG-4 v2 = DivX4 +DIVX, DIV1, MP4S, XVID +supported: FFMPEG's OpenDivX, Project Mayo's OpenDivX, win32 libraries + +MS MPEG-4 v1/v2 +DIV2, MPG4, MP42 +supported: win32 libraries only + +3vix +fourcc: 3IV1 +supported: see http://3ivx.com/download/unix.html + +Note +==== + +For non-x86 machines, the easiest is to compile a recent libavifile (ie. > 0.6.0). It's the plugin that works best for AVI files under GStreamer. + |