Commits on Source (4)
-
132dcb05
-
A generic raw WebVTT output muxer. It only handles ES encoded with the VTT encoder for now. Co-authored-by:
Alaric Senat <dev.asenat@posteo.net>
733f0e5e -
It should be possible to mux raw text directly without having to use a VTT encoder. For context, both the HLS and whisper stream output modules will eventually output raw text subtitles.
02cb3ffe -
7f1887b4
Showing
- modules/codec/Makefile.am 2 additions, 1 deletionmodules/codec/Makefile.am
- modules/codec/meson.build 4 additions, 1 deletionmodules/codec/meson.build
- modules/codec/webvtt/subsvtt.c 0 additions, 7 deletionsmodules/codec/webvtt/subsvtt.c
- modules/codec/webvtt/webvtt.c 6 additions, 0 deletionsmodules/codec/webvtt/webvtt.c
- modules/codec/webvtt/webvtt.h 10 additions, 0 deletionsmodules/codec/webvtt/webvtt.h
- modules/mux/webvtt.c 280 additions, 0 deletionsmodules/mux/webvtt.c
- test/Makefile.am 4 additions, 0 deletionstest/Makefile.am
- test/modules/meson.build 8 additions, 0 deletionstest/modules/meson.build
- test/modules/mux/webvtt.c 207 additions, 0 deletionstest/modules/mux/webvtt.c
modules/mux/webvtt.c
0 → 100644
test/modules/mux/webvtt.c
0 → 100644