Created
December 14, 2014 11:31
-
-
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.
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
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