Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sjardim/2b2488c2959089fa035399645a3f8209 to your computer and use it in GitHub Desktop.
Save sjardim/2b2488c2959089fa035399645a3f8209 to your computer and use it in GitHub Desktop.
# Salvar num arquivo ~/encode.sh, conceder direito de execução e
# executar desta forma (adaptar nomes de diretórios e arquivos para seu caso):
# $ ~/encode.sh ~/Video/bigFile.mp4 ~/Video/smallFile.mp4
ffmpeg -i "$1" -vcodec h264 -acodec aac "$2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment