Skip to content

Instantly share code, notes, and snippets.

@gipi
Last active December 2, 2016 22:17
Show Gist options
  • Save gipi/ef6c7295ab7d81b982ed to your computer and use it in GitHub Desktop.
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