Last active
March 19, 2019 10:26
-
-
Save caio2k/144104c2780f892124e6e045cd02558a 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
ffmpeg -i file.m4v -b 567k -vf scale=320:-2 -c:v mpeg4 -ab 220k -ar 44100 -ac 2 -c:a aac -strict experimental file320.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment