Skip to content

Instantly share code, notes, and snippets.

@Hao-Wu
Created February 26, 2018 10:30
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 Hao-Wu/c6a3d0dbdf4ed8f34cd7b42ff7114d55 to your computer and use it in GitHub Desktop.
Save Hao-Wu/c6a3d0dbdf4ed8f34cd7b42ff7114d55 to your computer and use it in GitHub Desktop.
FFMPEG compress mp4 video file to specific width with the same aspect ratio
ffmpeg -i input.mp4 -vf scale=302:-1 -vcodec h264 -acodec aac output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment