[FFmpeg-user] Create subtitle playlist

Tung Tran tung.tran at v247.com
Tue Oct 18 22:29:15 EEST 2016


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
*tung.tran at V247.com | www.V247.com <http://www.v247.com/>*


On Tue, Oct 18, 2016 at 9:03 AM, Tom Evans <tevans.uk at googlemail.com> wrote:

> On Mon, Oct 17, 2016 at 5:50 PM, Tung Tran <tung.tran at v247.com> 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
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".
>


More information about the ffmpeg-user mailing list