rendre MP4 plus petit à l'aide de ffmpeg

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