Note that this library only handles codecs (mpeg, mpeg4, etc...), not file formats (avi, vob, etc...). See library 'libavformat' for the format handling
Definition in file apiexample.c.
Go to the source code of this file.
Functions | |
| void | audio_encode_example (const char *filename) |
| void | audio_decode_example (const char *outfilename, const char *filename) |
| void | video_encode_example (const char *filename) |
| void | pgm_save (unsigned char *buf, int wrap, int xsize, int ysize, char *filename) |
| void | video_decode_example (const char *outfilename, const char *filename) |
| int | main (int argc, char **argv) |
| void audio_encode_example | ( | const char * | filename | ) |
| void audio_decode_example | ( | const char * | outfilename, | |
| const char * | filename | |||
| ) |
| void video_encode_example | ( | const char * | filename | ) |
| void pgm_save | ( | unsigned char * | buf, | |
| int | wrap, | |||
| int | xsize, | |||
| int | ysize, | |||
| char * | filename | |||
| ) |
| void video_decode_example | ( | const char * | outfilename, | |
| const char * | filename | |||
| ) |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 429 of file apiexample.c.
1.5.5