Skip to content

Instantly share code, notes, and snippets.

@aldolat
Created December 14, 2014 11:31
Show Gist options
  • Save aldolat/d210761d7e708351d48d to your computer and use it in GitHub Desktop.
Save aldolat/d210761d7e708351d48d to your computer and use it in GitHub Desktop.
Convert from Full HD to mp4 HD. Make sure you have installed codecs from libavcodec-extra-54.
avconv -i input.MTS -s 1280x720 -b 8000k -r 30 output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment