Created
December 30, 2015 22:12
-
-
Save simplesessions/6eb91786e21dc2a77917 to your computer and use it in GitHub Desktop.
ffmpeg web video settings
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
# per http://asisolve.com/ffmpeg-encoding-settings-for-web-video/ | |
ffmpeg -i [path-to-video] -vcodec libx264 -preset slow -profile main -crf 25 -acodec libfdk_aac -ab 64k [new-video-name].mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment