Created
July 16, 2018 09:49
-
-
Save nickcheng/1809fc5b89d629c10cd79d8a98d7c9b8 to your computer and use it in GitHub Desktop.
[ffmpeg command for converting SONY RX100ii video to MP4 format] #rx100 #video #ffmpeg
This file contains hidden or 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 input.MTS -c:v copy -c:a aac -strict experimental -b:a 256k output.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment