Skip to content

Instantly share code, notes, and snippets.

@taboularasa
Created June 17, 2012 05:46
Show Gist options
  • Save taboularasa/2943538 to your computer and use it in GitHub Desktop.
Save taboularasa/2943538 to your computer and use it in GitHub Desktop.
Rotate a cellphone video with ffmpeg
$ffmpeg -i <input file> -threads <max threads> -vf "transpose=1" -s 1280x720 -r <frame rate> -sameq <output file>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment