autopy
autopy copied to clipboard
add video element to readme.md
The readme currently links to a page on the autopy website, the page embeds a Flash video player, which modern browser can not play.
I downloaded the video and uploaded it to GitHub through the issue markdown editor and copied the link that the issue editor created to use for the video element.
The video was in a mov container and I converted to a mp4 container using ffmpeg, with -crf 15 so the video is not compressed again, so it retains its image quality.
ffmpeg -i sine-move-mouse\ \[sine-move-mouse\].mov -crf 15 sine-move-mouse\ \[sine-move-mouse\].mp4
The video is only 136KB by the way, insignificantly small.
result: