Post-processing to generate .mp4 files out of H.265 frames (headers)
More...
#include <stdio.h>
#include <jansson.h>
#include "pp-rtp.h"
Go to the source code of this file.
Post-processing to generate .mp4 files out of H.265 frames (headers)
- Author
- Lorenzo Miniero loren.nosp@m.zo@m.nosp@m.eetec.nosp@m.ho.c.nosp@m.om
- Copyright
- GNU General Public License v3
Implementation of the post-processing code (based on FFmpeg) needed to generate .mp4 files out of H.265 RTP frames.
Recordings post-processing utility
◆ janus_pp_h265_close()
void janus_pp_h265_close |
( |
void | | ) |
|
◆ janus_pp_h265_create()
int janus_pp_h265_create |
( |
char * | destination, |
|
|
char * | metadata, |
|
|
gboolean | faststart, |
|
|
const char * | extension ) |
◆ janus_pp_h265_get_extensions()
const char ** janus_pp_h265_get_extensions |
( |
void | | ) |
|
◆ janus_pp_h265_preprocess()
◆ janus_pp_h265_process()