Skip to content

Instantly share code, notes, and snippets.

@zhooravell
Created May 5, 2020 19:27
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 zhooravell/1fc2f7bfcfe32437481afbee830b38a8 to your computer and use it in GitHub Desktop.
Save zhooravell/1fc2f7bfcfe32437481afbee830b38a8 to your computer and use it in GitHub Desktop.
4K to Full HD
ffmpeg -i $1 -vf scale=1920:1080 -c:v libx264 -crf 18 $2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment