Skip to content

Instantly share code, notes, and snippets.

@josby
Created June 9, 2017 21:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save josby/0eea5dbdd2b54efb5676acbec00fe00c to your computer and use it in GitHub Desktop.
Save josby/0eea5dbdd2b54efb5676acbec00fe00c to your computer and use it in GitHub Desktop.
ffmpeg -i input.mp4 -c:v libx264 -preset slow -profile:v high -b:v 8000k -coder 1 -pix_fmt yuv420p -movflags +faststart -g 30 -bf 2 -c:a aac -b:a 128k -profile:a aac_low -threads 4 -vf frei0r=defish0r:0.75:y:0.6:0 output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment