• Skip to main content

Uly.me

cloud engineer

  • Home
  • About
  • Search

FFMPEG Resize Video

April 13, 2023

Here’s how to reduce a MP4 video using H.265 format.

ffmpeg -i input.mp4 -vcodec libx265 -crf 28 output.mp4

ffmpeg -i input.mp4 -vcodec libx265 -crf 28 output.mp4

I was able to reduce a video file from 550MB to 26MB without much quality loss.

Filed Under: Linux Tagged With: h.265, mp4, resize

Subscribe Via Email

  • Home
  • About
  • Search

Copyright © 2023