Go to the documentation of this file.
10 #ifdef LIBAV_TRANSCODE
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"
21 boolean transcode_prep(
void);
24 boolean transcode_get_params(
char **fnameptr);
27 boolean transcode_clip(
int start,
int end,
boolean internal,
char *def_pname);
29 #endif // HAS_LIVES_TRANSCODE_H