Kurangi ukuran file mp4 menggunakan ffmpeg

ffmpeg -i input.mp4 -vcodec libx264 -crf 24 output.mp4
CoderHomie