Parent Directory | Revision Log
Revision 3 - (view) (download)
1 : | Isibaar | 3 | In this directory can find some examples how to use XviD MPEG4 codec |
2 : | in your own programs. | ||
3 : | |||
4 : | Christoph (gruel@web.de) | ||
5 : | |||
6 : | |||
7 : | |||
8 : | |||
9 : | * xvid_enc_dec.c | ||
10 : | |||
11 : | This is a complete example of the XviD-API for encoding and decoding: | ||
12 : | The program reads a file of YUV 4:2:0 images (as greyscale picture in | ||
13 : | PGM-format) and encodes this sequence to a MPEG4 bytestream. Then it | ||
14 : | decodes right away. | ||
15 : | |||
16 : | * odivx_enc_dec.c | ||
17 : | |||
18 : | Same program, but using the OpenDivX/DivX4 compatibility API. Wit this | ||
19 : | you can use source written for DivX4 and simply relink with XviD-corelibrary. | ||
20 : | |||
21 : | |||
22 : | * cactus.pgm.bz2 | ||
23 : | |||
24 : | Example input file for multi_dec_enc.c. A sequence of 3 images, a szene | ||
25 : | with a cactus moving from right to left. It bzip2-compressed for size | ||
26 : | reason (half the size of a ZIP-file). Binaries of bunzip2 are available | ||
27 : | for all major OSes at http://sources.redhat.com/bzip2/ | ||
28 : | The original source of the cactus image is unknown... | ||
29 : |
No admin address has been configured | ViewVC Help |
Powered by ViewVC 1.0.4 |