Skip to content

Instantly share code, notes, and snippets.

@ivanovmg
Created February 17, 2025 03:15
Show Gist options
  • Select an option

  • Save ivanovmg/8be08993f07ca941755b7e24a1aa0b35 to your computer and use it in GitHub Desktop.

Select an option

Save ivanovmg/8be08993f07ca941755b7e24a1aa0b35 to your computer and use it in GitHub Desktop.
Ffmpeg: compress video
ffmpeg -i input.avi -c:v libx264 -crf 19 -preset slow -c:a aac -strict experimental -b:a 192k -ac 2 output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment