Created
July 20, 2019 17:32
-
-
Save hXtreme/6d4c2e4d64e30786a891616a7e81e507 to your computer and use it in GitHub Desktop.
ffmpeg-twitter
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
ffmpeg -i $input -vcodec libx264 -pix_fmt yuv420p -strict -2 -acodec aac ${input%.*}.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Source