Skip to content

Instantly share code, notes, and snippets.

@YHaruoka
Created May 2, 2022 08:23
Show Gist options
  • Save YHaruoka/fe3c8134f608dc5323c7a0134dea3fcd to your computer and use it in GitHub Desktop.
Save YHaruoka/fe3c8134f608dc5323c7a0134dea3fcd to your computer and use it in GitHub Desktop.
ffmpeg -i input.mp4 -s 1920x1080 output1.mp4
ffmpeg -i input.mp4 -vf scale=-1:1080 output2.mp4
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment