How to reduce the size for MP4 file
Brisbane Web Developer

Brisbane Web Developer @brisbanewebdeveloper

About: Web developer; Coding for over last 20 years but the knowledge is General Practitioner Level , not Specialist Level

Location:
Brisbane, Australia
Joined:
Aug 22, 2020

How to reduce the size for MP4 file

Publish Date: Dec 27 '22
1 0

Command

In my case, my MP4 file became 1.1MB from 16MB with this:

ffmpeg -i input.mp4 -vcodec libx265 -crf 28 output.mp4
Enter fullscreen mode Exit fullscreen mode

Reference

How can I reduce a video's size with ffmpeg?

Comments 0 total

    Add comment