Skip to content

Instantly share code, notes, and snippets.

View git-antonyuk's full-sized avatar
😎

Alex Antoniuk git-antonyuk

😎
View GitHub Profile
@mrhampson
mrhampson / convertMovToMp4.sh
Last active July 11, 2025 18:02
Convert a mac screencapture .mov to a compressed mp4
#!/bin/bash
usage="$(basename "$0") [-h] [-i] -- program that uses ffmpeg to convert mac screencapture .mov to a compressed mp4 for sharing
where:
-h show this help text
-i (required) the mov file to convert to mp4
dependencies:
Requires ffmpeg to be installed and available in the user's PATH.
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.animated {
/*CSS transitions*/
-o-transition-property: none !important;
-moz-transition-property: none !important;
-ms-transition-property: none !important;
-webkit-transition-property: none !important;
transition-property: none !important;
/*CSS transforms*/