Skip to content

Instantly share code, notes, and snippets.

@dixonge
Created December 2, 2023 23:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dixonge/c2caa1f24ac282712a4645db1b2bbc5d to your computer and use it in GitHub Desktop.
Save dixonge/c2caa1f24ac282712a4645db1b2bbc5d to your computer and use it in GitHub Desktop.
Remux .ts file into .mp4 file
ffmpeg -i videofilename.ts -acodec copy -vcodec copy videofilename.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment