Skip to content

Instantly share code, notes, and snippets.

@nickcheng
Created July 16, 2018 09:49
Show Gist options
  • Save nickcheng/1809fc5b89d629c10cd79d8a98d7c9b8 to your computer and use it in GitHub Desktop.
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
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