2018-12-27 13:57 GMT+01:00, Tamir Maoz <[email protected]>: > i'm trying to sync webVTT subtitles with HLS video. > my process: > 1. segment the mp4 to 10sec segments > 2. repeat step 1 for multiple renditions > * these steps are done by using the script found here: > https://gist.github.com/mrbar42/ae111731906f958b396f30906004b3fa
> 3. segment the webVTT file and update the master playlist with the > subtitles info. > * using this command: ffmpeg -i SOURCE -f segment -segment_time 10 > -segment_format webvtt -scodec copy -segment_list PLAYLISTNAME-sub.m3u8 > -segment_list_type m3u8 SEGMENTNAME-%d.vtt Please provide the actual command line together with the complete, uncut console output. Carl Eugen _______________________________________________ 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".
