[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

[FFmpeg-devel] New patch: strftime support for hls segment names template

2015-08-30 Thread Sébastien Cramatte
Hello, I've made a small patch to add support for strftime on HLS segment names template. Now you can use "strftime" template with hls segmenter in the same way as with ssegmenter. https://github.com/scramatte/FFmpeg/blob/hls_strftime/libavformat/hlsenc.c Can you please include it to the m