abema / go-mp4

Go library for reading and writing MP4 file
https://dev.to/sunfishshogi/go-mp4-golang-library-and-cli-tool-for-mp4-52o1
MIT License
468 stars 30 forks source link

Can it convert ts file to mp4 ? Just like the command`ffmpeg -i all.ts -acodec copy -vcodec copy all.mp4` #116

Closed orestonce closed 2 years ago

sunfish-shogi commented 2 years ago

@orestonce No, go-mp4 has no implementation of MPEG2-TS.

orestonce commented 2 years ago

Okey, I known.