Fork me on GitHub
Loading...
Searching...
No Matches
Functions

Post-processing to generate .mp4 files out of AV1 frames. More...

#include <arpa/inet.h>
#include <endian.h>
#include <inttypes.h>
#include <string.h>
#include <stdlib.h>
#include "pp-avformat.h"
#include "pp-av1.h"
#include "../debug.h"
Include dependency graph for pp-av1.c:

Functions

const char ** janus_pp_av1_get_extensions (void)
 
int janus_pp_av1_create (char *destination, char *metadata, gboolean faststart, const char *extension)
 
int janus_pp_av1_preprocess (FILE *file, janus_pp_frame_packet *list, json_t *info)
 
int janus_pp_av1_process (FILE *file, janus_pp_frame_packet *list, int *working)
 
void janus_pp_av1_close (void)
 

Detailed Description

Post-processing to generate .mp4 files out of AV1 frames.

Author
Lorenzo Miniero loren.nosp@m.zo@m.nosp@m.eetec.nosp@m.ho.c.nosp@m.om

Implementation of the post-processing code (based on FFmpeg) needed to generate .mp4 files out of AV1 RTP frames.

Recordings post-processing utility

Function Documentation

◆ janus_pp_av1_close()

void janus_pp_av1_close ( void  )

◆ janus_pp_av1_create()

int janus_pp_av1_create ( char *  destination,
char *  metadata,
gboolean  faststart,
const char *  extension 
)

◆ janus_pp_av1_get_extensions()

const char ** janus_pp_av1_get_extensions ( void  )

◆ janus_pp_av1_preprocess()

int janus_pp_av1_preprocess ( FILE *  file,
janus_pp_frame_packet list,
json_t info 
)

◆ janus_pp_av1_process()

int janus_pp_av1_process ( FILE *  file,
janus_pp_frame_packet list,
int *  working 
)