Re: [FFmpeg-devel] DVB Teletext to HLS Wbvtt Subtitles

2016-01-18 Thread Aman Gupta
ffmpeg has a webvtt encoder and decoder already. You can use this command to convert mpeg2 closed captions into webvtt: ffmpeg -f lavfi -i 'movie=input.mpg[out0+subcc]' -map s out.vtt Aman On Mon, Jan 18, 2016 at 7:25 AM, Sébastien Cramatte wrote: > Hi, > > We are working on an IPTv project

[FFmpeg-devel] DVB Teletext to HLS Wbvtt Subtitles

2016-01-18 Thread Sébastien Cramatte
Hi, We are working on an IPTv project using FFMPEG. Now we stream Live TV channels in HLS format. We need to add Webvtt subtitles but as fare as I known Ffmpeg doesn't support it yet. We have make some lab test using CCExtractor + Home made Webvtt perl segmenter and it works but we are u