Last active
September 3, 2016 20:17
-
-
Save cmlewis/eb35f66122cd4deb45dfb44ec476adaa to your computer and use it in GitHub Desktop.
Copy AVCHD (MTS or MTS2) to MP4 using ffmpeg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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