Skip to content

Instantly share code, notes, and snippets.

@t-chab
Created June 21, 2016 04:35
Show Gist options
  • Save t-chab/44d1e8f868e52ea5de6eb04c43e30bf6 to your computer and use it in GitHub Desktop.
Save t-chab/44d1e8f868e52ea5de6eb04c43e30bf6 to your computer and use it in GitHub Desktop.
#!/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