Relative Content

Tag Archive for m3u8

mpegts_to_mp4 offset out of boundary

I’m trying to convert .ts file to mp4 file using nodejs. I find there is a library https://github.com/RReverser/mpegts. I follow the guide to install the package and run
npm i -g mpegts_to_mp4
mpegts_to_mp4 src.ts dest.mp4.
But I see the following error