Skip to content

Instantly share code, notes, and snippets.

@dixonge
Last active May 10, 2026 14:52
Show Gist options
  • Select an option

  • Save dixonge/c2caa1f24ac282712a4645db1b2bbc5d to your computer and use it in GitHub Desktop.

Select an option

Save dixonge/c2caa1f24ac282712a4645db1b2bbc5d to your computer and use it in GitHub Desktop.
FFMPEG - 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