FFmpeg
3.3.3
|
video encoding with libavcodec API example More...
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <libavcodec/avcodec.h>
#include <libavutil/opt.h>
#include <libavutil/imgutils.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
video encoding with libavcodec API example
Definition in file encode_video.c.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 39 of file encode_video.c.