Skip to content

Instantly share code, notes, and snippets.

@sahibalejandro
Last active August 29, 2015 14:06
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 sahibalejandro/53e81fb2884ba6aaeb05 to your computer and use it in GitHub Desktop.
Save sahibalejandro/53e81fb2884ba6aaeb05 to your computer and use it in GitHub Desktop.
Scale GoPRO videos using ffmpeg
ffmpeg -i <input_video> -filter:v scale=-1:<new_height> -c:a copy <output_video>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment