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 <libavcodec/avcodec.h>
#include <libavformat/avformat.h>
#include "pp-h265.h"
#include "../debug.h"
Post-processing to generate .mp4 files out of H.265 frames.
- 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
◆ LIBAVCODEC_VER_AT_LEAST
#define LIBAVCODEC_VER_AT_LEAST |
( |
|
major, |
|
|
|
minor |
|
) |
| |
Value: (LIBAVCODEC_VERSION_MAJOR > major || \
(LIBAVCODEC_VERSION_MAJOR == major && \
LIBAVCODEC_VERSION_MINOR >= minor))
◆ 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 |
|
) |
| |
◆ janus_pp_h265_preprocess()
◆ janus_pp_h265_process()