Skip to content

Instantly share code, notes, and snippets.

@felipem775
Created June 6, 2018 07:11
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 felipem775/603952844380f0656efec93b60c1717b to your computer and use it in GitHub Desktop.
Save felipem775/603952844380f0656efec93b60c1717b to your computer and use it in GitHub Desktop.
convertir imágenes png a vídeo
ffmpeg -framerate 10 -pattern_type glob -i '*.png' -c:v libx264 \
-r 30 -pix_fmt yuv420p out.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment