Skip to content

Instantly share code, notes, and snippets.

@simplesessions
Created December 30, 2015 22:12
Show Gist options
  • Save simplesessions/6eb91786e21dc2a77917 to your computer and use it in GitHub Desktop.
Save simplesessions/6eb91786e21dc2a77917 to your computer and use it in GitHub Desktop.
ffmpeg web video settings
# 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