Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save olivermontalvanm/a15df68472978f0ddda94c0223725dff to your computer and use it in GitHub Desktop.
Save olivermontalvanm/a15df68472978f0ddda94c0223725dff to your computer and use it in GitHub Desktop.
Optimizar vídeo para la web usando FFMPEG
ffmpeg -i {video_input} -vcodec libx265 -crf 28 {video_output}
ffmpeg -i input.avi -c:v libx264 -crf 18 -preset veryslow -c:a copy out.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment