Skip to content

Instantly share code, notes, and snippets.

@morontt
Created December 10, 2019 19:02
Show Gist options
  • Save morontt/ce709b266a2e2e78664aee7a41a79f94 to your computer and use it in GitHub Desktop.
Save morontt/ce709b266a2e2e78664aee7a41a79f94 to your computer and use it in GitHub Desktop.
ffmpeg -i input.mp4 -vf scale=1280:-1 -c:v libx264 -preset slow -c:a copy output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment