Skip to content

Instantly share code, notes, and snippets.

@gipi
Last active December 2, 2016 22:17
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save gipi/ef6c7295ab7d81b982ed to your computer and use it in GitHub Desktop.
#ffmpeg

FFMPEG

General info

Resize video

(source)

$ ffmpeg -i input.mp4 -vf scale=-1:720 -c:v libx264 -crf 0 -preset veryslow -c:a copy output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment