Skip to content

Instantly share code, notes, and snippets.

@thiagosf
Last active August 31, 2024 14:42
Show Gist options
  • Save thiagosf/d6f2d51c10bfbb43f887e20588a0f658 to your computer and use it in GitHub Desktop.
Save thiagosf/d6f2d51c10bfbb43f887e20588a0f658 to your computer and use it in GitHub Desktop.
Reduce the quality of a video
ffmpeg -i orignal.mp4 -c:v libx264 -b:v 500k -pass 1 -an -f mp4 analyze.log && \
ffmpeg -i orignal.mp4 -c:v libx264 -b:v 500k -pass 2 -an -movflags +faststart output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment