Post-processing to generate .mp4 files out of H.265 frames. More...
#include <arpa/inet.h>
#include <endian.h>
#include <inttypes.h>
#include <string.h>
#include <stdlib.h>
#include "pp-avformat.h"
#include "pp-h265.h"
#include "../debug.h"
Functions | |
const char ** | janus_pp_h265_get_extensions (void) |
int | janus_pp_h265_create (char *destination, char *metadata, gboolean faststart, const char *extension) |
int | janus_pp_h265_preprocess (FILE *file, janus_pp_frame_packet *list, json_t *info) |
int | janus_pp_h265_process (FILE *file, janus_pp_frame_packet *list, int *working) |
void | janus_pp_h265_close (void) |
Post-processing to generate .mp4 files out of H.265 frames.
Implementation of the post-processing code (based on FFmpeg) needed to generate .mp4 files out of H.265 RTP frames.
void janus_pp_h265_close | ( | void | ) |
int janus_pp_h265_create | ( | char * | destination, |
char * | metadata, | ||
gboolean | faststart, | ||
const char * | extension | ||
) |
const char** janus_pp_h265_get_extensions | ( | void | ) |
int janus_pp_h265_preprocess | ( | FILE * | file, |
janus_pp_frame_packet * | list, | ||
json_t * | info | ||
) |
int janus_pp_h265_process | ( | FILE * | file, |
janus_pp_frame_packet * | list, | ||
int * | working | ||
) |