Skip to content

Instantly share code, notes, and snippets.

@interactiveRob
Created July 28, 2024 13:34
Show Gist options
  • Save interactiveRob/44a4d0df7e83483640df83912c46a338 to your computer and use it in GitHub Desktop.
Save interactiveRob/44a4d0df7e83483640df83912c46a338 to your computer and use it in GitHub Desktop.
Resize mp4 ffmpeg 4k to 2k
ffmpeg -i input.MP4 -vf scale="2560:-1" output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment