Skip to content

Instantly share code, notes, and snippets.

@YHaruoka
Created May 26, 2022 06:40
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 YHaruoka/5a551c0d20e268b30aa9211168a36205 to your computer and use it in GitHub Desktop.
Save YHaruoka/5a551c0d20e268b30aa9211168a36205 to your computer and use it in GitHub Desktop.
ffmpeg -i input.mp4 -vf vflip output_vflip.mp4
ffmpeg -i input.mp4 -vf hflip output_hflip.mp4
ffmpeg -i input.mp4 -vf vflip,hflip output_hvflip.mp4
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment