Forked from vedovelli/diminuir_tamanho_arquivos_mp4.txt
Created
March 8, 2023 14:11
-
-
Save ozscosta/fff02265a97204de955bd8a64f5daf6e to your computer and use it in GitHub Desktop.
This file contains 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