Skip to content

Instantly share code, notes, and snippets.

@extratone
Created June 29, 2021 07:39
Show Gist options
  • Save extratone/e497bbd8ac132abc370f10c28e4ead81 to your computer and use it in GitHub Desktop.
Save extratone/e497bbd8ac132abc370f10c28e4ead81 to your computer and use it in GitHub Desktop.
Converting .ts files to .mp4 files with ffmpeg.
ffmpeg -i xperia.ts -c:v libx264 -c:a aac xperia.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment