FFmpeg 5.1.6
|
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 | |
static void | encode (AVCodecContext *enc_ctx, AVFrame *frame, AVPacket *pkt, FILE *outfile) |
int | main (int argc, char **argv) |
video encoding with libavcodec API example
Definition in file encode_video.c.
|
static |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 69 of file encode_video.c.