Last active
November 4, 2020 12:29
-
-
Save ljsabc/f33f9366971f86eb44854014c273f902 to your computer and use it in GitHub Desktop.
ffmpeg script for drag'n'drop on windows
This file contains 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 -y -i %1 -vcodec libx264 -crf 27 -preset veryslow -vf scale=-1:1080 -acodec aac -ab 96k output.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment