Created
May 4, 2017 14:22
-
-
Save AARomanov1985/f24a05659fa996f07d4694f7a108ca06 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 video.avi -b:v 800k -s 256x144 -vcodec mpeg2video -ab 48k -ar 8000 -acodec ac3 final_video.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment