Go to the documentation of this file.
12#ifndef HAS_LIVES_TRANSCODE_H
13#define HAS_LIVES_TRANSCODE_H
15#define TRANSCODE_PLUGIN_NAME "libav_stream"
16#define DEF_TRANSCODE_FILENAME "lives-video"
18#define TRANSCODE_PARAM_FILENAME "fname"
21boolean transcode_prep(
void);
24boolean transcode_get_params(
char **fnameptr);
27boolean transcode_clip(
int start,
int end,
boolean internal,
char *def_pname);