|
libcaption
|
#include "vtt.h"#include <stdio.h>#include <stdlib.h>#include <string.h>Macros | |
| #define | MAX_VTT_SIZE (10 * 1024 * 1024) |
| #define | MAX_READ_SIZE 4096 |
Functions | |
| void | vtt_write_header (FILE *vttFile) |
| void | vtt_write_block (vtt_block_t *block, FILE *vttFile) |
| int | main (int argc, char **argv) |
| #define MAX_READ_SIZE 4096 |
| #define MAX_VTT_SIZE (10 * 1024 * 1024) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
vttsegmenter filename.vtt segment_size duration output_pattern_%05d.vtt
| void vtt_write_block | ( | vtt_block_t * | block, |
| FILE * | vttFile | ||
| ) |
| void vtt_write_header | ( | FILE * | vttFile | ) |
1.8.10