fluent-ffmpeg / node-fluent-ffmpeg

A fluent API to FFMPEG (http://www.ffmpeg.org)
MIT License
7.64k stars 874 forks source link

output video with M3U8 playlist metadata info #1173

Open mauriciogior opened 2 years ago

mauriciogior commented 2 years ago

Version information

I have a caption generation tool that reads an HLS stream and generates a FLAC audio, passes that audio through Google Speech to text API, and sends the transcript to our servers. I want to sync each caption with the EXT-X-PROGRAM-DATE-TIME tag coming from the .m3u8 playlist. Where can I retrieve the .m3u8 playlist portion and parse that tag?