Created
June 21, 2016 04:35
-
-
Save t-chab/44d1e8f868e52ea5de6eb04c43e30bf6 to your computer and use it in GitHub Desktop.
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
#!/usr/bin/env sh | |
ffmpeg -i "$1" -vcodec libx264 -vprofile high -preset slower -b:v 3500k -vf scale=-1:720 -threads 0 -acodec libvo_aacenc -ab 256k /tmp/mobile_devices_converted.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment