Skip to content

Instantly share code, notes, and snippets.

@ceiborg
Created September 12, 2020 17:16
Show Gist options
  • Save ceiborg/6ef76bcaa6362e78fe81afc917ebb048 to your computer and use it in GitHub Desktop.
Save ceiborg/6ef76bcaa6362e78fe81afc917ebb048 to your computer and use it in GitHub Desktop.
Como convertir un webm de photomosh para instagram
ffmpeg -i nombredelarchivooriginal.webm -r 30 -vf scale=1080:1080 -c:v libx264 -pix_fmt yuv420p nombredearchivonuevo.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment