Skip to content

Instantly share code, notes, and snippets.

@hannesstruss
Created January 22, 2013 19:54
Show Gist options
  • Save hannesstruss/4597875 to your computer and use it in GitHub Desktop.
Save hannesstruss/4597875 to your computer and use it in GitHub Desktop.
android video
ffmpeg -y -i input.avi -c:v libx264 -preset fast -c:a copy -r 15 output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment