autopy icon indicating copy to clipboard operation
autopy copied to clipboard

add video element to readme.md

Open wis opened this issue 1 year ago • 0 comments

The readme currently links to a page on the autopy website, the page embeds a Flash video player, which modern browser can not play.

chrome_FY0Gv7qyJu

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: chrome_WtaT8lprWx

wis avatar May 31 '24 13:05 wis