Convert to H.265 HEVC for smaller file size

basic conversion

// shell

$ ffmpeg -i input.mp4 -c:v libx265 -crf 28 -c:a aac output.mp4