How to add a download link to a movie from WP media library?

use this in your .htaccess file:

ForceType applicaton/octet-stream

and it will force mp4 download from links


edit: force will force download if it’s a link, but if you include the mp4 file in an object like an html5 video element, it will be played.