Machen Sie MP4 mit FFMPEG kleiner

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