How the video is optimised and encoded is the most important thing - this is the magic incantation ffmpeg -i input.mp4 -movflags faststart -vcodec libx264 -crf 23 -g 1 -pix_fmt yuv420p output.mp4
    • Thanks
    • Like
    4