Skip to content

Instantly share code, notes, and snippets.

@hklcf
Created August 4, 2016 12:02
Show Gist options
  • Save hklcf/4effd2b1edd2e02db9bd7b48f7bd8919 to your computer and use it in GitHub Desktop.
Save hklcf/4effd2b1edd2e02db9bd7b48f7bd8919 to your computer and use it in GitHub Desktop.
@echo off
ffmpeg -i "%~f1" -vf scale=-2:480 "%~n1_resize.mp4"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment