Created
August 4, 2016 12:02
-
-
Save hklcf/4effd2b1edd2e02db9bd7b48f7bd8919 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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