Skip to content

Instantly share code, notes, and snippets.

@ljsabc
Last active November 4, 2020 12:29
Show Gist options
  • Save ljsabc/f33f9366971f86eb44854014c273f902 to your computer and use it in GitHub Desktop.
Save ljsabc/f33f9366971f86eb44854014c273f902 to your computer and use it in GitHub Desktop.
ffmpeg script for drag'n'drop on windows
@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