Forked from vedovelli/diminuir_tamanho_arquivos_mp4.txt
Created
February 27, 2023 17:18
-
-
Save sjardim/2b2488c2959089fa035399645a3f8209 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
# 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