Dear Tom Evans Thank you very much for your guide, It saves ton of my time.
--- Best regards, *Tung Tran* *UNO IPTV* *V247 Enterprise Corp*Phone: 713.358.2257 9999 Bellaire Blvd., Ste. 1111* | *Houston, TX 77036 *[email protected] | www.V247.com <http://www.v247.com/>* On Tue, Oct 18, 2016 at 9:03 AM, Tom Evans <[email protected]> wrote: > On Mon, Oct 17, 2016 at 5:50 PM, Tung Tran <[email protected]> wrote: > > Dear all > > > > Could you please point me the command to create .m3u8 playlist for > > subtitles on HLS streaming (VoD) application. I have the .srt file but > > dont know how to make .m3u8 playlist from it. > > > > Thank you > > > > Simply add the srt file as an input and convert to webvtt: > > Eg: > > > $ ffmpeg \ > ----> -i bones_s09e07.mp4 \ > ----> -i bones_s09e07.srt \ > ----> -c copy -c:s webvtt \ > ----> -start_number 0 -hls_time 10 -hls_list_size 0 \ > ----> -f hls \ > ----> out/index.m3u8 > > Cheers > > Tom > _______________________________________________ > ffmpeg-user mailing list > [email protected] > http://ffmpeg.org/mailman/listinfo/ffmpeg-user > > To unsubscribe, visit link above, or email > [email protected] with subject "unsubscribe". > _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
