ffmpeg -i ./input.mp4 -map_metadata -1 -vf “scale=iw/2:ih/2” ./output.mp4
As a result, the resolution will be reduced by half, so the file size will be decreased significantly, while the image quality will be remained relatively good on mobile devices.