Skip to content

Instantly share code, notes, and snippets.

@cseringgo
Last active September 3, 2016 20:17
Show Gist options
  • Save cseringgo/eb35f66122cd4deb45dfb44ec476adaa to your computer and use it in GitHub Desktop.
Save cseringgo/eb35f66122cd4deb45dfb44ec476adaa to your computer and use it in GitHub Desktop.
Copy AVCHD (MTS or MTS2) to MP4 using ffmpeg
ffmpeg -i 00002.MTS -vcodec copy 00002.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment